Shades of London Hue #BF8DBB
Tints of London Hue #BF8DBB
RGB
CMYK
RGB Variations
Color information
#BF8DBB (or 0xBF8DBB) is known color: London Hue. HEX triplet: BF, 8D and BB. RGB value is (191,141,187). Sum of RGB (Red+Green+Blue) = 191+141+187=519 (68% of max value = 765). Red value is 191 (75% from 255 or 36.80% from 519); Green value is 141 (55.47% from 255 or 27.17% from 519); Blue value is 187 (73.44% from 255 or 36.03% from 519); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8DBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF8DBB is #407244. Grayscale: #A1A1A1. Windows color (decimal): -4223557 or 12291519. OLE color: 12291519.
HSL color Cylindrical-coordinate representation of color #BF8DBB: hue angle of 304.8º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BF8DBB is Cyan = 0, Magento = 0.26, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 141 | 187 | - |
| CMYK | 0 | 0.26 | 0.02 | 0.25 |
| HSL | 304.8º | 0.28% | 0.65% | - |
| HSV(B) | 304.8º | 0.26% | 0.75% | - |
| XYZ | 39.98 | 33.71 | 51.41 | - |
| YUV | 161.19 | 142.57 | 149.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 141 | 187 | 0 | 0.26 | 0.02 | 0.25 | 304.8 | 0.28 | 0.65 |
| Hex | BF | 8D | BB | 0 | 1A | 2 | 19 | 131 | 1C | 41 |
| Octal | 277 | 215 | 273 | 0 | 32 | 2 | 31 | 461 | 34 | 101 |
| Binary | 10111111 | 10001101 | 10111011 | 0 | 11010 | 10 | 11001 | 100110001 | 11100 | 1000001 |
Color Harmonies of #BF8DBB
Complementary color
Monochromatic Colors of #BF8DBB
Black with #BF8DBB
Text Example
Text Example
White with #BF8DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8DBB; }
p { color: rgb(191,141,187); }
H1.HeaderClassName
{
color: #BF8DBB;
}
.AnyTagClassName
{
color: #BF8DBB;
}
</style>
background-color css
<style>
a { background-color: #BF8DBB; }
a { background-color: rgb(191,141,187); }
div.DivClassName
{
background-color: #BF8DBB;
}
.BgClassName
{
background-color: #BF8DBB;
}
</style>
border-color css
<style>
span { border-color: #BF8DBB; }
span { border-color: rgb(191,141,187); }
td.TdClassName
{
border-color: #BF8DBB;
}
.TagClassName
{
border-color: #BF8DBB;
}
</style>