#BAB5EF

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

Shades of Lavender Grey #BAB5EF

Tints of Lavender Grey #BAB5EF

Color information

#BAB5EF (or 0xBAB5EF) is unknown color: approx Lavender Grey. HEX triplet: BA, B5 and EF. RGB value is (186,181,239). Sum of RGB (Red+Green+Blue) = 186+181+239=606 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.69% from 606); Green value is 181 (71.09% from 255 or 29.87% from 606); Blue value is 239 (93.75% from 255 or 39.44% from 606); Max value from RGB is 239 - color contains mainly: blue. Hex color #BAB5EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAB5EF is #454A10. Grayscale: #BCBCBC. Windows color (decimal): -4540945 or 15709626. OLE color: 15709626.

HSL color Cylindrical-coordinate representation of color #BAB5EF: hue angle of 245.17º degrees, saturation: 0.64, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BAB5EF is Cyan = 0.22, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB186181239-
CMYK0.220.2400.06
HSL245.17º64.44%82.35%-
HSV(B)245.17º24.27%93.73%-
XYZ52.3549.7288.5-
YUV189.11156.16125.78-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.69%
GREEN value IS 181 (71.09% from 255) = 29.87%
BLUE value IS 239 (93.75% from 255) = 39.44%
R=30.69%
G=29.87%
B=39.44%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1861812390.220.2400.06245.1764.4482.35
HexBAB5EF161806f54052
Octal272265357263006365100122
Binary101110101011010111101111101101100001101111010110000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB5EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB5EF; }

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

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

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

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

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

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

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

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