#CABAFF

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

Shades of Lavender Blue #CABAFF

Tints of Lavender Blue #CABAFF

Color information

#CABAFF (or 0xCABAFF) is unknown color: approx Lavender Blue. HEX triplet: CA, BA and FF. RGB value is (202,186,255). Sum of RGB (Red+Green+Blue) = 202+186+255=643 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.42% from 643); Green value is 186 (73.05% from 255 or 28.93% from 643); Blue value is 255 (100% from 255 or 39.66% from 643); Max value from RGB is 255 - color contains mainly: blue. Hex color #CABAFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CABAFF is #354500. Grayscale: #C6C6C6. Windows color (decimal): -3491073 or 16759498. OLE color: 16759498.

HSL color Cylindrical-coordinate representation of color #CABAFF: hue angle of 253.91º 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 #CABAFF is Cyan = 0.21, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB202186255-
CMYK0.210.2700
HSL253.91º100%86.47%-
HSV(B)253.91º27.06%100%-
XYZ59.9754.89102.04-
YUV198.65159.8130.39-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.42%
GREEN value IS 186 (73.05% from 255) = 28.93%
BLUE value IS 255 (100% from 255) = 39.66%
R=31.42%
G=28.93%
B=39.66%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2021862550.210.2700253.9110086.47
HexCABAFF151B00fe6456
Octal312272377253300376144126
Binary1100101010111010111111111010111011001111111011001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABAFF; }

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

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

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

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

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

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

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

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