Shades of Lavender Grey #B1AAE1
Tints of Lavender Grey #B1AAE1
RGB
CMYK
RGB Variations
Color information
#B1AAE1 (or 0xB1AAE1) is known color: Lavender Grey. HEX triplet: B1, AA and E1. RGB value is (177,170,225). Sum of RGB (Red+Green+Blue) = 177+170+225=572 (75% of max value = 765). Red value is 177 (69.53% from 255 or 30.94% from 572); Green value is 170 (66.80% from 255 or 29.72% from 572); Blue value is 225 (88.28% from 255 or 39.34% from 572); Max value from RGB is 225 - color contains mainly: blue. Hex color #B1AAE1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1AAE1 is #4E551E. Grayscale: #B2B2B2. Windows color (decimal): -5133599 or 14789297. OLE color: 14789297.
HSL color Cylindrical-coordinate representation of color #B1AAE1: hue angle of 247.64º degrees, saturation: 0.48, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B1AAE1 is Cyan = 0.21, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 177 | 170 | 225 | - |
| CMYK | 0.21 | 0.24 | 0 | 0.12 |
| HSL | 247.64º | 0.48% | 0.77% | - |
| HSV(B) | 247.64º | 0.24% | 0.88% | - |
| XYZ | 46.1 | 43.53 | 77.21 | - |
| YUV | 178.36 | 154.32 | 127.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 170 | 225 | 0.21 | 0.24 | 0 | 0.12 | 247.64 | 0.48 | 0.77 |
| Hex | B1 | AA | E1 | 15 | 18 | 0 | C | F8 | 30 | 4D |
| Octal | 261 | 252 | 341 | 25 | 30 | 0 | 14 | 370 | 60 | 115 |
| Binary | 10110001 | 10101010 | 11100001 | 10101 | 11000 | 0 | 1100 | 11111000 | 110000 | 1001101 |
Color Harmonies of #B1AAE1
Complementary color
Monochromatic Colors of #B1AAE1
Black with #B1AAE1
Text Example
Text Example
White with #B1AAE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1AAE1; }
p { color: rgb(177,170,225); }
H1.HeaderClassName
{
color: #B1AAE1;
}
.AnyTagClassName
{
color: #B1AAE1;
}
</style>
background-color css
<style>
a { background-color: #B1AAE1; }
a { background-color: rgb(177,170,225); }
div.DivClassName
{
background-color: #B1AAE1;
}
.BgClassName
{
background-color: #B1AAE1;
}
</style>
border-color css
<style>
span { border-color: #B1AAE1; }
span { border-color: rgb(177,170,225); }
td.TdClassName
{
border-color: #B1AAE1;
}
.TagClassName
{
border-color: #B1AAE1;
}
</style>