#BABBD2

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

Shades of Lavender Grey #BABBD2

Tints of Lavender Grey #BABBD2

Color information

#BABBD2 (or 0xBABBD2) is unknown color: approx Lavender Grey. HEX triplet: BA, BB and D2. RGB value is (186,187,210). Sum of RGB (Red+Green+Blue) = 186+187+210=583 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.90% from 583); Green value is 187 (73.44% from 255 or 32.08% from 583); Blue value is 210 (82.42% from 255 or 36.02% from 583); Max value from RGB is 210 - color contains mainly: blue. Hex color #BABBD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABBD2 is #45442D. Grayscale: #BDBDBD. Windows color (decimal): -4539438 or 13810618. OLE color: 13810618.

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

Color convert

RGB186187210-
CMYK0.110.1100.18
HSL237.5º21.05%77.65%-
HSV(B)237.5º11.43%82.35%-
XYZ49.6550.6368.13-
YUV189.32139.67125.63-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.90%
GREEN value IS 187 (73.44% from 255) = 32.08%
BLUE value IS 210 (82.42% from 255) = 36.02%
R=31.90%
G=32.08%
B=36.02%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1861872100.110.1100.18237.521.0577.65
HexBABBD2BB012ee154e
Octal272273322131302235625116
Binary1011101010111011110100101011101101001011101110101011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABBD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABBD2; }

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

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

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

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

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

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

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

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