Shades of Lavender Grey #B0A9E1
Tints of Lavender Grey #B0A9E1
RGB
CMYK
RGB Variations
Color information
#B0A9E1 (or 0xB0A9E1) is known color: Lavender Grey. HEX triplet: B0, A9 and E1. RGB value is (176,169,225). Sum of RGB (Red+Green+Blue) = 176+169+225=570 (75% of max value = 765). Red value is 176 (69.14% from 255 or 30.88% from 570); Green value is 169 (66.41% from 255 or 29.65% from 570); Blue value is 225 (88.28% from 255 or 39.47% from 570); Max value from RGB is 225 - color contains mainly: blue. Hex color #B0A9E1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0A9E1 is #4F561E. Grayscale: #B1B1B1. Windows color (decimal): -5199391 or 14789040. OLE color: 14789040.
HSL color Cylindrical-coordinate representation of color #B0A9E1: hue angle of 247.5º degrees, saturation: 0.48, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B0A9E1 is Cyan = 0.22, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 176 | 169 | 225 | - |
| CMYK | 0.22 | 0.25 | 0 | 0.12 |
| HSL | 247.5º | 0.48% | 0.77% | - |
| HSV(B) | 247.5º | 0.25% | 0.88% | - |
| XYZ | 45.68 | 43.04 | 77.13 | - |
| YUV | 177.48 | 154.82 | 126.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 169 | 225 | 0.22 | 0.25 | 0 | 0.12 | 247.5 | 0.48 | 0.77 |
| Hex | B0 | A9 | E1 | 16 | 19 | 0 | C | F8 | 30 | 4D |
| Octal | 260 | 251 | 341 | 26 | 31 | 0 | 14 | 370 | 60 | 115 |
| Binary | 10110000 | 10101001 | 11100001 | 10110 | 11001 | 0 | 1100 | 11111000 | 110000 | 1001101 |
Color Harmonies of #B0A9E1
Complementary color
Monochromatic Colors of #B0A9E1
Black with #B0A9E1
Text Example
Text Example
White with #B0A9E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0A9E1; }
p { color: rgb(176,169,225); }
H1.HeaderClassName
{
color: #B0A9E1;
}
.AnyTagClassName
{
color: #B0A9E1;
}
</style>
background-color css
<style>
a { background-color: #B0A9E1; }
a { background-color: rgb(176,169,225); }
div.DivClassName
{
background-color: #B0A9E1;
}
.BgClassName
{
background-color: #B0A9E1;
}
</style>
border-color css
<style>
span { border-color: #B0A9E1; }
span { border-color: rgb(176,169,225); }
td.TdClassName
{
border-color: #B0A9E1;
}
.TagClassName
{
border-color: #B0A9E1;
}
</style>