Shades of London Hue #B990AF
Tints of London Hue #B990AF
RGB
CMYK
RGB Variations
Color information
#B990AF (or 0xB990AF) is known color: London Hue. HEX triplet: B9, 90 and AF. RGB value is (185,144,175). Sum of RGB (Red+Green+Blue) = 185+144+175=504 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.71% from 504); Green value is 144 (56.64% from 255 or 28.57% from 504); Blue value is 175 (68.75% from 255 or 34.72% from 504); Max value from RGB is 185 - color contains mainly: red. Hex color #B990AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B990AF is #466F50. Grayscale: #9F9F9F. Windows color (decimal): -4616017 or 11505849. OLE color: 11505849.
HSL color Cylindrical-coordinate representation of color #B990AF: hue angle of 314.63º 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 #B990AF is Cyan = 0, Magento = 0.22, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 144 | 175 | - |
| CMYK | 0 | 0.22 | 0.05 | 0.27 |
| HSL | 314.63º | 0.23% | 0.65% | - |
| HSV(B) | 314.63º | 0.22% | 0.73% | - |
| XYZ | 37.72 | 33.36 | 45.01 | - |
| YUV | 159.79 | 136.58 | 145.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 144 | 175 | 0 | 0.22 | 0.05 | 0.27 | 314.63 | 0.23 | 0.65 |
| Hex | B9 | 90 | AF | 0 | 16 | 5 | 1B | 13B | 17 | 41 |
| Octal | 271 | 220 | 257 | 0 | 26 | 5 | 33 | 473 | 27 | 101 |
| Binary | 10111001 | 10010000 | 10101111 | 0 | 10110 | 101 | 11011 | 100111011 | 10111 | 1000001 |
Color Harmonies of #B990AF
Complementary color
Monochromatic Colors of #B990AF
Black with #B990AF
Text Example
Text Example
White with #B990AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B990AF; }
p { color: rgb(185,144,175); }
H1.HeaderClassName
{
color: #B990AF;
}
.AnyTagClassName
{
color: #B990AF;
}
</style>
background-color css
<style>
a { background-color: #B990AF; }
a { background-color: rgb(185,144,175); }
div.DivClassName
{
background-color: #B990AF;
}
.BgClassName
{
background-color: #B990AF;
}
</style>
border-color css
<style>
span { border-color: #B990AF; }
span { border-color: rgb(185,144,175); }
td.TdClassName
{
border-color: #B990AF;
}
.TagClassName
{
border-color: #B990AF;
}
</style>