Shades of London Hue #B08BA8
Tints of London Hue #B08BA8
RGB
CMYK
RGB Variations
Color information
#B08BA8 (or 0xB08BA8) is known color: London Hue. HEX triplet: B0, 8B and A8. RGB value is (176,139,168). Sum of RGB (Red+Green+Blue) = 176+139+168=483 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.44% from 483); Green value is 139 (54.69% from 255 or 28.78% from 483); Blue value is 168 (66.02% from 255 or 34.78% from 483); Max value from RGB is 176 - color contains mainly: red. Hex color #B08BA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08BA8 is #4F7457. Grayscale: #999999. Windows color (decimal): -5207128 or 11045808. OLE color: 11045808.
HSL color Cylindrical-coordinate representation of color #B08BA8: hue angle of 312.97º degrees, saturation: 0.19, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B08BA8 is Cyan = 0, Magento = 0.21, Yellow = 0.05 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 139 | 168 | - |
| CMYK | 0 | 0.21 | 0.05 | 0.31 |
| HSL | 312.97º | 0.19% | 0.62% | - |
| HSV(B) | 312.97º | 0.21% | 0.69% | - |
| XYZ | 34.21 | 30.52 | 41.13 | - |
| YUV | 153.37 | 136.26 | 144.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 139 | 168 | 0 | 0.21 | 0.05 | 0.31 | 312.97 | 0.19 | 0.62 |
| Hex | B0 | 8B | A8 | 0 | 15 | 5 | 1F | 139 | 13 | 3E |
| Octal | 260 | 213 | 250 | 0 | 25 | 5 | 37 | 471 | 23 | 76 |
| Binary | 10110000 | 10001011 | 10101000 | 0 | 10101 | 101 | 11111 | 100111001 | 10011 | 111110 |
Color Harmonies of #B08BA8
Complementary color
Monochromatic Colors of #B08BA8
Black with #B08BA8
Text Example
Text Example
White with #B08BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B08BA8; }
p { color: rgb(176,139,168); }
H1.HeaderClassName
{
color: #B08BA8;
}
.AnyTagClassName
{
color: #B08BA8;
}
</style>
background-color css
<style>
a { background-color: #B08BA8; }
a { background-color: rgb(176,139,168); }
div.DivClassName
{
background-color: #B08BA8;
}
.BgClassName
{
background-color: #B08BA8;
}
</style>
border-color css
<style>
span { border-color: #B08BA8; }
span { border-color: rgb(176,139,168); }
td.TdClassName
{
border-color: #B08BA8;
}
.TagClassName
{
border-color: #B08BA8;
}
</style>