Shades of London Hue #BF8EBA
Tints of London Hue #BF8EBA
RGB
CMYK
RGB Variations
Color information
#BF8EBA (or 0xBF8EBA) is known color: London Hue. HEX triplet: BF, 8E and BA. RGB value is (191,142,186). Sum of RGB (Red+Green+Blue) = 191+142+186=519 (68% of max value = 765). Red value is 191 (75% from 255 or 36.80% from 519); Green value is 142 (55.86% from 255 or 27.36% from 519); Blue value is 186 (73.05% from 255 or 35.84% from 519); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8EBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF8EBA is #407145. Grayscale: #A1A1A1. Windows color (decimal): -4223302 or 12226239. OLE color: 12226239.
HSL color Cylindrical-coordinate representation of color #BF8EBA: hue angle of 306.12º 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 #BF8EBA is Cyan = 0, Magento = 0.26, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 142 | 186 | - |
| CMYK | 0 | 0.26 | 0.03 | 0.25 |
| HSL | 306.12º | 0.28% | 0.65% | - |
| HSV(B) | 306.12º | 0.26% | 0.75% | - |
| XYZ | 40.02 | 33.97 | 50.9 | - |
| YUV | 161.67 | 141.73 | 148.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 142 | 186 | 0 | 0.26 | 0.03 | 0.25 | 306.12 | 0.28 | 0.65 |
| Hex | BF | 8E | BA | 0 | 1A | 3 | 19 | 132 | 1C | 41 |
| Octal | 277 | 216 | 272 | 0 | 32 | 3 | 31 | 462 | 34 | 101 |
| Binary | 10111111 | 10001110 | 10111010 | 0 | 11010 | 11 | 11001 | 100110010 | 11100 | 1000001 |
Color Harmonies of #BF8EBA
Complementary color
Monochromatic Colors of #BF8EBA
Black with #BF8EBA
Text Example
Text Example
White with #BF8EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8EBA; }
p { color: rgb(191,142,186); }
H1.HeaderClassName
{
color: #BF8EBA;
}
.AnyTagClassName
{
color: #BF8EBA;
}
</style>
background-color css
<style>
a { background-color: #BF8EBA; }
a { background-color: rgb(191,142,186); }
div.DivClassName
{
background-color: #BF8EBA;
}
.BgClassName
{
background-color: #BF8EBA;
}
</style>
border-color css
<style>
span { border-color: #BF8EBA; }
span { border-color: rgb(191,142,186); }
td.TdClassName
{
border-color: #BF8EBA;
}
.TagClassName
{
border-color: #BF8EBA;
}
</style>