#CAB9FF

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

Shades of Lavender Blue #CAB9FF

Tints of Lavender Blue #CAB9FF

Color information

#CAB9FF (or 0xCAB9FF) is unknown color: approx Lavender Blue. HEX triplet: CA, B9 and FF. RGB value is (202,185,255). Sum of RGB (Red+Green+Blue) = 202+185+255=642 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.46% from 642); Green value is 185 (72.66% from 255 or 28.82% from 642); Blue value is 255 (100% from 255 or 39.72% from 642); Max value from RGB is 255 - color contains mainly: blue. Hex color #CAB9FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAB9FF is #354600. Grayscale: #C5C5C5. Windows color (decimal): -3491329 or 16759242. OLE color: 16759242.

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

Color convert

RGB202185255-
CMYK0.210.2700
HSL254.57º100%86.27%-
HSV(B)254.57º27.45%100%-
XYZ59.7654.47101.97-
YUV198.06160.13130.81-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.46%
GREEN value IS 185 (72.66% from 255) = 28.82%
BLUE value IS 255 (100% from 255) = 39.72%
R=31.46%
G=28.82%
B=39.72%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2021852550.210.2700254.5710086.27
HexCAB9FF151B00ff6456
Octal312271377253300377144126
Binary1100101010111001111111111010111011001111111111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB9FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB9FF; }

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

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

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

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

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

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

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

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