#BABDD2

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

Shades of Lavender Grey #BABDD2

Tints of Lavender Grey #BABDD2

Color information

#BABDD2 (or 0xBABDD2) is unknown color: approx Lavender Grey. HEX triplet: BA, BD and D2. RGB value is (186,189,210). Sum of RGB (Red+Green+Blue) = 186+189+210=585 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.79% from 585); Green value is 189 (74.22% from 255 or 32.31% from 585); Blue value is 210 (82.42% from 255 or 35.90% from 585); Max value from RGB is 210 - color contains mainly: blue. Hex color #BABDD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABDD2 is #45422D. Grayscale: #BEBEBE. Windows color (decimal): -4538926 or 13811130. OLE color: 13811130.

HSL color Cylindrical-coordinate representation of color #BABDD2: hue angle of 232.5º degrees, saturation: 0.21, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BABDD2 is Cyan = 0.11, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB186189210-
CMYK0.110.1000.18
HSL232.5º21.05%77.65%-
HSV(B)232.5º11.43%82.35%-
XYZ50.0851.4968.27-
YUV190.5139.01124.79-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.79%
GREEN value IS 189 (74.22% from 255) = 32.31%
BLUE value IS 210 (82.42% from 255) = 35.90%
R=31.79%
G=32.31%
B=35.90%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1861892100.110.1000.18232.521.0577.65
HexBABDD2BA012e8154e
Octal272275322131202235025116
Binary1011101010111101110100101011101001001011101000101011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABDD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABDD2; }

 p { color: rgb(186,189,210); }

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

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

 a { background-color: rgb(186,189,210); }

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

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

 span { border-color: rgb(186,189,210); }

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