Shades of London Hue #BB89BE
Tints of London Hue #BB89BE
RGB
CMYK
RGB Variations
Color information
#BB89BE (or 0xBB89BE) is known color: London Hue. HEX triplet: BB, 89 and BE. RGB value is (187,137,190). Sum of RGB (Red+Green+Blue) = 187+137+190=514 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.38% from 514); Green value is 137 (53.91% from 255 or 26.65% from 514); Blue value is 190 (74.61% from 255 or 36.96% from 514); Max value from RGB is 190 - color contains mainly: blue. Hex color #BB89BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB89BE is #447641. Grayscale: #9D9D9D. Windows color (decimal): -4486722 or 12487099. OLE color: 12487099.
HSL color Cylindrical-coordinate representation of color #BB89BE: hue angle of 296.6º degrees, saturation: 0.29, 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 #BB89BE is Cyan = 0.02, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 187 | 137 | 190 | - |
| CMYK | 0.02 | 0.28 | 0 | 0.25 |
| HSL | 296.6º | 0.29% | 0.64% | - |
| HSV(B) | 296.6º | 0.28% | 0.75% | - |
| XYZ | 38.73 | 32.17 | 52.88 | - |
| YUV | 157.99 | 146.07 | 148.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 137 | 190 | 0.02 | 0.28 | 0 | 0.25 | 296.6 | 0.29 | 0.64 |
| Hex | BB | 89 | BE | 2 | 1C | 0 | 19 | 129 | 1D | 40 |
| Octal | 273 | 211 | 276 | 2 | 34 | 0 | 31 | 451 | 35 | 100 |
| Binary | 10111011 | 10001001 | 10111110 | 10 | 11100 | 0 | 11001 | 100101001 | 11101 | 1000000 |
Color Harmonies of #BB89BE
Complementary color
Monochromatic Colors of #BB89BE
Black with #BB89BE
Text Example
Text Example
White with #BB89BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB89BE; }
p { color: rgb(187,137,190); }
H1.HeaderClassName
{
color: #BB89BE;
}
.AnyTagClassName
{
color: #BB89BE;
}
</style>
background-color css
<style>
a { background-color: #BB89BE; }
a { background-color: rgb(187,137,190); }
div.DivClassName
{
background-color: #BB89BE;
}
.BgClassName
{
background-color: #BB89BE;
}
</style>
border-color css
<style>
span { border-color: #BB89BE; }
span { border-color: rgb(187,137,190); }
td.TdClassName
{
border-color: #BB89BE;
}
.TagClassName
{
border-color: #BB89BE;
}
</style>