#BAB5DA

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

Shades of Lavender Grey #BAB5DA

Tints of Lavender Grey #BAB5DA

Color information

#BAB5DA (or 0xBAB5DA) is unknown color: approx Lavender Grey. HEX triplet: BA, B5 and DA. RGB value is (186,181,218). Sum of RGB (Red+Green+Blue) = 186+181+218=585 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.79% from 585); Green value is 181 (71.09% from 255 or 30.94% from 585); Blue value is 218 (85.55% from 255 or 37.26% from 585); Max value from RGB is 218 - color contains mainly: blue. Hex color #BAB5DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAB5DA is #454A25. Grayscale: #BABABA. Windows color (decimal): -4540966 or 14333370. OLE color: 14333370.

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

Color convert

RGB186181218-
CMYK0.150.1700.15
HSL248.11º33.33%78.24%-
HSV(B)248.11º16.97%85.49%-
XYZ49.4348.5573.1-
YUV186.71145.66127.49-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.79%
GREEN value IS 181 (71.09% from 255) = 30.94%
BLUE value IS 218 (85.55% from 255) = 37.26%
R=31.79%
G=30.94%
B=37.26%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1861812180.150.1700.15248.1133.3378.24
HexBAB5DAF110Ff8214e
Octal272265332172101737041116
Binary10111010101101011101101011111000101111111110001000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB5DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB5DA; }

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

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

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

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

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

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

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

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