Shades of Lavender Grey #B0A8EE
Tints of Lavender Grey #B0A8EE
RGB
CMYK
RGB Variations
Color information
#B0A8EE (or 0xB0A8EE) is known color: Lavender Grey. HEX triplet: B0, A8 and EE. RGB value is (176,168,238). Sum of RGB (Red+Green+Blue) = 176+168+238=582 (77% of max value = 765). Red value is 176 (69.14% from 255 or 30.24% from 582); Green value is 168 (66.02% from 255 or 28.87% from 582); Blue value is 238 (93.36% from 255 or 40.89% from 582); Max value from RGB is 238 - color contains mainly: blue. Hex color #B0A8EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B0A8EE is #4F5711. Grayscale: #B2B2B2. Windows color (decimal): -5199634 or 15640752. OLE color: 15640752.
HSL color Cylindrical-coordinate representation of color #B0A8EE: hue angle of 246.86º 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 #B0A8EE is Cyan = 0.26, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 176 | 168 | 238 | - |
| CMYK | 0.26 | 0.29 | 0 | 0.07 |
| HSL | 246.86º | 0.67% | 0.8% | - |
| HSV(B) | 246.86º | 0.29% | 0.93% | - |
| XYZ | 47.34 | 43.41 | 86.77 | - |
| YUV | 178.37 | 161.65 | 126.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 168 | 238 | 0.26 | 0.29 | 0 | 0.07 | 246.86 | 0.67 | 0.8 |
| Hex | B0 | A8 | EE | 1A | 1D | 0 | 7 | F7 | 43 | 50 |
| Octal | 260 | 250 | 356 | 32 | 35 | 0 | 7 | 367 | 103 | 120 |
| Binary | 10110000 | 10101000 | 11101110 | 11010 | 11101 | 0 | 111 | 11110111 | 1000011 | 1010000 |
Color Harmonies of #B0A8EE
Complementary color
Monochromatic Colors of #B0A8EE
Black with #B0A8EE
Text Example
Text Example
White with #B0A8EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0A8EE; }
p { color: rgb(176,168,238); }
H1.HeaderClassName
{
color: #B0A8EE;
}
.AnyTagClassName
{
color: #B0A8EE;
}
</style>
background-color css
<style>
a { background-color: #B0A8EE; }
a { background-color: rgb(176,168,238); }
div.DivClassName
{
background-color: #B0A8EE;
}
.BgClassName
{
background-color: #B0A8EE;
}
</style>
border-color css
<style>
span { border-color: #B0A8EE; }
span { border-color: rgb(176,168,238); }
td.TdClassName
{
border-color: #B0A8EE;
}
.TagClassName
{
border-color: #B0A8EE;
}
</style>