#BAB6DD

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

Shades of Lavender Grey #BAB6DD

Tints of Lavender Grey #BAB6DD

Color information

#BAB6DD (or 0xBAB6DD) is unknown color: approx Lavender Grey. HEX triplet: BA, B6 and DD. RGB value is (186,182,221). Sum of RGB (Red+Green+Blue) = 186+182+221=589 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.58% from 589); Green value is 182 (71.48% from 255 or 30.90% from 589); Blue value is 221 (86.72% from 255 or 37.52% from 589); Max value from RGB is 221 - color contains mainly: blue. Hex color #BAB6DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAB6DD is #454922. Grayscale: #BBBBBB. Windows color (decimal): -4540707 or 14530234. OLE color: 14530234.

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

Color convert

RGB186182221-
CMYK0.160.1800.13
HSL246.15º36.45%79.02%-
HSV(B)246.15º17.65%86.67%-
XYZ50.0349.1275.25-
YUV187.64146.83126.83-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.58%
GREEN value IS 182 (71.48% from 255) = 30.90%
BLUE value IS 221 (86.72% from 255) = 37.52%
R=31.58%
G=30.90%
B=37.52%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1861822210.160.1800.13246.1536.4579.02
HexBAB6DD10120Df6244f
Octal272266335202201536644117
Binary101110101011011011011101100001001001101111101101001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB6DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB6DD; }

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

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

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

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

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

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

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

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