#BAB5EE

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

Shades of Lavender Grey #BAB5EE

Tints of Lavender Grey #BAB5EE

Color information

#BAB5EE (or 0xBAB5EE) is unknown color: approx Lavender Grey. HEX triplet: BA, B5 and EE. RGB value is (186,181,238). Sum of RGB (Red+Green+Blue) = 186+181+238=605 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.74% from 605); Green value is 181 (71.09% from 255 or 29.92% from 605); Blue value is 238 (93.36% from 255 or 39.34% from 605); Max value from RGB is 238 - color contains mainly: blue. Hex color #BAB5EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAB5EE is #454A11. Grayscale: #BCBCBC. Windows color (decimal): -4540946 or 15644090. OLE color: 15644090.

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

Color convert

RGB186181238-
CMYK0.220.2400.07
HSL245.26º62.64%82.16%-
HSV(B)245.26º23.95%93.33%-
XYZ52.2149.6687.72-
YUV188.99155.66125.87-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.74%
GREEN value IS 181 (71.09% from 255) = 29.92%
BLUE value IS 238 (93.36% from 255) = 39.34%
R=30.74%
G=29.92%
B=39.34%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1861812380.220.2400.07245.2662.6482.16
HexBAB5EE161807f53f52
Octal27226535626300736577122
Binary10111010101101011110111010110110000111111101011111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB5EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB5EE; }

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

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

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

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

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

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

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

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