#BAB6EA

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

Shades of Lavender Grey #BAB6EA

Tints of Lavender Grey #BAB6EA

Color information

#BAB6EA (or 0xBAB6EA) is unknown color: approx Lavender Grey. HEX triplet: BA, B6 and EA. RGB value is (186,182,234). Sum of RGB (Red+Green+Blue) = 186+182+234=602 (79% of max value = 765). Red value is 186 (73.05% from 255 or 30.90% from 602); Green value is 182 (71.48% from 255 or 30.23% from 602); Blue value is 234 (91.80% from 255 or 38.87% from 602); Max value from RGB is 234 - color contains mainly: blue. Hex color #BAB6EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAB6EA is #454915. Grayscale: #BCBCBC. Windows color (decimal): -4540694 or 15382202. OLE color: 15382202.

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

Color convert

RGB186182234-
CMYK0.210.2200.08
HSL244.62º55.32%81.57%-
HSV(B)244.62º22.22%91.76%-
XYZ51.8349.8484.73-
YUV189.12153.33125.77-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.90%
GREEN value IS 182 (71.48% from 255) = 30.23%
BLUE value IS 234 (91.80% from 255) = 38.87%
R=30.90%
G=30.23%
B=38.87%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1861822340.210.2200.08244.6255.3281.57
HexBAB6EA151608f53752
Octal272266352252601036567122
Binary101110101011011011101010101011011001000111101011101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB6EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB6EA; }

 p { color: rgb(186,182,234); }

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

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

 a { background-color: rgb(186,182,234); }

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

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

 span { border-color: rgb(186,182,234); }

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