Shades of London Hue #B087A8
Tints of London Hue #B087A8
RGB
CMYK
RGB Variations
Color information
#B087A8 (or 0xB087A8) is known color: London Hue. HEX triplet: B0, 87 and A8. RGB value is (176,135,168). Sum of RGB (Red+Green+Blue) = 176+135+168=479 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.74% from 479); Green value is 135 (53.12% from 255 or 28.18% from 479); Blue value is 168 (66.02% from 255 or 35.07% from 479); Max value from RGB is 176 - color contains mainly: red. Hex color #B087A8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B087A8 is #4F7857. Grayscale: #969696. Windows color (decimal): -5208152 or 11044784. OLE color: 11044784.
HSL color Cylindrical-coordinate representation of color #B087A8: hue angle of 311.71º degrees, saturation: 0.21, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B087A8 is Cyan = 0, Magento = 0.23, Yellow = 0.05 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 135 | 168 | - |
| CMYK | 0 | 0.23 | 0.05 | 0.31 |
| HSL | 311.71º | 0.21% | 0.61% | - |
| HSV(B) | 311.71º | 0.23% | 0.69% | - |
| XYZ | 33.64 | 29.39 | 40.94 | - |
| YUV | 151.02 | 137.58 | 145.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 135 | 168 | 0 | 0.23 | 0.05 | 0.31 | 311.71 | 0.21 | 0.61 |
| Hex | B0 | 87 | A8 | 0 | 17 | 5 | 1F | 138 | 15 | 3D |
| Octal | 260 | 207 | 250 | 0 | 27 | 5 | 37 | 470 | 25 | 75 |
| Binary | 10110000 | 10000111 | 10101000 | 0 | 10111 | 101 | 11111 | 100111000 | 10101 | 111101 |
Color Harmonies of #B087A8
Complementary color
Monochromatic Colors of #B087A8
Black with #B087A8
Text Example
Text Example
White with #B087A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B087A8; }
p { color: rgb(176,135,168); }
H1.HeaderClassName
{
color: #B087A8;
}
.AnyTagClassName
{
color: #B087A8;
}
</style>
background-color css
<style>
a { background-color: #B087A8; }
a { background-color: rgb(176,135,168); }
div.DivClassName
{
background-color: #B087A8;
}
.BgClassName
{
background-color: #B087A8;
}
</style>
border-color css
<style>
span { border-color: #B087A8; }
span { border-color: rgb(176,135,168); }
td.TdClassName
{
border-color: #B087A8;
}
.TagClassName
{
border-color: #B087A8;
}
</style>