Shades of London Hue #B881AB
Tints of London Hue #B881AB
RGB
CMYK
RGB Variations
Color information
#B881AB (or 0xB881AB) is known color: London Hue. HEX triplet: B8, 81 and AB. RGB value is (184,129,171). Sum of RGB (Red+Green+Blue) = 184+129+171=484 (64% of max value = 765). Red value is 184 (72.27% from 255 or 38.02% from 484); Green value is 129 (50.78% from 255 or 26.65% from 484); Blue value is 171 (67.19% from 255 or 35.33% from 484); Max value from RGB is 184 - color contains mainly: red. Hex color #B881AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B881AB is #477E54. Grayscale: #969696. Windows color (decimal): -4685397 or 11239864. OLE color: 11239864.
HSL color Cylindrical-coordinate representation of color #B881AB: hue angle of 314.18º degrees, saturation: 0.28, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B881AB is Cyan = 0, Magento = 0.30, Yellow = 0.07 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 129 | 171 | - |
| CMYK | 0 | 0.30 | 0.07 | 0.28 |
| HSL | 314.18º | 0.28% | 0.61% | - |
| HSV(B) | 314.18º | 0.3% | 0.72% | - |
| XYZ | 34.97 | 28.83 | 42.25 | - |
| YUV | 150.23 | 139.72 | 152.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 129 | 171 | 0 | 0.30 | 0.07 | 0.28 | 314.18 | 0.28 | 0.61 |
| Hex | B8 | 81 | AB | 0 | 1E | 7 | 1C | 13A | 1C | 3D |
| Octal | 270 | 201 | 253 | 0 | 36 | 7 | 34 | 472 | 34 | 75 |
| Binary | 10111000 | 10000001 | 10101011 | 0 | 11110 | 111 | 11100 | 100111010 | 11100 | 111101 |
Color Harmonies of #B881AB
Complementary color
Monochromatic Colors of #B881AB
Black with #B881AB
Text Example
Text Example
White with #B881AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B881AB; }
p { color: rgb(184,129,171); }
H1.HeaderClassName
{
color: #B881AB;
}
.AnyTagClassName
{
color: #B881AB;
}
</style>
background-color css
<style>
a { background-color: #B881AB; }
a { background-color: rgb(184,129,171); }
div.DivClassName
{
background-color: #B881AB;
}
.BgClassName
{
background-color: #B881AB;
}
</style>
border-color css
<style>
span { border-color: #B881AB; }
span { border-color: rgb(184,129,171); }
td.TdClassName
{
border-color: #B881AB;
}
.TagClassName
{
border-color: #B881AB;
}
</style>