Shades of Lavender Grey #B0AAEC
Tints of Lavender Grey #B0AAEC
RGB
CMYK
RGB Variations
Color information
#B0AAEC (or 0xB0AAEC) is known color: Lavender Grey. HEX triplet: B0, AA and EC. RGB value is (176,170,236). Sum of RGB (Red+Green+Blue) = 176+170+236=582 (77% of max value = 765). Red value is 176 (69.14% from 255 or 30.24% from 582); Green value is 170 (66.80% from 255 or 29.21% from 582); Blue value is 236 (92.58% from 255 or 40.55% from 582); Max value from RGB is 236 - color contains mainly: blue. Hex color #B0AAEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B0AAEC is #4F5513. Grayscale: #B3B3B3. Windows color (decimal): -5199124 or 15510192. OLE color: 15510192.
HSL color Cylindrical-coordinate representation of color #B0AAEC: hue angle of 245.45º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B0AAEC is Cyan = 0.25, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 176 | 170 | 236 | - |
| CMYK | 0.25 | 0.28 | 0 | 0.07 |
| HSL | 245.45º | 0.63% | 0.8% | - |
| HSV(B) | 245.45º | 0.28% | 0.93% | - |
| XYZ | 47.42 | 44.04 | 85.36 | - |
| YUV | 179.32 | 159.99 | 125.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 170 | 236 | 0.25 | 0.28 | 0 | 0.07 | 245.45 | 0.63 | 0.8 |
| Hex | B0 | AA | EC | 19 | 1C | 0 | 7 | F5 | 3F | 50 |
| Octal | 260 | 252 | 354 | 31 | 34 | 0 | 7 | 365 | 77 | 120 |
| Binary | 10110000 | 10101010 | 11101100 | 11001 | 11100 | 0 | 111 | 11110101 | 111111 | 1010000 |
Color Harmonies of #B0AAEC
Complementary color
Monochromatic Colors of #B0AAEC
Black with #B0AAEC
Text Example
Text Example
White with #B0AAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0AAEC; }
p { color: rgb(176,170,236); }
H1.HeaderClassName
{
color: #B0AAEC;
}
.AnyTagClassName
{
color: #B0AAEC;
}
</style>
background-color css
<style>
a { background-color: #B0AAEC; }
a { background-color: rgb(176,170,236); }
div.DivClassName
{
background-color: #B0AAEC;
}
.BgClassName
{
background-color: #B0AAEC;
}
</style>
border-color css
<style>
span { border-color: #B0AAEC; }
span { border-color: rgb(176,170,236); }
td.TdClassName
{
border-color: #B0AAEC;
}
.TagClassName
{
border-color: #B0AAEC;
}
</style>