Shades of London Hue #BF89BD
Tints of London Hue #BF89BD
RGB
CMYK
RGB Variations
Color information
#BF89BD (or 0xBF89BD) is known color: London Hue. HEX triplet: BF, 89 and BD. RGB value is (191,137,189). Sum of RGB (Red+Green+Blue) = 191+137+189=517 (68% of max value = 765). Red value is 191 (75% from 255 or 36.94% from 517); Green value is 137 (53.91% from 255 or 26.50% from 517); Blue value is 189 (74.22% from 255 or 36.56% from 517); Max value from RGB is 191 - color contains mainly: red. Hex color #BF89BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF89BD is #407642. Grayscale: #9E9E9E. Windows color (decimal): -4224579 or 12421567. OLE color: 12421567.
HSL color Cylindrical-coordinate representation of color #BF89BD: hue angle of 302.22º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BF89BD is Cyan = 0, Magento = 0.28, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 137 | 189 | - |
| CMYK | 0 | 0.28 | 0.01 | 0.25 |
| HSL | 302.22º | 0.3% | 0.64% | - |
| HSV(B) | 302.22º | 0.28% | 0.75% | - |
| XYZ | 39.62 | 32.64 | 52.36 | - |
| YUV | 159.07 | 144.89 | 150.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 137 | 189 | 0 | 0.28 | 0.01 | 0.25 | 302.22 | 0.3 | 0.64 |
| Hex | BF | 89 | BD | 0 | 1C | 1 | 19 | 12E | 1E | 40 |
| Octal | 277 | 211 | 275 | 0 | 34 | 1 | 31 | 456 | 36 | 100 |
| Binary | 10111111 | 10001001 | 10111101 | 0 | 11100 | 1 | 11001 | 100101110 | 11110 | 1000000 |
Color Harmonies of #BF89BD
Complementary color
Monochromatic Colors of #BF89BD
Black with #BF89BD
Text Example
Text Example
White with #BF89BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF89BD; }
p { color: rgb(191,137,189); }
H1.HeaderClassName
{
color: #BF89BD;
}
.AnyTagClassName
{
color: #BF89BD;
}
</style>
background-color css
<style>
a { background-color: #BF89BD; }
a { background-color: rgb(191,137,189); }
div.DivClassName
{
background-color: #BF89BD;
}
.BgClassName
{
background-color: #BF89BD;
}
</style>
border-color css
<style>
span { border-color: #BF89BD; }
span { border-color: rgb(191,137,189); }
td.TdClassName
{
border-color: #BF89BD;
}
.TagClassName
{
border-color: #BF89BD;
}
</style>