Shades of London Hue #B887BB
Tints of London Hue #B887BB
RGB
CMYK
RGB Variations
Color information
#B887BB (or 0xB887BB) is known color: London Hue. HEX triplet: B8, 87 and BB. RGB value is (184,135,187). Sum of RGB (Red+Green+Blue) = 184+135+187=506 (67% of max value = 765). Red value is 184 (72.27% from 255 or 36.36% from 506); Green value is 135 (53.12% from 255 or 26.68% from 506); Blue value is 187 (73.44% from 255 or 36.96% from 506); Max value from RGB is 187 - color contains mainly: blue. Hex color #B887BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B887BB is #477844. Grayscale: #9B9B9B. Windows color (decimal): -4683845 or 12289976. OLE color: 12289976.
HSL color Cylindrical-coordinate representation of color #B887BB: hue angle of 296.54º 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 #B887BB is Cyan = 0.02, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 184 | 135 | 187 | - |
| CMYK | 0.02 | 0.28 | 0 | 0.27 |
| HSL | 296.54º | 0.28% | 0.63% | - |
| HSV(B) | 296.54º | 0.28% | 0.73% | - |
| XYZ | 37.4 | 31.11 | 51.05 | - |
| YUV | 155.58 | 145.73 | 148.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 135 | 187 | 0.02 | 0.28 | 0 | 0.27 | 296.54 | 0.28 | 0.63 |
| Hex | B8 | 87 | BB | 2 | 1C | 0 | 1B | 129 | 1C | 3F |
| Octal | 270 | 207 | 273 | 2 | 34 | 0 | 33 | 451 | 34 | 77 |
| Binary | 10111000 | 10000111 | 10111011 | 10 | 11100 | 0 | 11011 | 100101001 | 11100 | 111111 |
Color Harmonies of #B887BB
Complementary color
Monochromatic Colors of #B887BB
Black with #B887BB
Text Example
Text Example
White with #B887BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B887BB; }
p { color: rgb(184,135,187); }
H1.HeaderClassName
{
color: #B887BB;
}
.AnyTagClassName
{
color: #B887BB;
}
</style>
background-color css
<style>
a { background-color: #B887BB; }
a { background-color: rgb(184,135,187); }
div.DivClassName
{
background-color: #B887BB;
}
.BgClassName
{
background-color: #B887BB;
}
</style>
border-color css
<style>
span { border-color: #B887BB; }
span { border-color: rgb(184,135,187); }
td.TdClassName
{
border-color: #B887BB;
}
.TagClassName
{
border-color: #B887BB;
}
</style>