#BAB9DC

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

Shades of Lavender Grey #BAB9DC

Tints of Lavender Grey #BAB9DC

Color information

#BAB9DC (or 0xBAB9DC) is unknown color: approx Lavender Grey. HEX triplet: BA, B9 and DC. RGB value is (186,185,220). Sum of RGB (Red+Green+Blue) = 186+185+220=591 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.47% from 591); Green value is 185 (72.66% from 255 or 31.30% from 591); Blue value is 220 (86.33% from 255 or 37.23% from 591); Max value from RGB is 220 - color contains mainly: blue. Hex color #BAB9DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAB9DC is #454623. Grayscale: #BDBDBD. Windows color (decimal): -4539940 or 14465466. OLE color: 14465466.

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

Color convert

RGB186185220-
CMYK0.150.1600.14
HSL241.71º33.33%79.41%-
HSV(B)241.71º15.91%86.27%-
XYZ50.5250.374.76-
YUV189.29145.33125.65-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.47%
GREEN value IS 185 (72.66% from 255) = 31.30%
BLUE value IS 220 (86.33% from 255) = 37.23%
R=31.47%
G=31.30%
B=37.23%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1861852200.150.1600.14241.7133.3379.41
HexBAB9DCF100Ef2214f
Octal272271334172001636241117
Binary10111010101110011101110011111000001110111100101000011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB9DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB9DC; }

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

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

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

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

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

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

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

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