Shades of London Hue #B890AF
Tints of London Hue #B890AF
RGB
CMYK
RGB Variations
Color information
#B890AF (or 0xB890AF) is known color: London Hue. HEX triplet: B8, 90 and AF. RGB value is (184,144,175). Sum of RGB (Red+Green+Blue) = 184+144+175=503 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.58% from 503); Green value is 144 (56.64% from 255 or 28.63% from 503); Blue value is 175 (68.75% from 255 or 34.79% from 503); Max value from RGB is 184 - color contains mainly: red. Hex color #B890AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B890AF is #476F50. Grayscale: #9F9F9F. Windows color (decimal): -4681553 or 11505848. OLE color: 11505848.
HSL color Cylindrical-coordinate representation of color #B890AF: hue angle of 313.5º degrees, saturation: 0.22, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B890AF is Cyan = 0, Magento = 0.22, Yellow = 0.05 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 144 | 175 | - |
| CMYK | 0 | 0.22 | 0.05 | 0.28 |
| HSL | 313.5º | 0.22% | 0.64% | - |
| HSV(B) | 313.5º | 0.22% | 0.72% | - |
| XYZ | 37.48 | 33.23 | 45 | - |
| YUV | 159.49 | 136.75 | 145.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 144 | 175 | 0 | 0.22 | 0.05 | 0.28 | 313.5 | 0.22 | 0.64 |
| Hex | B8 | 90 | AF | 0 | 16 | 5 | 1C | 13A | 16 | 40 |
| Octal | 270 | 220 | 257 | 0 | 26 | 5 | 34 | 472 | 26 | 100 |
| Binary | 10111000 | 10010000 | 10101111 | 0 | 10110 | 101 | 11100 | 100111010 | 10110 | 1000000 |
Color Harmonies of #B890AF
Complementary color
Monochromatic Colors of #B890AF
Black with #B890AF
Text Example
Text Example
White with #B890AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B890AF; }
p { color: rgb(184,144,175); }
H1.HeaderClassName
{
color: #B890AF;
}
.AnyTagClassName
{
color: #B890AF;
}
</style>
background-color css
<style>
a { background-color: #B890AF; }
a { background-color: rgb(184,144,175); }
div.DivClassName
{
background-color: #B890AF;
}
.BgClassName
{
background-color: #B890AF;
}
</style>
border-color css
<style>
span { border-color: #B890AF; }
span { border-color: rgb(184,144,175); }
td.TdClassName
{
border-color: #B890AF;
}
.TagClassName
{
border-color: #B890AF;
}
</style>