Shades of London Hue #BF87BB
Tints of London Hue #BF87BB
RGB
CMYK
RGB Variations
Color information
#BF87BB (or 0xBF87BB) is known color: London Hue. HEX triplet: BF, 87 and BB. RGB value is (191,135,187). Sum of RGB (Red+Green+Blue) = 191+135+187=513 (67% of max value = 765). Red value is 191 (75% from 255 or 37.23% from 513); Green value is 135 (53.12% from 255 or 26.32% from 513); Blue value is 187 (73.44% from 255 or 36.45% from 513); Max value from RGB is 191 - color contains mainly: red. Hex color #BF87BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF87BB is #407844. Grayscale: #9D9D9D. Windows color (decimal): -4225093 or 12289983. OLE color: 12289983.
HSL color Cylindrical-coordinate representation of color #BF87BB: hue angle of 304.29º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BF87BB is Cyan = 0, Magento = 0.29, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 135 | 187 | - |
| CMYK | 0 | 0.29 | 0.02 | 0.25 |
| HSL | 304.29º | 0.3% | 0.64% | - |
| HSV(B) | 304.29º | 0.29% | 0.75% | - |
| XYZ | 39.12 | 31.99 | 51.13 | - |
| YUV | 157.67 | 144.55 | 151.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 135 | 187 | 0 | 0.29 | 0.02 | 0.25 | 304.29 | 0.3 | 0.64 |
| Hex | BF | 87 | BB | 0 | 1D | 2 | 19 | 130 | 1E | 40 |
| Octal | 277 | 207 | 273 | 0 | 35 | 2 | 31 | 460 | 36 | 100 |
| Binary | 10111111 | 10000111 | 10111011 | 0 | 11101 | 10 | 11001 | 100110000 | 11110 | 1000000 |
Color Harmonies of #BF87BB
Complementary color
Monochromatic Colors of #BF87BB
Black with #BF87BB
Text Example
Text Example
White with #BF87BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF87BB; }
p { color: rgb(191,135,187); }
H1.HeaderClassName
{
color: #BF87BB;
}
.AnyTagClassName
{
color: #BF87BB;
}
</style>
background-color css
<style>
a { background-color: #BF87BB; }
a { background-color: rgb(191,135,187); }
div.DivClassName
{
background-color: #BF87BB;
}
.BgClassName
{
background-color: #BF87BB;
}
</style>
border-color css
<style>
span { border-color: #BF87BB; }
span { border-color: rgb(191,135,187); }
td.TdClassName
{
border-color: #BF87BB;
}
.TagClassName
{
border-color: #BF87BB;
}
</style>