#CABCFF

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

Shades of Lavender Blue #CABCFF

Tints of Lavender Blue #CABCFF

Color information

#CABCFF (or 0xCABCFF) is unknown color: approx Lavender Blue. HEX triplet: CA, BC and FF. RGB value is (202,188,255). Sum of RGB (Red+Green+Blue) = 202+188+255=645 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.32% from 645); Green value is 188 (73.83% from 255 or 29.15% from 645); Blue value is 255 (100% from 255 or 39.53% from 645); Max value from RGB is 255 - color contains mainly: blue. Hex color #CABCFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CABCFF is #354300. Grayscale: #C7C7C7. Windows color (decimal): -3490561 or 16760010. OLE color: 16760010.

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

Color convert

RGB202188255-
CMYK0.210.2600
HSL252.54º100%86.86%-
HSV(B)252.54º26.27%100%-
XYZ60.3955.74102.18-
YUV199.82159.14129.55-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.32%
GREEN value IS 188 (73.83% from 255) = 29.15%
BLUE value IS 255 (100% from 255) = 39.53%
R=31.32%
G=29.15%
B=39.53%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2021882550.210.2600252.5410086.86
HexCABCFF151A00fd6457
Octal312274377253200375144127
Binary1100101010111100111111111010111010001111110111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABCFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABCFF; }

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

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

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

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

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

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

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

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