Shades of London Hue #B987BC
Tints of London Hue #B987BC
RGB
CMYK
RGB Variations
Color information
#B987BC (or 0xB987BC) is known color: London Hue. HEX triplet: B9, 87 and BC. RGB value is (185,135,188). Sum of RGB (Red+Green+Blue) = 185+135+188=508 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.42% from 508); Green value is 135 (53.12% from 255 or 26.57% from 508); Blue value is 188 (73.83% from 255 or 37.01% from 508); Max value from RGB is 188 - color contains mainly: blue. Hex color #B987BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B987BC is #467843. Grayscale: #9B9B9B. Windows color (decimal): -4618308 or 12355513. OLE color: 12355513.
HSL color Cylindrical-coordinate representation of color #B987BC: hue angle of 296.6º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B987BC is Cyan = 0.02, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 185 | 135 | 188 | - |
| CMYK | 0.02 | 0.28 | 0 | 0.26 |
| HSL | 296.6º | 0.28% | 0.63% | - |
| HSV(B) | 296.6º | 0.28% | 0.74% | - |
| XYZ | 37.75 | 31.27 | 51.62 | - |
| YUV | 155.99 | 146.07 | 148.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 135 | 188 | 0.02 | 0.28 | 0 | 0.26 | 296.6 | 0.28 | 0.63 |
| Hex | B9 | 87 | BC | 2 | 1C | 0 | 1A | 129 | 1C | 3F |
| Octal | 271 | 207 | 274 | 2 | 34 | 0 | 32 | 451 | 34 | 77 |
| Binary | 10111001 | 10000111 | 10111100 | 10 | 11100 | 0 | 11010 | 100101001 | 11100 | 111111 |
Color Harmonies of #B987BC
Complementary color
Monochromatic Colors of #B987BC
Black with #B987BC
Text Example
Text Example
White with #B987BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B987BC; }
p { color: rgb(185,135,188); }
H1.HeaderClassName
{
color: #B987BC;
}
.AnyTagClassName
{
color: #B987BC;
}
</style>
background-color css
<style>
a { background-color: #B987BC; }
a { background-color: rgb(185,135,188); }
div.DivClassName
{
background-color: #B987BC;
}
.BgClassName
{
background-color: #B987BC;
}
</style>
border-color css
<style>
span { border-color: #B987BC; }
span { border-color: rgb(185,135,188); }
td.TdClassName
{
border-color: #B987BC;
}
.TagClassName
{
border-color: #B987BC;
}
</style>