Shades of London Hue #BB87AD
Tints of London Hue #BB87AD
RGB
CMYK
RGB Variations
Color information
#BB87AD (or 0xBB87AD) is known color: London Hue. HEX triplet: BB, 87 and AD. RGB value is (187,135,173). Sum of RGB (Red+Green+Blue) = 187+135+173=495 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.78% from 495); Green value is 135 (53.12% from 255 or 27.27% from 495); Blue value is 173 (67.97% from 255 or 34.95% from 495); Max value from RGB is 187 - color contains mainly: red. Hex color #BB87AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB87AD is #447852. Grayscale: #9A9A9A. Windows color (decimal): -4487251 or 11372475. OLE color: 11372475.
HSL color Cylindrical-coordinate representation of color #BB87AD: hue angle of 316.15º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BB87AD is Cyan = 0, Magento = 0.28, Yellow = 0.07 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 135 | 173 | - |
| CMYK | 0 | 0.28 | 0.07 | 0.27 |
| HSL | 316.15º | 0.28% | 0.63% | - |
| HSV(B) | 316.15º | 0.28% | 0.73% | - |
| XYZ | 36.7 | 30.91 | 43.57 | - |
| YUV | 154.88 | 138.23 | 150.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 135 | 173 | 0 | 0.28 | 0.07 | 0.27 | 316.15 | 0.28 | 0.63 |
| Hex | BB | 87 | AD | 0 | 1C | 7 | 1B | 13C | 1C | 3F |
| Octal | 273 | 207 | 255 | 0 | 34 | 7 | 33 | 474 | 34 | 77 |
| Binary | 10111011 | 10000111 | 10101101 | 0 | 11100 | 111 | 11011 | 100111100 | 11100 | 111111 |
Color Harmonies of #BB87AD
Complementary color
Monochromatic Colors of #BB87AD
Black with #BB87AD
Text Example
Text Example
White with #BB87AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB87AD; }
p { color: rgb(187,135,173); }
H1.HeaderClassName
{
color: #BB87AD;
}
.AnyTagClassName
{
color: #BB87AD;
}
</style>
background-color css
<style>
a { background-color: #BB87AD; }
a { background-color: rgb(187,135,173); }
div.DivClassName
{
background-color: #BB87AD;
}
.BgClassName
{
background-color: #BB87AD;
}
</style>
border-color css
<style>
span { border-color: #BB87AD; }
span { border-color: rgb(187,135,173); }
td.TdClassName
{
border-color: #BB87AD;
}
.TagClassName
{
border-color: #BB87AD;
}
</style>