Shades of London Hue #B880AB
Tints of London Hue #B880AB
RGB
CMYK
RGB Variations
Color information
#B880AB (or 0xB880AB) is known color: London Hue. HEX triplet: B8, 80 and AB. RGB value is (184,128,171). Sum of RGB (Red+Green+Blue) = 184+128+171=483 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.10% from 483); Green value is 128 (50.39% from 255 or 26.50% from 483); Blue value is 171 (67.19% from 255 or 35.40% from 483); Max value from RGB is 184 - color contains mainly: red. Hex color #B880AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B880AB is #477F54. Grayscale: #959595. Windows color (decimal): -4685653 or 11239608. OLE color: 11239608.
HSL color Cylindrical-coordinate representation of color #B880AB: hue angle of 313.93º 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 #B880AB is Cyan = 0, Magento = 0.30, Yellow = 0.07 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 128 | 171 | - |
| CMYK | 0 | 0.30 | 0.07 | 0.28 |
| HSL | 313.93º | 0.28% | 0.61% | - |
| HSV(B) | 313.93º | 0.3% | 0.72% | - |
| XYZ | 34.84 | 28.57 | 42.21 | - |
| YUV | 149.65 | 140.05 | 152.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 128 | 171 | 0 | 0.30 | 0.07 | 0.28 | 313.93 | 0.28 | 0.61 |
| Hex | B8 | 80 | AB | 0 | 1E | 7 | 1C | 13A | 1C | 3D |
| Octal | 270 | 200 | 253 | 0 | 36 | 7 | 34 | 472 | 34 | 75 |
| Binary | 10111000 | 10000000 | 10101011 | 0 | 11110 | 111 | 11100 | 100111010 | 11100 | 111101 |
Color Harmonies of #B880AB
Complementary color
Monochromatic Colors of #B880AB
Black with #B880AB
Text Example
Text Example
White with #B880AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B880AB; }
p { color: rgb(184,128,171); }
H1.HeaderClassName
{
color: #B880AB;
}
.AnyTagClassName
{
color: #B880AB;
}
</style>
background-color css
<style>
a { background-color: #B880AB; }
a { background-color: rgb(184,128,171); }
div.DivClassName
{
background-color: #B880AB;
}
.BgClassName
{
background-color: #B880AB;
}
</style>
border-color css
<style>
span { border-color: #B880AB; }
span { border-color: rgb(184,128,171); }
td.TdClassName
{
border-color: #B880AB;
}
.TagClassName
{
border-color: #B880AB;
}
</style>