#BABBD9

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

Shades of Lavender Grey #BABBD9

Tints of Lavender Grey #BABBD9

Color information

#BABBD9 (or 0xBABBD9) is unknown color: approx Lavender Grey. HEX triplet: BA, BB and D9. RGB value is (186,187,217). Sum of RGB (Red+Green+Blue) = 186+187+217=590 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.53% from 590); Green value is 187 (73.44% from 255 or 31.69% from 590); Blue value is 217 (85.16% from 255 or 36.78% from 590); Max value from RGB is 217 - color contains mainly: blue. Hex color #BABBD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABBD9 is #454426. Grayscale: #BEBEBE. Windows color (decimal): -4539431 or 14269370. OLE color: 14269370.

HSL color Cylindrical-coordinate representation of color #BABBD9: hue angle of 238.06º degrees, saturation: 0.29, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BABBD9 is Cyan = 0.14, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB186187217-
CMYK0.140.1400.15
HSL238.06º28.97%79.02%-
HSV(B)238.06º14.29%85.1%-
XYZ50.5450.9972.82-
YUV190.12143.17125.06-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.53%
GREEN value IS 187 (73.44% from 255) = 31.69%
BLUE value IS 217 (85.16% from 255) = 36.78%
R=31.53%
G=31.69%
B=36.78%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1861872170.140.1400.15238.0628.9779.02
HexBABBD9EE0Fee1d4f
Octal272273331161601735635117
Binary101110101011101111011001111011100111111101110111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABBD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABBD9; }

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

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

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

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

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

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

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

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