#BABDD0

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

Shades of Lavender Grey #BABDD0

Tints of Lavender Grey #BABDD0

Color information

#BABDD0 (or 0xBABDD0) is unknown color: approx Lavender Grey. HEX triplet: BA, BD and D0. RGB value is (186,189,208). Sum of RGB (Red+Green+Blue) = 186+189+208=583 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.90% from 583); Green value is 189 (74.22% from 255 or 32.42% from 583); Blue value is 208 (81.64% from 255 or 35.68% from 583); Max value from RGB is 208 - color contains mainly: blue. Hex color #BABDD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABDD0 is #45422F. Grayscale: #BEBEBE. Windows color (decimal): -4538928 or 13680058. OLE color: 13680058.

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

Color convert

RGB186189208-
CMYK0.110.0900.18
HSL231.82º18.97%77.25%-
HSV(B)231.82º10.58%81.57%-
XYZ49.8351.3966.97-
YUV190.27138.01124.96-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.90%
GREEN value IS 189 (74.22% from 255) = 32.42%
BLUE value IS 208 (81.64% from 255) = 35.68%
R=31.90%
G=32.42%
B=35.68%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1861892080.110.0900.18231.8218.9777.25
HexBABDD0B9012e8134d
Octal272275320131102235023115
Binary1011101010111101110100001011100101001011101000100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABDD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABDD0; }

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

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

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

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

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

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

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

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