#BAB8D1

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

Shades of Lavender Grey #BAB8D1

Tints of Lavender Grey #BAB8D1

Color information

#BAB8D1 (or 0xBAB8D1) is unknown color: approx Lavender Grey. HEX triplet: BA, B8 and D1. RGB value is (186,184,209). Sum of RGB (Red+Green+Blue) = 186+184+209=579 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.12% from 579); Green value is 184 (72.27% from 255 or 31.78% from 579); Blue value is 209 (82.03% from 255 or 36.10% from 579); Max value from RGB is 209 - color contains mainly: blue. Hex color #BAB8D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAB8D1 is #45472E. Grayscale: #BBBBBB. Windows color (decimal): -4540207 or 13744314. OLE color: 13744314.

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

Color convert

RGB186184209-
CMYK0.110.1200.18
HSL244.8º21.37%77.06%-
HSV(B)244.8º11.96%81.96%-
XYZ48.949.3267.26-
YUV187.45140.16126.97-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.12%
GREEN value IS 184 (72.27% from 255) = 31.78%
BLUE value IS 209 (82.03% from 255) = 36.10%
R=32.12%
G=31.78%
B=36.10%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1861842090.110.1200.18244.821.3777.06
HexBAB8D1BC012f5154d
Octal272270321131402236525115
Binary1011101010111000110100011011110001001011110101101011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB8D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB8D1; }

 p { color: rgb(186,184,209); }

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

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

 a { background-color: rgb(186,184,209); }

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

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

 span { border-color: rgb(186,184,209); }

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