#CABCFC

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

Shades of Lavender Blue #CABCFC

Tints of Lavender Blue #CABCFC

Color information

#CABCFC (or 0xCABCFC) is unknown color: approx Lavender Blue. HEX triplet: CA, BC and FC. RGB value is (202,188,252). Sum of RGB (Red+Green+Blue) = 202+188+252=642 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.46% from 642); Green value is 188 (73.83% from 255 or 29.28% from 642); Blue value is 252 (98.83% from 255 or 39.25% from 642); Max value from RGB is 252 - color contains mainly: blue. Hex color #CABCFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CABCFC is #354303. Grayscale: #C7C7C7. Windows color (decimal): -3490564 or 16563402. OLE color: 16563402.

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

Color convert

RGB202188252-
CMYK0.200.2500.01
HSL253.12º91.43%86.27%-
HSV(B)253.12º25.4%98.82%-
XYZ59.9155.5599.66-
YUV199.48157.64129.8-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.46%
GREEN value IS 188 (73.83% from 255) = 29.28%
BLUE value IS 252 (98.83% from 255) = 39.25%
R=31.46%
G=29.28%
B=39.25%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2021882520.200.2500.01253.1291.4386.27
HexCABCFC141901fd5b56
Octal312274374243101375133126
Binary1100101010111100111111001010011001011111110110110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABCFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABCFC; }

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

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

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

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

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

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

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

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