Shades of London Hue #B08FA8
Tints of London Hue #B08FA8
RGB
CMYK
RGB Variations
Color information
#B08FA8 (or 0xB08FA8) is known color: London Hue. HEX triplet: B0, 8F and A8. RGB value is (176,143,168). Sum of RGB (Red+Green+Blue) = 176+143+168=487 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.14% from 487); Green value is 143 (56.25% from 255 or 29.36% from 487); Blue value is 168 (66.02% from 255 or 34.50% from 487); Max value from RGB is 176 - color contains mainly: red. Hex color #B08FA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08FA8 is #4F7057. Grayscale: #9B9B9B. Windows color (decimal): -5206104 or 11046832. OLE color: 11046832.
HSL color Cylindrical-coordinate representation of color #B08FA8: hue angle of 314.55º degrees, saturation: 0.17, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B08FA8 is Cyan = 0, Magento = 0.19, Yellow = 0.05 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 143 | 168 | - |
| CMYK | 0 | 0.19 | 0.05 | 0.31 |
| HSL | 314.55º | 0.17% | 0.63% | - |
| HSV(B) | 314.55º | 0.19% | 0.69% | - |
| XYZ | 34.79 | 31.7 | 41.33 | - |
| YUV | 155.72 | 134.93 | 142.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 143 | 168 | 0 | 0.19 | 0.05 | 0.31 | 314.55 | 0.17 | 0.63 |
| Hex | B0 | 8F | A8 | 0 | 13 | 5 | 1F | 13B | 11 | 3F |
| Octal | 260 | 217 | 250 | 0 | 23 | 5 | 37 | 473 | 21 | 77 |
| Binary | 10110000 | 10001111 | 10101000 | 0 | 10011 | 101 | 11111 | 100111011 | 10001 | 111111 |
Color Harmonies of #B08FA8
Complementary color
Monochromatic Colors of #B08FA8
Black with #B08FA8
Text Example
Text Example
White with #B08FA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B08FA8; }
p { color: rgb(176,143,168); }
H1.HeaderClassName
{
color: #B08FA8;
}
.AnyTagClassName
{
color: #B08FA8;
}
</style>
background-color css
<style>
a { background-color: #B08FA8; }
a { background-color: rgb(176,143,168); }
div.DivClassName
{
background-color: #B08FA8;
}
.BgClassName
{
background-color: #B08FA8;
}
</style>
border-color css
<style>
span { border-color: #B08FA8; }
span { border-color: rgb(176,143,168); }
td.TdClassName
{
border-color: #B08FA8;
}
.TagClassName
{
border-color: #B08FA8;
}
</style>