#BAB6D7

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

Shades of Lavender Grey #BAB6D7

Tints of Lavender Grey #BAB6D7

Color information

#BAB6D7 (or 0xBAB6D7) is unknown color: approx Lavender Grey. HEX triplet: BA, B6 and D7. RGB value is (186,182,215). Sum of RGB (Red+Green+Blue) = 186+182+215=583 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.90% from 583); Green value is 182 (71.48% from 255 or 31.22% from 583); Blue value is 215 (84.38% from 255 or 36.88% from 583); Max value from RGB is 215 - color contains mainly: blue. Hex color #BAB6D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAB6D7 is #454928. Grayscale: #BABABA. Windows color (decimal): -4540713 or 14137018. OLE color: 14137018.

HSL color Cylindrical-coordinate representation of color #BAB6D7: hue angle of 247.27º 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 #BAB6D7 is Cyan = 0.13, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB186182215-
CMYK0.130.1500.16
HSL247.27º29.2%77.84%-
HSV(B)247.27º15.35%84.31%-
XYZ49.2448.871.11-
YUV186.96143.83127.32-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.90%
GREEN value IS 182 (71.48% from 255) = 31.22%
BLUE value IS 215 (84.38% from 255) = 36.88%
R=31.90%
G=31.22%
B=36.88%

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
Decimal1861822150.130.1500.16247.2729.277.84
HexBAB6D7DF010f71d4e
Octal272266327151702036735116
Binary1011101010110110110101111101111101000011110111111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB6D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB6D7; }

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

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

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

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

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

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

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

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