#BAB6E5

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

Shades of Lavender Grey #BAB6E5

Tints of Lavender Grey #BAB6E5

Color information

#BAB6E5 (or 0xBAB6E5) is unknown color: approx Lavender Grey. HEX triplet: BA, B6 and E5. RGB value is (186,182,229). Sum of RGB (Red+Green+Blue) = 186+182+229=597 (79% of max value = 765). Red value is 186 (73.05% from 255 or 31.16% from 597); Green value is 182 (71.48% from 255 or 30.49% from 597); Blue value is 229 (89.84% from 255 or 38.36% from 597); Max value from RGB is 229 - color contains mainly: blue. Hex color #BAB6E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAB6E5 is #45491A. Grayscale: #BCBCBC. Windows color (decimal): -4540699 or 15054522. OLE color: 15054522.

HSL color Cylindrical-coordinate representation of color #BAB6E5: hue angle of 245.11º degrees, saturation: 0.47, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BAB6E5 is Cyan = 0.19, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB186182229-
CMYK0.190.2100.10
HSL245.11º47.47%80.59%-
HSV(B)245.11º20.52%89.8%-
XYZ51.1249.5581-
YUV188.55150.83126.18-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.16%
GREEN value IS 182 (71.48% from 255) = 30.49%
BLUE value IS 229 (89.84% from 255) = 38.36%
R=31.16%
G=30.49%
B=38.36%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1861822290.190.2100.10245.1147.4780.59
HexBAB6E513150Af52f51
Octal272266345232501236557121
Binary101110101011011011100101100111010101010111101011011111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB6E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB6E5; }

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

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

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

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

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

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

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

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