Shades of London Hue #B08EA6
Tints of London Hue #B08EA6
RGB
CMYK
RGB Variations
Color information
#B08EA6 (or 0xB08EA6) is known color: London Hue. HEX triplet: B0, 8E and A6. RGB value is (176,142,166). Sum of RGB (Red+Green+Blue) = 176+142+166=484 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.36% from 484); Green value is 142 (55.86% from 255 or 29.34% from 484); Blue value is 166 (65.23% from 255 or 34.30% from 484); Max value from RGB is 176 - color contains mainly: red. Hex color #B08EA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08EA6 is #4F7159. Grayscale: #9A9A9A. Windows color (decimal): -5206362 or 10915504. OLE color: 10915504.
HSL color Cylindrical-coordinate representation of color #B08EA6: hue angle of 317.65º degrees, saturation: 0.18, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B08EA6 is Cyan = 0, Magento = 0.19, Yellow = 0.06 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 142 | 166 | - |
| CMYK | 0 | 0.19 | 0.06 | 0.31 |
| HSL | 317.65º | 0.18% | 0.62% | - |
| HSV(B) | 317.65º | 0.19% | 0.69% | - |
| XYZ | 34.46 | 31.33 | 40.31 | - |
| YUV | 154.9 | 134.26 | 143.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 142 | 166 | 0 | 0.19 | 0.06 | 0.31 | 317.65 | 0.18 | 0.62 |
| Hex | B0 | 8E | A6 | 0 | 13 | 6 | 1F | 13E | 12 | 3E |
| Octal | 260 | 216 | 246 | 0 | 23 | 6 | 37 | 476 | 22 | 76 |
| Binary | 10110000 | 10001110 | 10100110 | 0 | 10011 | 110 | 11111 | 100111110 | 10010 | 111110 |
Color Harmonies of #B08EA6
Complementary color
Monochromatic Colors of #B08EA6
Black with #B08EA6
Text Example
Text Example
White with #B08EA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B08EA6; }
p { color: rgb(176,142,166); }
H1.HeaderClassName
{
color: #B08EA6;
}
.AnyTagClassName
{
color: #B08EA6;
}
</style>
background-color css
<style>
a { background-color: #B08EA6; }
a { background-color: rgb(176,142,166); }
div.DivClassName
{
background-color: #B08EA6;
}
.BgClassName
{
background-color: #B08EA6;
}
</style>
border-color css
<style>
span { border-color: #B08EA6; }
span { border-color: rgb(176,142,166); }
td.TdClassName
{
border-color: #B08EA6;
}
.TagClassName
{
border-color: #B08EA6;
}
</style>