#BAB7D7

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

Shades of Lavender Grey #BAB7D7

Tints of Lavender Grey #BAB7D7

Color information

#BAB7D7 (or 0xBAB7D7) is unknown color: approx Lavender Grey. HEX triplet: BA, B7 and D7. RGB value is (186,183,215). Sum of RGB (Red+Green+Blue) = 186+183+215=584 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.85% from 584); Green value is 183 (71.88% from 255 or 31.34% from 584); Blue value is 215 (84.38% from 255 or 36.82% from 584); Max value from RGB is 215 - color contains mainly: blue. Hex color #BAB7D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAB7D7 is #454828. Grayscale: #BBBBBB. Windows color (decimal): -4540457 or 14137274. OLE color: 14137274.

HSL color Cylindrical-coordinate representation of color #BAB7D7: hue angle of 245.62º degrees, saturation: 0.29, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BAB7D7 is Cyan = 0.13, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB186183215-
CMYK0.130.1500.16
HSL245.62º28.57%78.04%-
HSV(B)245.62º14.88%84.31%-
XYZ49.4549.2171.18-
YUV187.54143.49126.9-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.85%
GREEN value IS 183 (71.88% from 255) = 31.34%
BLUE value IS 215 (84.38% from 255) = 36.82%
R=31.85%
G=31.34%
B=36.82%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1861832150.130.1500.16245.6228.5778.04
HexBAB7D7DF010f61d4e
Octal272267327151702036635116
Binary1011101010110111110101111101111101000011110110111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB7D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB7D7; }

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

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

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

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

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

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

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

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