#cabafc

Color #CABAFC Lavender Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lavender Blue #CABAFC

Tints of Lavender Blue #CABAFC

Color information

#CABAFC (or 0xCABAFC) is unknown color: approx Lavender Blue. HEX triplet: CA, BA and FC. RGB value is (202,186,252). Sum of RGB (Red+Green+Blue) = 202+186+252=640 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.56% from 640); Green value is 186 (73.05% from 255 or 29.06% from 640); Blue value is 252 (98.83% from 255 or 39.38% from 640); Max value from RGB is 252 - color contains mainly: blue. Hex color #CABAFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CABAFC is #354503. Grayscale: #C6C6C6. Windows color (decimal): -3491076 or 16562890. OLE color: 16562890.

HSL color Cylindrical-coordinate representation of color #CABAFC: hue angle of 254.55º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CABAFC is Cyan = 0.20, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB202186252-
CMYK0.200.2600.01
HSL254.55º91.67%85.88%-
HSV(B)254.55º26.19%98.82%-
XYZ59.4954.799.52-
YUV198.31158.3130.63-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 202 (79.30% from 255) = 31.56%
GREEN value IS 186 (73.05% from 255) = 29.06%
BLUE value IS 252 (98.83% from 255) = 39.38%
R=31.56%
G=29.06%
B=39.38%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2021862520.200.2600.01254.5591.6785.88
HexCABAFC141A01ff5c56
Octal312272374243201377134126
Binary1100101010111010111111001010011010011111111110111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cabafc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cabafc; }

 p { color: rgb(202,186,252); }

 H1.HeaderClassName
 {
   color: #cabafc;
 }
 .AnyTagClassName
 {
   color: #cabafc;
 }
</style>
background-color css

<style>
 a { background-color: #cabafc; }

 a { background-color: rgb(202,186,252); }

 div.DivClassName
 {
   background-color: #cabafc;
 }
 .BgClassName
 {
   background-color: #cabafc;
 }
</style>
border-color css

<style>
 span { border-color: #cabafc; }

 span { border-color: rgb(202,186,252); }

 td.TdClassName
 {
   border-color: #cabafc;
 }
 .TagClassName
 {
   border-color: #cabafc;
 }
</style>