#BAB9E7

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

Shades of Lavender Grey #BAB9E7

Tints of Lavender Grey #BAB9E7

Color information

#BAB9E7 (or 0xBAB9E7) is unknown color: approx Lavender Grey. HEX triplet: BA, B9 and E7. RGB value is (186,185,231). Sum of RGB (Red+Green+Blue) = 186+185+231=602 (79% of max value = 765). Red value is 186 (73.05% from 255 or 30.90% from 602); Green value is 185 (72.66% from 255 or 30.73% from 602); Blue value is 231 (90.62% from 255 or 38.37% from 602); Max value from RGB is 231 - color contains mainly: blue. Hex color #BAB9E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAB9E7 is #454618. Grayscale: #BEBEBE. Windows color (decimal): -4539929 or 15186362. OLE color: 15186362.

HSL color Cylindrical-coordinate representation of color #BAB9E7: hue angle of 241.3º degrees, saturation: 0.49, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BAB9E7 is Cyan = 0.19, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB186185231-
CMYK0.190.2000.09
HSL241.3º48.94%81.57%-
HSV(B)241.3º19.91%90.59%-
XYZ52.0250.9182.69-
YUV190.54150.83124.76-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.90%
GREEN value IS 185 (72.66% from 255) = 30.73%
BLUE value IS 231 (90.62% from 255) = 38.37%
R=30.90%
G=30.73%
B=38.37%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1861852310.190.2000.09241.348.9481.57
HexBAB9E7131409f13152
Octal272271347232401136161122
Binary101110101011100111100111100111010001001111100011100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB9E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB9E7; }

 p { color: rgb(186,185,231); }

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

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

 a { background-color: rgb(186,185,231); }

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

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

 span { border-color: rgb(186,185,231); }

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