Shades of Lavender Grey #B2AAE1
Tints of Lavender Grey #B2AAE1
RGB
CMYK
RGB Variations
Color information
#B2AAE1 (or 0xB2AAE1) is known color: Lavender Grey. HEX triplet: B2, AA and E1. RGB value is (178,170,225). Sum of RGB (Red+Green+Blue) = 178+170+225=573 (75% of max value = 765). Red value is 178 (69.92% from 255 or 31.06% from 573); Green value is 170 (66.80% from 255 or 29.67% from 573); Blue value is 225 (88.28% from 255 or 39.27% from 573); Max value from RGB is 225 - color contains mainly: blue. Hex color #B2AAE1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2AAE1 is #4D551E. Grayscale: #B2B2B2. Windows color (decimal): -5068063 or 14789298. OLE color: 14789298.
HSL color Cylindrical-coordinate representation of color #B2AAE1: hue angle of 248.73º 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 #B2AAE1 is Cyan = 0.21, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 178 | 170 | 225 | - |
| CMYK | 0.21 | 0.24 | 0 | 0.12 |
| HSL | 248.73º | 0.48% | 0.77% | - |
| HSV(B) | 248.73º | 0.24% | 0.88% | - |
| XYZ | 46.33 | 43.65 | 77.22 | - |
| YUV | 178.66 | 154.15 | 127.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 170 | 225 | 0.21 | 0.24 | 0 | 0.12 | 248.73 | 0.48 | 0.77 |
| Hex | B2 | AA | E1 | 15 | 18 | 0 | C | F9 | 30 | 4D |
| Octal | 262 | 252 | 341 | 25 | 30 | 0 | 14 | 371 | 60 | 115 |
| Binary | 10110010 | 10101010 | 11100001 | 10101 | 11000 | 0 | 1100 | 11111001 | 110000 | 1001101 |
Color Harmonies of #B2AAE1
Complementary color
Monochromatic Colors of #B2AAE1
Black with #B2AAE1
Text Example
Text Example
White with #B2AAE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2AAE1; }
p { color: rgb(178,170,225); }
H1.HeaderClassName
{
color: #B2AAE1;
}
.AnyTagClassName
{
color: #B2AAE1;
}
</style>
background-color css
<style>
a { background-color: #B2AAE1; }
a { background-color: rgb(178,170,225); }
div.DivClassName
{
background-color: #B2AAE1;
}
.BgClassName
{
background-color: #B2AAE1;
}
</style>
border-color css
<style>
span { border-color: #B2AAE1; }
span { border-color: rgb(178,170,225); }
td.TdClassName
{
border-color: #B2AAE1;
}
.TagClassName
{
border-color: #B2AAE1;
}
</style>