Shades of London Hue #BF8DBC
Tints of London Hue #BF8DBC
RGB
CMYK
RGB Variations
Color information
#BF8DBC (or 0xBF8DBC) is known color: London Hue. HEX triplet: BF, 8D and BC. RGB value is (191,141,188). Sum of RGB (Red+Green+Blue) = 191+141+188=520 (68% of max value = 765). Red value is 191 (75% from 255 or 36.73% from 520); Green value is 141 (55.47% from 255 or 27.12% from 520); Blue value is 188 (73.83% from 255 or 36.15% from 520); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8DBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF8DBC is #407243. Grayscale: #A1A1A1. Windows color (decimal): -4223556 or 12357055. OLE color: 12357055.
HSL color Cylindrical-coordinate representation of color #BF8DBC: hue angle of 303.6º 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 #BF8DBC is Cyan = 0, Magento = 0.26, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 141 | 188 | - |
| CMYK | 0 | 0.26 | 0.02 | 0.25 |
| HSL | 303.6º | 0.28% | 0.65% | - |
| HSV(B) | 303.6º | 0.26% | 0.75% | - |
| XYZ | 40.09 | 33.76 | 51.98 | - |
| YUV | 161.31 | 143.07 | 149.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 141 | 188 | 0 | 0.26 | 0.02 | 0.25 | 303.6 | 0.28 | 0.65 |
| Hex | BF | 8D | BC | 0 | 1A | 2 | 19 | 130 | 1C | 41 |
| Octal | 277 | 215 | 274 | 0 | 32 | 2 | 31 | 460 | 34 | 101 |
| Binary | 10111111 | 10001101 | 10111100 | 0 | 11010 | 10 | 11001 | 100110000 | 11100 | 1000001 |
Color Harmonies of #BF8DBC
Complementary color
Monochromatic Colors of #BF8DBC
Black with #BF8DBC
Text Example
Text Example
White with #BF8DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8DBC; }
p { color: rgb(191,141,188); }
H1.HeaderClassName
{
color: #BF8DBC;
}
.AnyTagClassName
{
color: #BF8DBC;
}
</style>
background-color css
<style>
a { background-color: #BF8DBC; }
a { background-color: rgb(191,141,188); }
div.DivClassName
{
background-color: #BF8DBC;
}
.BgClassName
{
background-color: #BF8DBC;
}
</style>
border-color css
<style>
span { border-color: #BF8DBC; }
span { border-color: rgb(191,141,188); }
td.TdClassName
{
border-color: #BF8DBC;
}
.TagClassName
{
border-color: #BF8DBC;
}
</style>