#CABFFB

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

Shades of Lavender Blue #CABFFB

Tints of Lavender Blue #CABFFB

Color information

#CABFFB (or 0xCABFFB) is unknown color: approx Lavender Blue. HEX triplet: CA, BF and FB. RGB value is (202,191,251). Sum of RGB (Red+Green+Blue) = 202+191+251=644 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.37% from 644); Green value is 191 (75% from 255 or 29.66% from 644); Blue value is 251 (98.44% from 255 or 38.98% from 644); Max value from RGB is 251 - color contains mainly: blue. Hex color #CABFFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CABFFB is #354004. Grayscale: #C8C8C8. Windows color (decimal): -3489797 or 16498634. OLE color: 16498634.

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

Color convert

RGB202191251-
CMYK0.200.2400.02
HSL251º88.24%86.67%-
HSV(B)251º23.9%98.43%-
XYZ60.456.7899.04-
YUV201.13156.14128.62-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.37%
GREEN value IS 191 (75% from 255) = 29.66%
BLUE value IS 251 (98.44% from 255) = 38.98%
R=31.37%
G=29.66%
B=38.98%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2021912510.200.2400.0225188.2486.67
HexCABFFB141802fb5857
Octal312277373243002373130127
Binary11001010101111111111101110100110000101111101110110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABFFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABFFB; }

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

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

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

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

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

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

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

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