#CABCFB

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

Shades of Lavender Blue #CABCFB

Tints of Lavender Blue #CABCFB

Color information

#CABCFB (or 0xCABCFB) is unknown color: approx Lavender Blue. HEX triplet: CA, BC and FB. RGB value is (202,188,251). Sum of RGB (Red+Green+Blue) = 202+188+251=641 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.51% from 641); Green value is 188 (73.83% from 255 or 29.33% from 641); Blue value is 251 (98.44% from 255 or 39.16% from 641); Max value from RGB is 251 - color contains mainly: blue. Hex color #CABCFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CABCFB is #354304. Grayscale: #C7C7C7. Windows color (decimal): -3490565 or 16497866. OLE color: 16497866.

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

Color convert

RGB202188251-
CMYK0.200.2500.02
HSL253.33º88.73%86.08%-
HSV(B)253.33º25.1%98.43%-
XYZ59.7555.4998.83-
YUV199.37157.14129.88-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.51%
GREEN value IS 188 (73.83% from 255) = 29.33%
BLUE value IS 251 (98.44% from 255) = 39.16%
R=31.51%
G=29.33%
B=39.16%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2021882510.200.2500.02253.3388.7386.08
HexCABCFB141902fd5956
Octal312274373243102375131126
Binary11001010101111001111101110100110010101111110110110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABCFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABCFB; }

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

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

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

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

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

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

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

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