Shades of London Hue #B990B5
Tints of London Hue #B990B5
RGB
CMYK
RGB Variations
Color information
#B990B5 (or 0xB990B5) is known color: London Hue. HEX triplet: B9, 90 and B5. RGB value is (185,144,181). Sum of RGB (Red+Green+Blue) = 185+144+181=510 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.27% from 510); Green value is 144 (56.64% from 255 or 28.24% from 510); Blue value is 181 (71.09% from 255 or 35.49% from 510); Max value from RGB is 185 - color contains mainly: red. Hex color #B990B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B990B5 is #466F4A. Grayscale: #A0A0A0. Windows color (decimal): -4616011 or 11899065. OLE color: 11899065.
HSL color Cylindrical-coordinate representation of color #B990B5: hue angle of 305.85º 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 #B990B5 is Cyan = 0, Magento = 0.22, Yellow = 0.02 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 144 | 181 | - |
| CMYK | 0 | 0.22 | 0.02 | 0.27 |
| HSL | 305.85º | 0.23% | 0.65% | - |
| HSV(B) | 305.85º | 0.22% | 0.73% | - |
| XYZ | 38.32 | 33.6 | 48.18 | - |
| YUV | 160.48 | 139.58 | 145.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 144 | 181 | 0 | 0.22 | 0.02 | 0.27 | 305.85 | 0.23 | 0.65 |
| Hex | B9 | 90 | B5 | 0 | 16 | 2 | 1B | 132 | 17 | 41 |
| Octal | 271 | 220 | 265 | 0 | 26 | 2 | 33 | 462 | 27 | 101 |
| Binary | 10111001 | 10010000 | 10110101 | 0 | 10110 | 10 | 11011 | 100110010 | 10111 | 1000001 |
Color Harmonies of #B990B5
Complementary color
Monochromatic Colors of #B990B5
Black with #B990B5
Text Example
Text Example
White with #B990B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B990B5; }
p { color: rgb(185,144,181); }
H1.HeaderClassName
{
color: #B990B5;
}
.AnyTagClassName
{
color: #B990B5;
}
</style>
background-color css
<style>
a { background-color: #B990B5; }
a { background-color: rgb(185,144,181); }
div.DivClassName
{
background-color: #B990B5;
}
.BgClassName
{
background-color: #B990B5;
}
</style>
border-color css
<style>
span { border-color: #B990B5; }
span { border-color: rgb(185,144,181); }
td.TdClassName
{
border-color: #B990B5;
}
.TagClassName
{
border-color: #B990B5;
}
</style>