#BAB5D8

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

Shades of Lavender Grey #BAB5D8

Tints of Lavender Grey #BAB5D8

Color information

#BAB5D8 (or 0xBAB5D8) is unknown color: approx Lavender Grey. HEX triplet: BA, B5 and D8. RGB value is (186,181,216). Sum of RGB (Red+Green+Blue) = 186+181+216=583 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.90% from 583); Green value is 181 (71.09% from 255 or 31.05% from 583); Blue value is 216 (84.77% from 255 or 37.05% from 583); Max value from RGB is 216 - color contains mainly: blue. Hex color #BAB5D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAB5D8 is #454A27. Grayscale: #BABABA. Windows color (decimal): -4540968 or 14202298. OLE color: 14202298.

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

Color convert

RGB186181216-
CMYK0.140.1600.15
HSL248.57º30.97%77.84%-
HSV(B)248.57º16.2%84.71%-
XYZ49.1748.4471.73-
YUV186.48144.66127.65-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.90%
GREEN value IS 181 (71.09% from 255) = 31.05%
BLUE value IS 216 (84.77% from 255) = 37.05%
R=31.90%
G=31.05%
B=37.05%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1861812160.140.1600.15248.5730.9777.84
HexBAB5D8E100Ff91f4e
Octal272265330162001737137116
Binary1011101010110101110110001110100000111111111001111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB5D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB5D8; }

 p { color: rgb(186,181,216); }

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

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

 a { background-color: rgb(186,181,216); }

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

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

 span { border-color: rgb(186,181,216); }

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