Shades of Lavender Grey #B0A9EE
Tints of Lavender Grey #B0A9EE
RGB
CMYK
RGB Variations
Color information
#B0A9EE (or 0xB0A9EE) is known color: Lavender Grey. HEX triplet: B0, A9 and EE. RGB value is (176,169,238). Sum of RGB (Red+Green+Blue) = 176+169+238=583 (77% of max value = 765). Red value is 176 (69.14% from 255 or 30.19% from 583); Green value is 169 (66.41% from 255 or 28.99% from 583); Blue value is 238 (93.36% from 255 or 40.82% from 583); Max value from RGB is 238 - color contains mainly: blue. Hex color #B0A9EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B0A9EE is #4F5611. Grayscale: #B2B2B2. Windows color (decimal): -5199378 or 15641008. OLE color: 15641008.
HSL color Cylindrical-coordinate representation of color #B0A9EE: hue angle of 246.09º degrees, saturation: 0.67, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B0A9EE is Cyan = 0.26, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 176 | 169 | 238 | - |
| CMYK | 0.26 | 0.29 | 0 | 0.07 |
| HSL | 246.09º | 0.67% | 0.8% | - |
| HSV(B) | 246.09º | 0.29% | 0.93% | - |
| XYZ | 47.53 | 43.78 | 86.83 | - |
| YUV | 178.96 | 161.32 | 125.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 169 | 238 | 0.26 | 0.29 | 0 | 0.07 | 246.09 | 0.67 | 0.8 |
| Hex | B0 | A9 | EE | 1A | 1D | 0 | 7 | F6 | 43 | 50 |
| Octal | 260 | 251 | 356 | 32 | 35 | 0 | 7 | 366 | 103 | 120 |
| Binary | 10110000 | 10101001 | 11101110 | 11010 | 11101 | 0 | 111 | 11110110 | 1000011 | 1010000 |
Color Harmonies of #B0A9EE
Complementary color
Monochromatic Colors of #B0A9EE
Black with #B0A9EE
Text Example
Text Example
White with #B0A9EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0A9EE; }
p { color: rgb(176,169,238); }
H1.HeaderClassName
{
color: #B0A9EE;
}
.AnyTagClassName
{
color: #B0A9EE;
}
</style>
background-color css
<style>
a { background-color: #B0A9EE; }
a { background-color: rgb(176,169,238); }
div.DivClassName
{
background-color: #B0A9EE;
}
.BgClassName
{
background-color: #B0A9EE;
}
</style>
border-color css
<style>
span { border-color: #B0A9EE; }
span { border-color: rgb(176,169,238); }
td.TdClassName
{
border-color: #B0A9EE;
}
.TagClassName
{
border-color: #B0A9EE;
}
</style>