#BAB7DD

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

Shades of Lavender Grey #BAB7DD

Tints of Lavender Grey #BAB7DD

Color information

#BAB7DD (or 0xBAB7DD) is unknown color: approx Lavender Grey. HEX triplet: BA, B7 and DD. RGB value is (186,183,221). Sum of RGB (Red+Green+Blue) = 186+183+221=590 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.53% from 590); Green value is 183 (71.88% from 255 or 31.02% from 590); Blue value is 221 (86.72% from 255 or 37.46% from 590); Max value from RGB is 221 - color contains mainly: blue. Hex color #BAB7DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAB7DD is #454822. Grayscale: #BCBCBC. Windows color (decimal): -4540451 or 14530490. OLE color: 14530490.

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

Color convert

RGB186183221-
CMYK0.160.1700.13
HSL244.74º35.85%79.22%-
HSV(B)244.74º17.19%86.67%-
XYZ50.2349.5375.32-
YUV188.23146.49126.41-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.53%
GREEN value IS 183 (71.88% from 255) = 31.02%
BLUE value IS 221 (86.72% from 255) = 37.46%
R=31.53%
G=31.02%
B=37.46%

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
Decimal1861832210.160.1700.13244.7435.8579.22
HexBAB7DD10110Df5244f
Octal272267335202101536544117
Binary101110101011011111011101100001000101101111101011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB7DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB7DD; }

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

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

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

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

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

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

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

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