Shades of London Hue #B890AC
Tints of London Hue #B890AC
RGB
CMYK
RGB Variations
Color information
#B890AC (or 0xB890AC) is known color: London Hue. HEX triplet: B8, 90 and AC. RGB value is (184,144,172). Sum of RGB (Red+Green+Blue) = 184+144+172=500 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.8% from 500); Green value is 144 (56.64% from 255 or 28.8% from 500); Blue value is 172 (67.58% from 255 or 34.4% from 500); Max value from RGB is 184 - color contains mainly: red. Hex color #B890AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B890AC is #476F53. Grayscale: #9F9F9F. Windows color (decimal): -4681556 or 11309240. OLE color: 11309240.
HSL color Cylindrical-coordinate representation of color #B890AC: hue angle of 318º 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 #B890AC is Cyan = 0, Magento = 0.22, Yellow = 0.07 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 144 | 172 | - |
| CMYK | 0 | 0.22 | 0.07 | 0.28 |
| HSL | 318º | 0.22% | 0.64% | - |
| HSV(B) | 318º | 0.22% | 0.72% | - |
| XYZ | 37.19 | 33.12 | 43.46 | - |
| YUV | 159.15 | 135.25 | 145.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 144 | 172 | 0 | 0.22 | 0.07 | 0.28 | 318 | 0.22 | 0.64 |
| Hex | B8 | 90 | AC | 0 | 16 | 7 | 1C | 13E | 16 | 40 |
| Octal | 270 | 220 | 254 | 0 | 26 | 7 | 34 | 476 | 26 | 100 |
| Binary | 10111000 | 10010000 | 10101100 | 0 | 10110 | 111 | 11100 | 100111110 | 10110 | 1000000 |
Color Harmonies of #B890AC
Complementary color
Monochromatic Colors of #B890AC
Black with #B890AC
Text Example
Text Example
White with #B890AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B890AC; }
p { color: rgb(184,144,172); }
H1.HeaderClassName
{
color: #B890AC;
}
.AnyTagClassName
{
color: #B890AC;
}
</style>
background-color css
<style>
a { background-color: #B890AC; }
a { background-color: rgb(184,144,172); }
div.DivClassName
{
background-color: #B890AC;
}
.BgClassName
{
background-color: #B890AC;
}
</style>
border-color css
<style>
span { border-color: #B890AC; }
span { border-color: rgb(184,144,172); }
td.TdClassName
{
border-color: #B890AC;
}
.TagClassName
{
border-color: #B890AC;
}
</style>