Shades of London Hue #B990B4
Tints of London Hue #B990B4
RGB
CMYK
RGB Variations
Color information
#B990B4 (or 0xB990B4) is known color: London Hue. HEX triplet: B9, 90 and B4. RGB value is (185,144,180). Sum of RGB (Red+Green+Blue) = 185+144+180=509 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.35% from 509); Green value is 144 (56.64% from 255 or 28.29% from 509); Blue value is 180 (70.70% from 255 or 35.36% from 509); Max value from RGB is 185 - color contains mainly: red. Hex color #B990B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B990B4 is #466F4B. Grayscale: #A0A0A0. Windows color (decimal): -4616012 or 11833529. OLE color: 11833529.
HSL color Cylindrical-coordinate representation of color #B990B4: hue angle of 307.32º 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 #B990B4 is Cyan = 0, Magento = 0.22, Yellow = 0.03 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 144 | 180 | - |
| CMYK | 0 | 0.22 | 0.03 | 0.27 |
| HSL | 307.32º | 0.23% | 0.65% | - |
| HSV(B) | 307.32º | 0.22% | 0.73% | - |
| XYZ | 38.22 | 33.56 | 47.64 | - |
| YUV | 160.36 | 139.08 | 145.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 144 | 180 | 0 | 0.22 | 0.03 | 0.27 | 307.32 | 0.23 | 0.65 |
| Hex | B9 | 90 | B4 | 0 | 16 | 3 | 1B | 133 | 17 | 41 |
| Octal | 271 | 220 | 264 | 0 | 26 | 3 | 33 | 463 | 27 | 101 |
| Binary | 10111001 | 10010000 | 10110100 | 0 | 10110 | 11 | 11011 | 100110011 | 10111 | 1000001 |
Color Harmonies of #B990B4
Complementary color
Monochromatic Colors of #B990B4
Black with #B990B4
Text Example
Text Example
White with #B990B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B990B4; }
p { color: rgb(185,144,180); }
H1.HeaderClassName
{
color: #B990B4;
}
.AnyTagClassName
{
color: #B990B4;
}
</style>
background-color css
<style>
a { background-color: #B990B4; }
a { background-color: rgb(185,144,180); }
div.DivClassName
{
background-color: #B990B4;
}
.BgClassName
{
background-color: #B990B4;
}
</style>
border-color css
<style>
span { border-color: #B990B4; }
span { border-color: rgb(185,144,180); }
td.TdClassName
{
border-color: #B990B4;
}
.TagClassName
{
border-color: #B990B4;
}
</style>