Shades of London Hue #BB90B9
Tints of London Hue #BB90B9
RGB
CMYK
RGB Variations
Color information
#BB90B9 (or 0xBB90B9) is known color: London Hue. HEX triplet: BB, 90 and B9. RGB value is (187,144,185). Sum of RGB (Red+Green+Blue) = 187+144+185=516 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.24% from 516); Green value is 144 (56.64% from 255 or 27.91% from 516); Blue value is 185 (72.66% from 255 or 35.85% from 516); Max value from RGB is 187 - color contains mainly: red. Hex color #BB90B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB90B9 is #446F46. Grayscale: #A1A1A1. Windows color (decimal): -4484935 or 12161211. OLE color: 12161211.
HSL color Cylindrical-coordinate representation of color #BB90B9: hue angle of 302.79º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BB90B9 is Cyan = 0, Magento = 0.23, Yellow = 0.01 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 144 | 185 | - |
| CMYK | 0 | 0.23 | 0.01 | 0.27 |
| HSL | 302.79º | 0.24% | 0.65% | - |
| HSV(B) | 302.79º | 0.23% | 0.73% | - |
| XYZ | 39.22 | 34.01 | 50.4 | - |
| YUV | 161.53 | 141.25 | 146.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 144 | 185 | 0 | 0.23 | 0.01 | 0.27 | 302.79 | 0.24 | 0.65 |
| Hex | BB | 90 | B9 | 0 | 17 | 1 | 1B | 12F | 18 | 41 |
| Octal | 273 | 220 | 271 | 0 | 27 | 1 | 33 | 457 | 30 | 101 |
| Binary | 10111011 | 10010000 | 10111001 | 0 | 10111 | 1 | 11011 | 100101111 | 11000 | 1000001 |
Color Harmonies of #BB90B9
Complementary color
Monochromatic Colors of #BB90B9
Black with #BB90B9
Text Example
Text Example
White with #BB90B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB90B9; }
p { color: rgb(187,144,185); }
H1.HeaderClassName
{
color: #BB90B9;
}
.AnyTagClassName
{
color: #BB90B9;
}
</style>
background-color css
<style>
a { background-color: #BB90B9; }
a { background-color: rgb(187,144,185); }
div.DivClassName
{
background-color: #BB90B9;
}
.BgClassName
{
background-color: #BB90B9;
}
</style>
border-color css
<style>
span { border-color: #BB90B9; }
span { border-color: rgb(187,144,185); }
td.TdClassName
{
border-color: #BB90B9;
}
.TagClassName
{
border-color: #BB90B9;
}
</style>