#CABBFA

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

Shades of Lavender Blue #CABBFA

Tints of Lavender Blue #CABBFA

Color information

#CABBFA (or 0xCABBFA) is unknown color: approx Lavender Blue. HEX triplet: CA, BB and FA. RGB value is (202,187,250). Sum of RGB (Red+Green+Blue) = 202+187+250=639 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.61% from 639); Green value is 187 (73.44% from 255 or 29.26% from 639); Blue value is 250 (98.05% from 255 or 39.12% from 639); Max value from RGB is 250 - color contains mainly: blue. Hex color #CABBFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CABBFA is #354405. Grayscale: #C6C6C6. Windows color (decimal): -3490822 or 16432074. OLE color: 16432074.

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

Color convert

RGB202187250-
CMYK0.190.2500.02
HSL254.29º86.3%85.69%-
HSV(B)254.29º25.2%98.04%-
XYZ59.385597.93-
YUV198.67156.97130.38-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.61%
GREEN value IS 187 (73.44% from 255) = 29.26%
BLUE value IS 250 (98.05% from 255) = 39.12%
R=31.61%
G=29.26%
B=39.12%

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
Decimal2021872500.190.2500.02254.2986.385.69
HexCABBFA131902fe5656
Octal312273372233102376126126
Binary11001010101110111111101010011110010101111111010101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABBFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABBFA; }

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

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

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

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

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

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

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

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