Shades of Lavender Grey #B1AAE8
Tints of Lavender Grey #B1AAE8
RGB
CMYK
RGB Variations
Color information
#B1AAE8 (or 0xB1AAE8) is known color: Lavender Grey. HEX triplet: B1, AA and E8. RGB value is (177,170,232). Sum of RGB (Red+Green+Blue) = 177+170+232=579 (76% of max value = 765). Red value is 177 (69.53% from 255 or 30.57% from 579); Green value is 170 (66.80% from 255 or 29.36% from 579); Blue value is 232 (91.02% from 255 or 40.07% from 579); Max value from RGB is 232 - color contains mainly: blue. Hex color #B1AAE8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B1AAE8 is #4E5517. Grayscale: #B2B2B2. Windows color (decimal): -5133592 or 15248049. OLE color: 15248049.
HSL color Cylindrical-coordinate representation of color #B1AAE8: hue angle of 246.77º degrees, saturation: 0.57, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B1AAE8 is Cyan = 0.24, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 177 | 170 | 232 | - |
| CMYK | 0.24 | 0.27 | 0 | 0.09 |
| HSL | 246.77º | 0.57% | 0.79% | - |
| HSV(B) | 246.77º | 0.27% | 0.91% | - |
| XYZ | 47.07 | 43.92 | 82.34 | - |
| YUV | 179.16 | 157.82 | 126.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 170 | 232 | 0.24 | 0.27 | 0 | 0.09 | 246.77 | 0.57 | 0.79 |
| Hex | B1 | AA | E8 | 18 | 1B | 0 | 9 | F7 | 39 | 4F |
| Octal | 261 | 252 | 350 | 30 | 33 | 0 | 11 | 367 | 71 | 117 |
| Binary | 10110001 | 10101010 | 11101000 | 11000 | 11011 | 0 | 1001 | 11110111 | 111001 | 1001111 |
Color Harmonies of #B1AAE8
Complementary color
Monochromatic Colors of #B1AAE8
Black with #B1AAE8
Text Example
Text Example
White with #B1AAE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1AAE8; }
p { color: rgb(177,170,232); }
H1.HeaderClassName
{
color: #B1AAE8;
}
.AnyTagClassName
{
color: #B1AAE8;
}
</style>
background-color css
<style>
a { background-color: #B1AAE8; }
a { background-color: rgb(177,170,232); }
div.DivClassName
{
background-color: #B1AAE8;
}
.BgClassName
{
background-color: #B1AAE8;
}
</style>
border-color css
<style>
span { border-color: #B1AAE8; }
span { border-color: rgb(177,170,232); }
td.TdClassName
{
border-color: #B1AAE8;
}
.TagClassName
{
border-color: #B1AAE8;
}
</style>