Shades of London Hue #B191AB
Tints of London Hue #B191AB
RGB
CMYK
RGB Variations
Color information
#B191AB (or 0xB191AB) is known color: London Hue. HEX triplet: B1, 91 and AB. RGB value is (177,145,171). Sum of RGB (Red+Green+Blue) = 177+145+171=493 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.90% from 493); Green value is 145 (57.03% from 255 or 29.41% from 493); Blue value is 171 (67.19% from 255 or 34.69% from 493); Max value from RGB is 177 - color contains mainly: red. Hex color #B191AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B191AB is #4E6E54. Grayscale: #9D9D9D. Windows color (decimal): -5140053 or 11243953. OLE color: 11243953.
HSL color Cylindrical-coordinate representation of color #B191AB: hue angle of 311.25º degrees, saturation: 0.17, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B191AB is Cyan = 0, Magento = 0.18, Yellow = 0.03 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 145 | 171 | - |
| CMYK | 0 | 0.18 | 0.03 | 0.31 |
| HSL | 311.25º | 0.17% | 0.63% | - |
| HSV(B) | 311.25º | 0.18% | 0.69% | - |
| XYZ | 35.61 | 32.54 | 42.93 | - |
| YUV | 157.53 | 135.6 | 141.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 145 | 171 | 0 | 0.18 | 0.03 | 0.31 | 311.25 | 0.17 | 0.63 |
| Hex | B1 | 91 | AB | 0 | 12 | 3 | 1F | 137 | 11 | 3F |
| Octal | 261 | 221 | 253 | 0 | 22 | 3 | 37 | 467 | 21 | 77 |
| Binary | 10110001 | 10010001 | 10101011 | 0 | 10010 | 11 | 11111 | 100110111 | 10001 | 111111 |
Color Harmonies of #B191AB
Complementary color
Monochromatic Colors of #B191AB
Black with #B191AB
Text Example
Text Example
White with #B191AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B191AB; }
p { color: rgb(177,145,171); }
H1.HeaderClassName
{
color: #B191AB;
}
.AnyTagClassName
{
color: #B191AB;
}
</style>
background-color css
<style>
a { background-color: #B191AB; }
a { background-color: rgb(177,145,171); }
div.DivClassName
{
background-color: #B191AB;
}
.BgClassName
{
background-color: #B191AB;
}
</style>
border-color css
<style>
span { border-color: #B191AB; }
span { border-color: rgb(177,145,171); }
td.TdClassName
{
border-color: #B191AB;
}
.TagClassName
{
border-color: #B191AB;
}
</style>