#CABBFB

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

Shades of Lavender Blue #CABBFB

Tints of Lavender Blue #CABBFB

Color information

#CABBFB (or 0xCABBFB) is unknown color: approx Lavender Blue. HEX triplet: CA, BB and FB. RGB value is (202,187,251). Sum of RGB (Red+Green+Blue) = 202+187+251=640 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.56% from 640); Green value is 187 (73.44% from 255 or 29.22% from 640); Blue value is 251 (98.44% from 255 or 39.22% from 640); Max value from RGB is 251 - color contains mainly: blue. Hex color #CABBFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CABBFB is #354404. Grayscale: #C6C6C6. Windows color (decimal): -3490821 or 16497610. OLE color: 16497610.

HSL color Cylindrical-coordinate representation of color #CABBFB: hue angle of 254.06º degrees, saturation: 0.89, 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 #CABBFB is Cyan = 0.20, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB202187251-
CMYK0.200.2500.02
HSL254.06º88.89%85.88%-
HSV(B)254.06º25.5%98.43%-
XYZ59.5455.0698.76-
YUV198.78157.47130.3-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.56%
GREEN value IS 187 (73.44% from 255) = 29.22%
BLUE value IS 251 (98.44% from 255) = 39.22%
R=31.56%
G=29.22%
B=39.22%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2021872510.200.2500.02254.0688.8985.88
HexCABBFB141902fe5956
Octal312273373243102376131126
Binary11001010101110111111101110100110010101111111010110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABBFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABBFB; }

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

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

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

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

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

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

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

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