#CAB9FC

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

Shades of Lavender Blue #CAB9FC

Tints of Lavender Blue #CAB9FC

Color information

#CAB9FC (or 0xCAB9FC) is unknown color: approx Lavender Blue. HEX triplet: CA, B9 and FC. RGB value is (202,185,252). Sum of RGB (Red+Green+Blue) = 202+185+252=639 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.61% from 639); Green value is 185 (72.66% from 255 or 28.95% from 639); Blue value is 252 (98.83% from 255 or 39.44% from 639); Max value from RGB is 252 - color contains mainly: blue. Hex color #CAB9FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAB9FC is #354603. Grayscale: #C5C5C5. Windows color (decimal): -3491332 or 16562634. OLE color: 16562634.

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

Color convert

RGB202185252-
CMYK0.200.2700.01
HSL255.22º91.78%85.69%-
HSV(B)255.22º26.59%98.82%-
XYZ59.2854.2899.45-
YUV197.72158.63131.05-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.61%
GREEN value IS 185 (72.66% from 255) = 28.95%
BLUE value IS 252 (98.83% from 255) = 39.44%
R=31.61%
G=28.95%
B=39.44%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2021852520.200.2700.01255.2291.7885.69
HexCAB9FC141B01ff5c56
Octal312271374243301377134126
Binary1100101010111001111111001010011011011111111110111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB9FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB9FC; }

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

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

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

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

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

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

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

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