#BAB9DE

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

Shades of Lavender Grey #BAB9DE

Tints of Lavender Grey #BAB9DE

Color information

#BAB9DE (or 0xBAB9DE) is unknown color: approx Lavender Grey. HEX triplet: BA, B9 and DE. RGB value is (186,185,222). Sum of RGB (Red+Green+Blue) = 186+185+222=593 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.37% from 593); Green value is 185 (72.66% from 255 or 31.20% from 593); Blue value is 222 (87.11% from 255 or 37.44% from 593); Max value from RGB is 222 - color contains mainly: blue. Hex color #BAB9DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAB9DE is #454621. Grayscale: #BDBDBD. Windows color (decimal): -4539938 or 14596538. OLE color: 14596538.

HSL color Cylindrical-coordinate representation of color #BAB9DE: hue angle of 241.62º degrees, saturation: 0.36, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BAB9DE is Cyan = 0.16, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB186185222-
CMYK0.160.1700.13
HSL241.62º35.92%79.8%-
HSV(B)241.62º16.67%87.06%-
XYZ50.7850.4176.16-
YUV189.52146.33125.49-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.37%
GREEN value IS 185 (72.66% from 255) = 31.20%
BLUE value IS 222 (87.11% from 255) = 37.44%
R=31.37%
G=31.20%
B=37.44%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1861852220.160.1700.13241.6235.9279.8
HexBAB9DE10110Df22450
Octal272271336202101536244120
Binary101110101011100111011110100001000101101111100101001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB9DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB9DE; }

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

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

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

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

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

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

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

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