Shades of London Hue #BF89BB
Tints of London Hue #BF89BB
RGB
CMYK
RGB Variations
Color information
#BF89BB (or 0xBF89BB) is known color: London Hue. HEX triplet: BF, 89 and BB. RGB value is (191,137,187). Sum of RGB (Red+Green+Blue) = 191+137+187=515 (68% of max value = 765). Red value is 191 (75% from 255 or 37.09% from 515); Green value is 137 (53.91% from 255 or 26.60% from 515); Blue value is 187 (73.44% from 255 or 36.31% from 515); Max value from RGB is 191 - color contains mainly: red. Hex color #BF89BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF89BB is #407644. Grayscale: #9E9E9E. Windows color (decimal): -4224581 or 12290495. OLE color: 12290495.
HSL color Cylindrical-coordinate representation of color #BF89BB: hue angle of 304.44º 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 #BF89BB is Cyan = 0, Magento = 0.28, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 137 | 187 | - |
| CMYK | 0 | 0.28 | 0.02 | 0.25 |
| HSL | 304.44º | 0.3% | 0.64% | - |
| HSV(B) | 304.44º | 0.28% | 0.75% | - |
| XYZ | 39.4 | 32.56 | 51.22 | - |
| YUV | 158.85 | 143.89 | 150.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 137 | 187 | 0 | 0.28 | 0.02 | 0.25 | 304.44 | 0.3 | 0.64 |
| Hex | BF | 89 | BB | 0 | 1C | 2 | 19 | 130 | 1E | 40 |
| Octal | 277 | 211 | 273 | 0 | 34 | 2 | 31 | 460 | 36 | 100 |
| Binary | 10111111 | 10001001 | 10111011 | 0 | 11100 | 10 | 11001 | 100110000 | 11110 | 1000000 |
Color Harmonies of #BF89BB
Complementary color
Monochromatic Colors of #BF89BB
Black with #BF89BB
Text Example
Text Example
White with #BF89BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF89BB; }
p { color: rgb(191,137,187); }
H1.HeaderClassName
{
color: #BF89BB;
}
.AnyTagClassName
{
color: #BF89BB;
}
</style>
background-color css
<style>
a { background-color: #BF89BB; }
a { background-color: rgb(191,137,187); }
div.DivClassName
{
background-color: #BF89BB;
}
.BgClassName
{
background-color: #BF89BB;
}
</style>
border-color css
<style>
span { border-color: #BF89BB; }
span { border-color: rgb(191,137,187); }
td.TdClassName
{
border-color: #BF89BB;
}
.TagClassName
{
border-color: #BF89BB;
}
</style>