#BAB7DC

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

Shades of Lavender Grey #BAB7DC

Tints of Lavender Grey #BAB7DC

Color information

#BAB7DC (or 0xBAB7DC) is unknown color: approx Lavender Grey. HEX triplet: BA, B7 and DC. RGB value is (186,183,220). Sum of RGB (Red+Green+Blue) = 186+183+220=589 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.58% from 589); Green value is 183 (71.88% from 255 or 31.07% from 589); Blue value is 220 (86.33% from 255 or 37.35% from 589); Max value from RGB is 220 - color contains mainly: blue. Hex color #BAB7DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAB7DC is #454823. Grayscale: #BBBBBB. Windows color (decimal): -4540452 or 14464954. OLE color: 14464954.

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

Color convert

RGB186183220-
CMYK0.150.1700.14
HSL244.86º34.58%79.02%-
HSV(B)244.86º16.82%86.27%-
XYZ50.149.4774.62-
YUV188.12145.99126.49-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.58%
GREEN value IS 183 (71.88% from 255) = 31.07%
BLUE value IS 220 (86.33% from 255) = 37.35%
R=31.58%
G=31.07%
B=37.35%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1861832200.150.1700.14244.8634.5879.02
HexBAB7DCF110Ef5234f
Octal272267334172101636543117
Binary10111010101101111101110011111000101110111101011000111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB7DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB7DC; }

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

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

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

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

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

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

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

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