#BAB9DD

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

Shades of Lavender Grey #BAB9DD

Tints of Lavender Grey #BAB9DD

Color information

#BAB9DD (or 0xBAB9DD) is unknown color: approx Lavender Grey. HEX triplet: BA, B9 and DD. RGB value is (186,185,221). Sum of RGB (Red+Green+Blue) = 186+185+221=592 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.42% from 592); Green value is 185 (72.66% from 255 or 31.25% from 592); Blue value is 221 (86.72% from 255 or 37.33% from 592); Max value from RGB is 221 - color contains mainly: blue. Hex color #BAB9DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAB9DD is #454622. Grayscale: #BDBDBD. Windows color (decimal): -4539939 or 14531002. OLE color: 14531002.

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

Color convert

RGB186185221-
CMYK0.160.1600.13
HSL241.67º34.62%79.61%-
HSV(B)241.67º16.29%86.67%-
XYZ50.6550.3675.46-
YUV189.4145.83125.57-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.42%
GREEN value IS 185 (72.66% from 255) = 31.25%
BLUE value IS 221 (86.72% from 255) = 37.33%
R=31.42%
G=31.25%
B=37.33%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1861852210.160.1600.13241.6734.6279.61
HexBAB9DD10100Df22350
Octal272271335202001536243120
Binary101110101011100111011101100001000001101111100101000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB9DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB9DD; }

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

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

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

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

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

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

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

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