Shades of London Hue #B188AB
Tints of London Hue #B188AB
RGB
CMYK
RGB Variations
Color information
#B188AB (or 0xB188AB) is known color: London Hue. HEX triplet: B1, 88 and AB. RGB value is (177,136,171). Sum of RGB (Red+Green+Blue) = 177+136+171=484 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.57% from 484); Green value is 136 (53.52% from 255 or 28.10% from 484); Blue value is 171 (67.19% from 255 or 35.33% from 484); Max value from RGB is 177 - color contains mainly: red. Hex color #B188AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B188AB is #4E7754. Grayscale: #989898. Windows color (decimal): -5142357 or 11241649. OLE color: 11241649.
HSL color Cylindrical-coordinate representation of color #B188AB: hue angle of 308.78º 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 #B188AB is Cyan = 0, Magento = 0.23, Yellow = 0.03 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 136 | 171 | - |
| CMYK | 0 | 0.23 | 0.03 | 0.31 |
| HSL | 308.78º | 0.21% | 0.61% | - |
| HSV(B) | 308.78º | 0.23% | 0.69% | - |
| XYZ | 34.29 | 29.9 | 42.49 | - |
| YUV | 152.25 | 138.58 | 145.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 136 | 171 | 0 | 0.23 | 0.03 | 0.31 | 308.78 | 0.21 | 0.61 |
| Hex | B1 | 88 | AB | 0 | 17 | 3 | 1F | 135 | 15 | 3D |
| Octal | 261 | 210 | 253 | 0 | 27 | 3 | 37 | 465 | 25 | 75 |
| Binary | 10110001 | 10001000 | 10101011 | 0 | 10111 | 11 | 11111 | 100110101 | 10101 | 111101 |
Color Harmonies of #B188AB
Complementary color
Monochromatic Colors of #B188AB
Black with #B188AB
Text Example
Text Example
White with #B188AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B188AB; }
p { color: rgb(177,136,171); }
H1.HeaderClassName
{
color: #B188AB;
}
.AnyTagClassName
{
color: #B188AB;
}
</style>
background-color css
<style>
a { background-color: #B188AB; }
a { background-color: rgb(177,136,171); }
div.DivClassName
{
background-color: #B188AB;
}
.BgClassName
{
background-color: #B188AB;
}
</style>
border-color css
<style>
span { border-color: #B188AB; }
span { border-color: rgb(177,136,171); }
td.TdClassName
{
border-color: #B188AB;
}
.TagClassName
{
border-color: #B188AB;
}
</style>