Shades of Lavender Grey #B0A9DD
Tints of Lavender Grey #B0A9DD
RGB
CMYK
RGB Variations
Color information
#B0A9DD (or 0xB0A9DD) is known color: Lavender Grey. HEX triplet: B0, A9 and DD. RGB value is (176,169,221). Sum of RGB (Red+Green+Blue) = 176+169+221=566 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.10% from 566); Green value is 169 (66.41% from 255 or 29.86% from 566); Blue value is 221 (86.72% from 255 or 39.05% from 566); Max value from RGB is 221 - color contains mainly: blue. Hex color #B0A9DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0A9DD is #4F5622. Grayscale: #B0B0B0. Windows color (decimal): -5199395 or 14526896. OLE color: 14526896.
HSL color Cylindrical-coordinate representation of color #B0A9DD: hue angle of 248.08º degrees, saturation: 0.43, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B0A9DD is Cyan = 0.20, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 176 | 169 | 221 | - |
| CMYK | 0.20 | 0.24 | 0 | 0.13 |
| HSL | 248.08º | 0.43% | 0.76% | - |
| HSV(B) | 248.08º | 0.24% | 0.87% | - |
| XYZ | 45.14 | 42.83 | 74.29 | - |
| YUV | 177.02 | 152.82 | 127.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 169 | 221 | 0.20 | 0.24 | 0 | 0.13 | 248.08 | 0.43 | 0.76 |
| Hex | B0 | A9 | DD | 14 | 18 | 0 | D | F8 | 2B | 4C |
| Octal | 260 | 251 | 335 | 24 | 30 | 0 | 15 | 370 | 53 | 114 |
| Binary | 10110000 | 10101001 | 11011101 | 10100 | 11000 | 0 | 1101 | 11111000 | 101011 | 1001100 |
Color Harmonies of #B0A9DD
Complementary color
Monochromatic Colors of #B0A9DD
Black with #B0A9DD
Text Example
Text Example
White with #B0A9DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0A9DD; }
p { color: rgb(176,169,221); }
H1.HeaderClassName
{
color: #B0A9DD;
}
.AnyTagClassName
{
color: #B0A9DD;
}
</style>
background-color css
<style>
a { background-color: #B0A9DD; }
a { background-color: rgb(176,169,221); }
div.DivClassName
{
background-color: #B0A9DD;
}
.BgClassName
{
background-color: #B0A9DD;
}
</style>
border-color css
<style>
span { border-color: #B0A9DD; }
span { border-color: rgb(176,169,221); }
td.TdClassName
{
border-color: #B0A9DD;
}
.TagClassName
{
border-color: #B0A9DD;
}
</style>