Shades of London Hue #BB80AD
Tints of London Hue #BB80AD
RGB
CMYK
RGB Variations
Color information
#BB80AD (or 0xBB80AD) is known color: London Hue. HEX triplet: BB, 80 and AD. RGB value is (187,128,173). Sum of RGB (Red+Green+Blue) = 187+128+173=488 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.32% from 488); Green value is 128 (50.39% from 255 or 26.23% from 488); Blue value is 173 (67.97% from 255 or 35.45% from 488); Max value from RGB is 187 - color contains mainly: red. Hex color #BB80AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB80AD is #447F52. Grayscale: #969696. Windows color (decimal): -4489043 or 11370683. OLE color: 11370683.
HSL color Cylindrical-coordinate representation of color #BB80AD: hue angle of 314.24º 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 #BB80AD is Cyan = 0, Magento = 0.32, Yellow = 0.07 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 128 | 173 | - |
| CMYK | 0 | 0.32 | 0.07 | 0.27 |
| HSL | 314.24º | 0.3% | 0.62% | - |
| HSV(B) | 314.24º | 0.32% | 0.73% | - |
| XYZ | 35.76 | 29.02 | 43.25 | - |
| YUV | 150.77 | 140.55 | 153.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 128 | 173 | 0 | 0.32 | 0.07 | 0.27 | 314.24 | 0.3 | 0.62 |
| Hex | BB | 80 | AD | 0 | 20 | 7 | 1B | 13A | 1E | 3E |
| Octal | 273 | 200 | 255 | 0 | 40 | 7 | 33 | 472 | 36 | 76 |
| Binary | 10111011 | 10000000 | 10101101 | 0 | 100000 | 111 | 11011 | 100111010 | 11110 | 111110 |
Color Harmonies of #BB80AD
Complementary color
Monochromatic Colors of #BB80AD
Black with #BB80AD
Text Example
Text Example
White with #BB80AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB80AD; }
p { color: rgb(187,128,173); }
H1.HeaderClassName
{
color: #BB80AD;
}
.AnyTagClassName
{
color: #BB80AD;
}
</style>
background-color css
<style>
a { background-color: #BB80AD; }
a { background-color: rgb(187,128,173); }
div.DivClassName
{
background-color: #BB80AD;
}
.BgClassName
{
background-color: #BB80AD;
}
</style>
border-color css
<style>
span { border-color: #BB80AD; }
span { border-color: rgb(187,128,173); }
td.TdClassName
{
border-color: #BB80AD;
}
.TagClassName
{
border-color: #BB80AD;
}
</style>