Shades of Lavender Grey #B0A9EB
Tints of Lavender Grey #B0A9EB
RGB
CMYK
RGB Variations
Color information
#B0A9EB (or 0xB0A9EB) is known color: Lavender Grey. HEX triplet: B0, A9 and EB. RGB value is (176,169,235). Sum of RGB (Red+Green+Blue) = 176+169+235=580 (76% of max value = 765). Red value is 176 (69.14% from 255 or 30.34% from 580); Green value is 169 (66.41% from 255 or 29.14% from 580); Blue value is 235 (92.19% from 255 or 40.52% from 580); Max value from RGB is 235 - color contains mainly: blue. Hex color #B0A9EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B0A9EB is #4F5614. Grayscale: #B2B2B2. Windows color (decimal): -5199381 or 15444400. OLE color: 15444400.
HSL color Cylindrical-coordinate representation of color #B0A9EB: hue angle of 246.36º degrees, saturation: 0.62, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B0A9EB is Cyan = 0.25, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 176 | 169 | 235 | - |
| CMYK | 0.25 | 0.28 | 0 | 0.08 |
| HSL | 246.36º | 0.62% | 0.79% | - |
| HSV(B) | 246.36º | 0.28% | 0.92% | - |
| XYZ | 47.09 | 43.6 | 84.53 | - |
| YUV | 178.62 | 159.82 | 126.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 169 | 235 | 0.25 | 0.28 | 0 | 0.08 | 246.36 | 0.62 | 0.79 |
| Hex | B0 | A9 | EB | 19 | 1C | 0 | 8 | F6 | 3E | 4F |
| Octal | 260 | 251 | 353 | 31 | 34 | 0 | 10 | 366 | 76 | 117 |
| Binary | 10110000 | 10101001 | 11101011 | 11001 | 11100 | 0 | 1000 | 11110110 | 111110 | 1001111 |
Color Harmonies of #B0A9EB
Complementary color
Monochromatic Colors of #B0A9EB
Black with #B0A9EB
Text Example
Text Example
White with #B0A9EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0A9EB; }
p { color: rgb(176,169,235); }
H1.HeaderClassName
{
color: #B0A9EB;
}
.AnyTagClassName
{
color: #B0A9EB;
}
</style>
background-color css
<style>
a { background-color: #B0A9EB; }
a { background-color: rgb(176,169,235); }
div.DivClassName
{
background-color: #B0A9EB;
}
.BgClassName
{
background-color: #B0A9EB;
}
</style>
border-color css
<style>
span { border-color: #B0A9EB; }
span { border-color: rgb(176,169,235); }
td.TdClassName
{
border-color: #B0A9EB;
}
.TagClassName
{
border-color: #B0A9EB;
}
</style>