Shades of London Hue #BB80AB
Tints of London Hue #BB80AB
RGB
CMYK
RGB Variations
Color information
#BB80AB (or 0xBB80AB) is known color: London Hue. HEX triplet: BB, 80 and AB. RGB value is (187,128,171). Sum of RGB (Red+Green+Blue) = 187+128+171=486 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.48% from 486); Green value is 128 (50.39% from 255 or 26.34% from 486); Blue value is 171 (67.19% from 255 or 35.19% from 486); Max value from RGB is 187 - color contains mainly: red. Hex color #BB80AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB80AB is #447F54. Grayscale: #969696. Windows color (decimal): -4489045 or 11239611. OLE color: 11239611.
HSL color Cylindrical-coordinate representation of color #BB80AB: hue angle of 316.27º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BB80AB is Cyan = 0, Magento = 0.32, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 128 | 171 | - |
| CMYK | 0 | 0.32 | 0.09 | 0.27 |
| HSL | 316.27º | 0.3% | 0.62% | - |
| HSV(B) | 316.27º | 0.32% | 0.73% | - |
| XYZ | 35.56 | 28.94 | 42.24 | - |
| YUV | 150.54 | 139.55 | 154 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 128 | 171 | 0 | 0.32 | 0.09 | 0.27 | 316.27 | 0.3 | 0.62 |
| Hex | BB | 80 | AB | 0 | 20 | 9 | 1B | 13C | 1E | 3E |
| Octal | 273 | 200 | 253 | 0 | 40 | 11 | 33 | 474 | 36 | 76 |
| Binary | 10111011 | 10000000 | 10101011 | 0 | 100000 | 1001 | 11011 | 100111100 | 11110 | 111110 |
Color Harmonies of #BB80AB
Complementary color
Monochromatic Colors of #BB80AB
Black with #BB80AB
Text Example
Text Example
White with #BB80AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB80AB; }
p { color: rgb(187,128,171); }
H1.HeaderClassName
{
color: #BB80AB;
}
.AnyTagClassName
{
color: #BB80AB;
}
</style>
background-color css
<style>
a { background-color: #BB80AB; }
a { background-color: rgb(187,128,171); }
div.DivClassName
{
background-color: #BB80AB;
}
.BgClassName
{
background-color: #BB80AB;
}
</style>
border-color css
<style>
span { border-color: #BB80AB; }
span { border-color: rgb(187,128,171); }
td.TdClassName
{
border-color: #BB80AB;
}
.TagClassName
{
border-color: #BB80AB;
}
</style>