#BAB5EB

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

Shades of Lavender Grey #BAB5EB

Tints of Lavender Grey #BAB5EB

Color information

#BAB5EB (or 0xBAB5EB) is unknown color: approx Lavender Grey. HEX triplet: BA, B5 and EB. RGB value is (186,181,235). Sum of RGB (Red+Green+Blue) = 186+181+235=602 (79% of max value = 765). Red value is 186 (73.05% from 255 or 30.90% from 602); Green value is 181 (71.09% from 255 or 30.07% from 602); Blue value is 235 (92.19% from 255 or 39.04% from 602); Max value from RGB is 235 - color contains mainly: blue. Hex color #BAB5EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAB5EB is #454A14. Grayscale: #BCBCBC. Windows color (decimal): -4540949 or 15447482. OLE color: 15447482.

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

Color convert

RGB186181235-
CMYK0.210.2300.08
HSL245.56º57.45%81.57%-
HSV(B)245.56º22.98%92.16%-
XYZ51.7749.4985.42-
YUV188.65154.16126.11-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.90%
GREEN value IS 181 (71.09% from 255) = 30.07%
BLUE value IS 235 (92.19% from 255) = 39.04%
R=30.90%
G=30.07%
B=39.04%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1861812350.210.2300.08245.5657.4581.57
HexBAB5EB151708f63952
Octal272265353252701036671122
Binary101110101011010111101011101011011101000111101101110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB5EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB5EB; }

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

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

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

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

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

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

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

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