#BAB5ED

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

Shades of Lavender Grey #BAB5ED

Tints of Lavender Grey #BAB5ED

Color information

#BAB5ED (or 0xBAB5ED) is unknown color: approx Lavender Grey. HEX triplet: BA, B5 and ED. RGB value is (186,181,237). Sum of RGB (Red+Green+Blue) = 186+181+237=604 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.79% from 604); Green value is 181 (71.09% from 255 or 29.97% from 604); Blue value is 237 (92.97% from 255 or 39.24% from 604); Max value from RGB is 237 - color contains mainly: blue. Hex color #BAB5ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAB5ED is #454A12. Grayscale: #BCBCBC. Windows color (decimal): -4540947 or 15578554. OLE color: 15578554.

HSL color Cylindrical-coordinate representation of color #BAB5ED: hue angle of 245.36º degrees, saturation: 0.61, 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 #BAB5ED is Cyan = 0.22, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB186181237-
CMYK0.220.2400.07
HSL245.36º60.87%81.96%-
HSV(B)245.36º23.63%92.94%-
XYZ52.0649.686.95-
YUV188.88155.16125.95-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.79%
GREEN value IS 181 (71.09% from 255) = 29.97%
BLUE value IS 237 (92.97% from 255) = 39.24%
R=30.79%
G=29.97%
B=39.24%

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
Decimal1861812370.220.2400.07245.3660.8781.96
HexBAB5ED161807f53d52
Octal27226535526300736575122
Binary10111010101101011110110110110110000111111101011111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB5ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB5ED; }

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

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

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

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

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

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

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

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