#BAB9D9

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

Shades of Lavender Grey #BAB9D9

Tints of Lavender Grey #BAB9D9

Color information

#BAB9D9 (or 0xBAB9D9) is unknown color: approx Lavender Grey. HEX triplet: BA, B9 and D9. RGB value is (186,185,217). Sum of RGB (Red+Green+Blue) = 186+185+217=588 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.63% from 588); Green value is 185 (72.66% from 255 or 31.46% from 588); Blue value is 217 (85.16% from 255 or 36.90% from 588); Max value from RGB is 217 - color contains mainly: blue. Hex color #BAB9D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAB9D9 is #454626. Grayscale: #BCBCBC. Windows color (decimal): -4539943 or 14268858. OLE color: 14268858.

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

Color convert

RGB186185217-
CMYK0.140.1500.15
HSL241.88º29.63%78.82%-
HSV(B)241.88º14.75%85.1%-
XYZ50.1250.1572.68-
YUV188.95143.83125.9-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.63%
GREEN value IS 185 (72.66% from 255) = 31.46%
BLUE value IS 217 (85.16% from 255) = 36.90%
R=31.63%
G=31.46%
B=36.90%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1861852170.140.1500.15241.8829.6378.82
HexBAB9D9EF0Ff21e4f
Octal272271331161701736236117
Binary101110101011100111011001111011110111111110010111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB9D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB9D9; }

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

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

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

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

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

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

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

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