#BAB6E9

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

Shades of Lavender Grey #BAB6E9

Tints of Lavender Grey #BAB6E9

Color information

#BAB6E9 (or 0xBAB6E9) is unknown color: approx Lavender Grey. HEX triplet: BA, B6 and E9. RGB value is (186,182,233). Sum of RGB (Red+Green+Blue) = 186+182+233=601 (79% of max value = 765). Red value is 186 (73.05% from 255 or 30.95% from 601); Green value is 182 (71.48% from 255 or 30.28% from 601); Blue value is 233 (91.41% from 255 or 38.77% from 601); Max value from RGB is 233 - color contains mainly: blue. Hex color #BAB6E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAB6E9 is #454916. Grayscale: #BCBCBC. Windows color (decimal): -4540695 or 15316666. OLE color: 15316666.

HSL color Cylindrical-coordinate representation of color #BAB6E9: hue angle of 244.71º degrees, saturation: 0.54, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BAB6E9 is Cyan = 0.20, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB186182233-
CMYK0.200.2200.09
HSL244.71º53.68%81.37%-
HSV(B)244.71º21.89%91.37%-
XYZ51.6949.7883.97-
YUV189.01152.83125.85-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.95%
GREEN value IS 182 (71.48% from 255) = 30.28%
BLUE value IS 233 (91.41% from 255) = 38.77%
R=30.95%
G=30.28%
B=38.77%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1861822330.200.2200.09244.7153.6881.37
HexBAB6E9141609f53651
Octal272266351242601136566121
Binary101110101011011011101001101001011001001111101011101101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB6E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB6E9; }

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

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

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

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

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

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

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

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