Shades of London Hue #B08FA6
Tints of London Hue #B08FA6
RGB
CMYK
RGB Variations
Color information
#B08FA6 (or 0xB08FA6) is known color: London Hue. HEX triplet: B0, 8F and A6. RGB value is (176,143,166). Sum of RGB (Red+Green+Blue) = 176+143+166=485 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.29% from 485); Green value is 143 (56.25% from 255 or 29.48% from 485); Blue value is 166 (65.23% from 255 or 34.23% from 485); Max value from RGB is 176 - color contains mainly: red. Hex color #B08FA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08FA6 is #4F7059. Grayscale: #9B9B9B. Windows color (decimal): -5206106 or 10915760. OLE color: 10915760.
HSL color Cylindrical-coordinate representation of color #B08FA6: hue angle of 318.18º 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 #B08FA6 is Cyan = 0, Magento = 0.19, Yellow = 0.06 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 143 | 166 | - |
| CMYK | 0 | 0.19 | 0.06 | 0.31 |
| HSL | 318.18º | 0.17% | 0.63% | - |
| HSV(B) | 318.18º | 0.19% | 0.69% | - |
| XYZ | 34.61 | 31.63 | 40.36 | - |
| YUV | 155.49 | 133.93 | 142.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 143 | 166 | 0 | 0.19 | 0.06 | 0.31 | 318.18 | 0.17 | 0.63 |
| Hex | B0 | 8F | A6 | 0 | 13 | 6 | 1F | 13E | 11 | 3F |
| Octal | 260 | 217 | 246 | 0 | 23 | 6 | 37 | 476 | 21 | 77 |
| Binary | 10110000 | 10001111 | 10100110 | 0 | 10011 | 110 | 11111 | 100111110 | 10001 | 111111 |
Color Harmonies of #B08FA6
Complementary color
Monochromatic Colors of #B08FA6
Black with #B08FA6
Text Example
Text Example
White with #B08FA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B08FA6; }
p { color: rgb(176,143,166); }
H1.HeaderClassName
{
color: #B08FA6;
}
.AnyTagClassName
{
color: #B08FA6;
}
</style>
background-color css
<style>
a { background-color: #B08FA6; }
a { background-color: rgb(176,143,166); }
div.DivClassName
{
background-color: #B08FA6;
}
.BgClassName
{
background-color: #B08FA6;
}
</style>
border-color css
<style>
span { border-color: #B08FA6; }
span { border-color: rgb(176,143,166); }
td.TdClassName
{
border-color: #B08FA6;
}
.TagClassName
{
border-color: #B08FA6;
}
</style>