Shades of London Hue #B187A6
Tints of London Hue #B187A6
RGB
CMYK
RGB Variations
Color information
#B187A6 (or 0xB187A6) is known color: London Hue. HEX triplet: B1, 87 and A6. RGB value is (177,135,166). Sum of RGB (Red+Green+Blue) = 177+135+166=478 (63% of max value = 765). Red value is 177 (69.53% from 255 or 37.03% from 478); Green value is 135 (53.12% from 255 or 28.24% from 478); Blue value is 166 (65.23% from 255 or 34.73% from 478); Max value from RGB is 177 - color contains mainly: red. Hex color #B187A6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B187A6 is #4E7859. Grayscale: #979797. Windows color (decimal): -5142618 or 10913713. OLE color: 10913713.
HSL color Cylindrical-coordinate representation of color #B187A6: hue angle of 315.71º degrees, saturation: 0.21, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B187A6 is Cyan = 0, Magento = 0.24, Yellow = 0.06 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 135 | 166 | - |
| CMYK | 0 | 0.24 | 0.06 | 0.31 |
| HSL | 315.71º | 0.21% | 0.61% | - |
| HSV(B) | 315.71º | 0.24% | 0.69% | - |
| XYZ | 33.68 | 29.43 | 39.98 | - |
| YUV | 151.09 | 136.41 | 146.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 135 | 166 | 0 | 0.24 | 0.06 | 0.31 | 315.71 | 0.21 | 0.61 |
| Hex | B1 | 87 | A6 | 0 | 18 | 6 | 1F | 13C | 15 | 3D |
| Octal | 261 | 207 | 246 | 0 | 30 | 6 | 37 | 474 | 25 | 75 |
| Binary | 10110001 | 10000111 | 10100110 | 0 | 11000 | 110 | 11111 | 100111100 | 10101 | 111101 |
Color Harmonies of #B187A6
Complementary color
Monochromatic Colors of #B187A6
Black with #B187A6
Text Example
Text Example
White with #B187A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B187A6; }
p { color: rgb(177,135,166); }
H1.HeaderClassName
{
color: #B187A6;
}
.AnyTagClassName
{
color: #B187A6;
}
</style>
background-color css
<style>
a { background-color: #B187A6; }
a { background-color: rgb(177,135,166); }
div.DivClassName
{
background-color: #B187A6;
}
.BgClassName
{
background-color: #B187A6;
}
</style>
border-color css
<style>
span { border-color: #B187A6; }
span { border-color: rgb(177,135,166); }
td.TdClassName
{
border-color: #B187A6;
}
.TagClassName
{
border-color: #B187A6;
}
</style>