#CABBF9

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

Shades of Lavender Blue #CABBF9

Tints of Lavender Blue #CABBF9

Color information

#CABBF9 (or 0xCABBF9) is unknown color: approx Lavender Blue. HEX triplet: CA, BB and F9. RGB value is (202,187,249). Sum of RGB (Red+Green+Blue) = 202+187+249=638 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.66% from 638); Green value is 187 (73.44% from 255 or 29.31% from 638); Blue value is 249 (97.66% from 255 or 39.03% from 638); Max value from RGB is 249 - color contains mainly: blue. Hex color #CABBF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CABBF9 is #354406. Grayscale: #C6C6C6. Windows color (decimal): -3490823 or 16366538. OLE color: 16366538.

HSL color Cylindrical-coordinate representation of color #CABBF9: hue angle of 254.52º degrees, saturation: 0.84, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CABBF9 is Cyan = 0.19, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB202187249-
CMYK0.190.2500.02
HSL254.52º83.78%85.49%-
HSV(B)254.52º24.9%97.65%-
XYZ59.2354.9497.1-
YUV198.55156.47130.46-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.66%
GREEN value IS 187 (73.44% from 255) = 29.31%
BLUE value IS 249 (97.66% from 255) = 39.03%
R=31.66%
G=29.31%
B=39.03%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2021872490.190.2500.02254.5283.7885.49
HexCABBF9131902ff5455
Octal312273371233102377124125
Binary11001010101110111111100110011110010101111111110101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABBF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABBF9; }

 p { color: rgb(202,187,249); }

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

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

 a { background-color: rgb(202,187,249); }

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

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

 span { border-color: rgb(202,187,249); }

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