Shades of London Hue #B990BA
Tints of London Hue #B990BA
RGB
CMYK
RGB Variations
Color information
#B990BA (or 0xB990BA) is known color: London Hue. HEX triplet: B9, 90 and BA. RGB value is (185,144,186). Sum of RGB (Red+Green+Blue) = 185+144+186=515 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.92% from 515); Green value is 144 (56.64% from 255 or 27.96% from 515); Blue value is 186 (73.05% from 255 or 36.12% from 515); Max value from RGB is 186 - color contains mainly: blue. Hex color #B990BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B990BA is #466F45. Grayscale: #A0A0A0. Windows color (decimal): -4616006 or 12226745. OLE color: 12226745.
HSL color Cylindrical-coordinate representation of color #B990BA: hue angle of 298.57º degrees, saturation: 0.23, 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 #B990BA is Cyan = 0.01, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 144 | 186 | - |
| CMYK | 0.01 | 0.23 | 0 | 0.27 |
| HSL | 298.57º | 0.23% | 0.65% | - |
| HSV(B) | 298.57º | 0.23% | 0.73% | - |
| XYZ | 38.84 | 33.81 | 50.93 | - |
| YUV | 161.05 | 142.08 | 145.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 144 | 186 | 0.01 | 0.23 | 0 | 0.27 | 298.57 | 0.23 | 0.65 |
| Hex | B9 | 90 | BA | 1 | 17 | 0 | 1B | 12B | 17 | 41 |
| Octal | 271 | 220 | 272 | 1 | 27 | 0 | 33 | 453 | 27 | 101 |
| Binary | 10111001 | 10010000 | 10111010 | 1 | 10111 | 0 | 11011 | 100101011 | 10111 | 1000001 |
Color Harmonies of #B990BA
Complementary color
Monochromatic Colors of #B990BA
Black with #B990BA
Text Example
Text Example
White with #B990BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B990BA; }
p { color: rgb(185,144,186); }
H1.HeaderClassName
{
color: #B990BA;
}
.AnyTagClassName
{
color: #B990BA;
}
</style>
background-color css
<style>
a { background-color: #B990BA; }
a { background-color: rgb(185,144,186); }
div.DivClassName
{
background-color: #B990BA;
}
.BgClassName
{
background-color: #B990BA;
}
</style>
border-color css
<style>
span { border-color: #B990BA; }
span { border-color: rgb(185,144,186); }
td.TdClassName
{
border-color: #B990BA;
}
.TagClassName
{
border-color: #B990BA;
}
</style>