Shades of Lavender Grey #B0A9DC
Tints of Lavender Grey #B0A9DC
RGB
CMYK
RGB Variations
Color information
#B0A9DC (or 0xB0A9DC) is known color: Lavender Grey. HEX triplet: B0, A9 and DC. RGB value is (176,169,220). Sum of RGB (Red+Green+Blue) = 176+169+220=565 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.15% from 565); Green value is 169 (66.41% from 255 or 29.91% from 565); Blue value is 220 (86.33% from 255 or 38.94% from 565); Max value from RGB is 220 - color contains mainly: blue. Hex color #B0A9DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0A9DC is #4F5623. Grayscale: #B0B0B0. Windows color (decimal): -5199396 or 14461360. OLE color: 14461360.
HSL color Cylindrical-coordinate representation of color #B0A9DC: hue angle of 248.24º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B0A9DC is Cyan = 0.2, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 176 | 169 | 220 | - |
| CMYK | 0.2 | 0.23 | 0 | 0.14 |
| HSL | 248.24º | 0.42% | 0.76% | - |
| HSV(B) | 248.24º | 0.23% | 0.86% | - |
| XYZ | 45.01 | 42.77 | 73.59 | - |
| YUV | 176.91 | 152.32 | 127.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 169 | 220 | 0.2 | 0.23 | 0 | 0.14 | 248.24 | 0.42 | 0.76 |
| Hex | B0 | A9 | DC | 14 | 17 | 0 | E | F8 | 2A | 4C |
| Octal | 260 | 251 | 334 | 24 | 27 | 0 | 16 | 370 | 52 | 114 |
| Binary | 10110000 | 10101001 | 11011100 | 10100 | 10111 | 0 | 1110 | 11111000 | 101010 | 1001100 |
Color Harmonies of #B0A9DC
Complementary color
Monochromatic Colors of #B0A9DC
Black with #B0A9DC
Text Example
Text Example
White with #B0A9DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0A9DC; }
p { color: rgb(176,169,220); }
H1.HeaderClassName
{
color: #B0A9DC;
}
.AnyTagClassName
{
color: #B0A9DC;
}
</style>
background-color css
<style>
a { background-color: #B0A9DC; }
a { background-color: rgb(176,169,220); }
div.DivClassName
{
background-color: #B0A9DC;
}
.BgClassName
{
background-color: #B0A9DC;
}
</style>
border-color css
<style>
span { border-color: #B0A9DC; }
span { border-color: rgb(176,169,220); }
td.TdClassName
{
border-color: #B0A9DC;
}
.TagClassName
{
border-color: #B0A9DC;
}
</style>