#BABBD0

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

Shades of Lavender Grey #BABBD0

Tints of Lavender Grey #BABBD0

Color information

#BABBD0 (or 0xBABBD0) is unknown color: approx Lavender Grey. HEX triplet: BA, BB and D0. RGB value is (186,187,208). Sum of RGB (Red+Green+Blue) = 186+187+208=581 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.01% from 581); Green value is 187 (73.44% from 255 or 32.19% from 581); Blue value is 208 (81.64% from 255 or 35.80% from 581); Max value from RGB is 208 - color contains mainly: blue. Hex color #BABBD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABBD0 is #45442F. Grayscale: #BDBDBD. Windows color (decimal): -4539440 or 13679546. OLE color: 13679546.

HSL color Cylindrical-coordinate representation of color #BABBD0: hue angle of 237.27º 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 #BABBD0 is Cyan = 0.11, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB186187208-
CMYK0.110.1000.18
HSL237.27º18.97%77.25%-
HSV(B)237.27º10.58%81.57%-
XYZ49.4150.5366.82-
YUV189.09138.67125.79-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.01%
GREEN value IS 187 (73.44% from 255) = 32.19%
BLUE value IS 208 (81.64% from 255) = 35.80%
R=32.01%
G=32.19%
B=35.80%

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
Decimal1861872080.110.1000.18237.2718.9777.25
HexBABBD0BA012ed134d
Octal272273320131202235523115
Binary1011101010111011110100001011101001001011101101100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABBD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABBD0; }

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

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

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

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

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

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

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

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