Shades of London Hue #B990B0
Tints of London Hue #B990B0
RGB
CMYK
RGB Variations
Color information
#B990B0 (or 0xB990B0) is known color: London Hue. HEX triplet: B9, 90 and B0. RGB value is (185,144,176). Sum of RGB (Red+Green+Blue) = 185+144+176=505 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.63% from 505); Green value is 144 (56.64% from 255 or 28.51% from 505); Blue value is 176 (69.14% from 255 or 34.85% from 505); Max value from RGB is 185 - color contains mainly: red. Hex color #B990B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B990B0 is #466F4F. Grayscale: #9F9F9F. Windows color (decimal): -4616016 or 11571385. OLE color: 11571385.
HSL color Cylindrical-coordinate representation of color #B990B0: hue angle of 313.17º degrees, saturation: 0.23, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B990B0 is Cyan = 0, Magento = 0.22, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 144 | 176 | - |
| CMYK | 0 | 0.22 | 0.05 | 0.27 |
| HSL | 313.17º | 0.23% | 0.65% | - |
| HSV(B) | 313.17º | 0.22% | 0.73% | - |
| XYZ | 37.82 | 33.4 | 45.53 | - |
| YUV | 159.91 | 137.08 | 145.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 144 | 176 | 0 | 0.22 | 0.05 | 0.27 | 313.17 | 0.23 | 0.65 |
| Hex | B9 | 90 | B0 | 0 | 16 | 5 | 1B | 139 | 17 | 41 |
| Octal | 271 | 220 | 260 | 0 | 26 | 5 | 33 | 471 | 27 | 101 |
| Binary | 10111001 | 10010000 | 10110000 | 0 | 10110 | 101 | 11011 | 100111001 | 10111 | 1000001 |
Color Harmonies of #B990B0
Complementary color
Monochromatic Colors of #B990B0
Black with #B990B0
Text Example
Text Example
White with #B990B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B990B0; }
p { color: rgb(185,144,176); }
H1.HeaderClassName
{
color: #B990B0;
}
.AnyTagClassName
{
color: #B990B0;
}
</style>
background-color css
<style>
a { background-color: #B990B0; }
a { background-color: rgb(185,144,176); }
div.DivClassName
{
background-color: #B990B0;
}
.BgClassName
{
background-color: #B990B0;
}
</style>
border-color css
<style>
span { border-color: #B990B0; }
span { border-color: rgb(185,144,176); }
td.TdClassName
{
border-color: #B990B0;
}
.TagClassName
{
border-color: #B990B0;
}
</style>