#BAB5EC

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

Shades of Lavender Grey #BAB5EC

Tints of Lavender Grey #BAB5EC

Color information

#BAB5EC (or 0xBAB5EC) is unknown color: approx Lavender Grey. HEX triplet: BA, B5 and EC. RGB value is (186,181,236). Sum of RGB (Red+Green+Blue) = 186+181+236=603 (79% of max value = 765). Red value is 186 (73.05% from 255 or 30.85% from 603); Green value is 181 (71.09% from 255 or 30.02% from 603); Blue value is 236 (92.58% from 255 or 39.14% from 603); Max value from RGB is 236 - color contains mainly: blue. Hex color #BAB5EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAB5EC is #454A13. Grayscale: #BCBCBC. Windows color (decimal): -4540948 or 15513018. OLE color: 15513018.

HSL color Cylindrical-coordinate representation of color #BAB5EC: hue angle of 245.45º degrees, saturation: 0.59, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BAB5EC is Cyan = 0.21, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB186181236-
CMYK0.210.2300.07
HSL245.45º59.14%81.76%-
HSV(B)245.45º23.31%92.55%-
XYZ51.9149.5486.18-
YUV188.76154.66126.03-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.85%
GREEN value IS 181 (71.09% from 255) = 30.02%
BLUE value IS 236 (92.58% from 255) = 39.14%
R=30.85%
G=30.02%
B=39.14%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1861812360.210.2300.07245.4559.1481.76
HexBAB5EC151707f53b52
Octal27226535425270736573122
Binary10111010101101011110110010101101110111111101011110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB5EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB5EC; }

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

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

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

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

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

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

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

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