Shades of London Hue #BB80AF
Tints of London Hue #BB80AF
RGB
CMYK
RGB Variations
Color information
#BB80AF (or 0xBB80AF) is known color: London Hue. HEX triplet: BB, 80 and AF. RGB value is (187,128,175). Sum of RGB (Red+Green+Blue) = 187+128+175=490 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.16% from 490); Green value is 128 (50.39% from 255 or 26.12% from 490); Blue value is 175 (68.75% from 255 or 35.71% from 490); Max value from RGB is 187 - color contains mainly: red. Hex color #BB80AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB80AF is #447F50. Grayscale: #969696. Windows color (decimal): -4489041 or 11501755. OLE color: 11501755.
HSL color Cylindrical-coordinate representation of color #BB80AF: hue angle of 312.2º 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 #BB80AF is Cyan = 0, Magento = 0.32, Yellow = 0.06 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 128 | 175 | - |
| CMYK | 0 | 0.32 | 0.06 | 0.27 |
| HSL | 312.2º | 0.3% | 0.62% | - |
| HSV(B) | 312.2º | 0.32% | 0.73% | - |
| XYZ | 35.95 | 29.1 | 44.28 | - |
| YUV | 151 | 141.55 | 153.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 128 | 175 | 0 | 0.32 | 0.06 | 0.27 | 312.2 | 0.3 | 0.62 |
| Hex | BB | 80 | AF | 0 | 20 | 6 | 1B | 138 | 1E | 3E |
| Octal | 273 | 200 | 257 | 0 | 40 | 6 | 33 | 470 | 36 | 76 |
| Binary | 10111011 | 10000000 | 10101111 | 0 | 100000 | 110 | 11011 | 100111000 | 11110 | 111110 |
Color Harmonies of #BB80AF
Complementary color
Monochromatic Colors of #BB80AF
Black with #BB80AF
Text Example
Text Example
White with #BB80AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB80AF; }
p { color: rgb(187,128,175); }
H1.HeaderClassName
{
color: #BB80AF;
}
.AnyTagClassName
{
color: #BB80AF;
}
</style>
background-color css
<style>
a { background-color: #BB80AF; }
a { background-color: rgb(187,128,175); }
div.DivClassName
{
background-color: #BB80AF;
}
.BgClassName
{
background-color: #BB80AF;
}
</style>
border-color css
<style>
span { border-color: #BB80AF; }
span { border-color: rgb(187,128,175); }
td.TdClassName
{
border-color: #BB80AF;
}
.TagClassName
{
border-color: #BB80AF;
}
</style>