Shades of London Hue #B08FA9
Tints of London Hue #B08FA9
RGB
CMYK
RGB Variations
Color information
#B08FA9 (or 0xB08FA9) is known color: London Hue. HEX triplet: B0, 8F and A9. RGB value is (176,143,169). Sum of RGB (Red+Green+Blue) = 176+143+169=488 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.07% from 488); Green value is 143 (56.25% from 255 or 29.30% from 488); Blue value is 169 (66.41% from 255 or 34.63% from 488); Max value from RGB is 176 - color contains mainly: red. Hex color #B08FA9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08FA9 is #4F7056. Grayscale: #9B9B9B. Windows color (decimal): -5206103 or 11112368. OLE color: 11112368.
HSL color Cylindrical-coordinate representation of color #B08FA9: hue angle of 312.73º 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 #B08FA9 is Cyan = 0, Magento = 0.19, Yellow = 0.04 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 143 | 169 | - |
| CMYK | 0 | 0.19 | 0.04 | 0.31 |
| HSL | 312.73º | 0.17% | 0.63% | - |
| HSV(B) | 312.73º | 0.19% | 0.69% | - |
| XYZ | 34.89 | 31.74 | 41.82 | - |
| YUV | 155.83 | 135.43 | 142.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 143 | 169 | 0 | 0.19 | 0.04 | 0.31 | 312.73 | 0.17 | 0.63 |
| Hex | B0 | 8F | A9 | 0 | 13 | 4 | 1F | 139 | 11 | 3F |
| Octal | 260 | 217 | 251 | 0 | 23 | 4 | 37 | 471 | 21 | 77 |
| Binary | 10110000 | 10001111 | 10101001 | 0 | 10011 | 100 | 11111 | 100111001 | 10001 | 111111 |
Color Harmonies of #B08FA9
Complementary color
Monochromatic Colors of #B08FA9
Black with #B08FA9
Text Example
Text Example
White with #B08FA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B08FA9; }
p { color: rgb(176,143,169); }
H1.HeaderClassName
{
color: #B08FA9;
}
.AnyTagClassName
{
color: #B08FA9;
}
</style>
background-color css
<style>
a { background-color: #B08FA9; }
a { background-color: rgb(176,143,169); }
div.DivClassName
{
background-color: #B08FA9;
}
.BgClassName
{
background-color: #B08FA9;
}
</style>
border-color css
<style>
span { border-color: #B08FA9; }
span { border-color: rgb(176,143,169); }
td.TdClassName
{
border-color: #B08FA9;
}
.TagClassName
{
border-color: #B08FA9;
}
</style>