Shades of London Hue #B890B9
Tints of London Hue #B890B9
RGB
CMYK
RGB Variations
Color information
#B890B9 (or 0xB890B9) is known color: London Hue. HEX triplet: B8, 90 and B9. RGB value is (184,144,185). Sum of RGB (Red+Green+Blue) = 184+144+185=513 (67% of max value = 765). Red value is 184 (72.27% from 255 or 35.87% from 513); Green value is 144 (56.64% from 255 or 28.07% from 513); Blue value is 185 (72.66% from 255 or 36.06% from 513); Max value from RGB is 185 - color contains mainly: blue. Hex color #B890B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B890B9 is #476F46. Grayscale: #A0A0A0. Windows color (decimal): -4681543 or 12161208. OLE color: 12161208.
HSL color Cylindrical-coordinate representation of color #B890B9: hue angle of 298.54º 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 #B890B9 is Cyan = 0.01, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 184 | 144 | 185 | - |
| CMYK | 0.01 | 0.22 | 0 | 0.27 |
| HSL | 298.54º | 0.23% | 0.65% | - |
| HSV(B) | 298.54º | 0.22% | 0.73% | - |
| XYZ | 38.5 | 33.64 | 50.36 | - |
| YUV | 160.63 | 141.75 | 144.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 144 | 185 | 0.01 | 0.22 | 0 | 0.27 | 298.54 | 0.23 | 0.65 |
| Hex | B8 | 90 | B9 | 1 | 16 | 0 | 1B | 12B | 17 | 41 |
| Octal | 270 | 220 | 271 | 1 | 26 | 0 | 33 | 453 | 27 | 101 |
| Binary | 10111000 | 10010000 | 10111001 | 1 | 10110 | 0 | 11011 | 100101011 | 10111 | 1000001 |
Color Harmonies of #B890B9
Complementary color
Monochromatic Colors of #B890B9
Black with #B890B9
Text Example
Text Example
White with #B890B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B890B9; }
p { color: rgb(184,144,185); }
H1.HeaderClassName
{
color: #B890B9;
}
.AnyTagClassName
{
color: #B890B9;
}
</style>
background-color css
<style>
a { background-color: #B890B9; }
a { background-color: rgb(184,144,185); }
div.DivClassName
{
background-color: #B890B9;
}
.BgClassName
{
background-color: #B890B9;
}
</style>
border-color css
<style>
span { border-color: #B890B9; }
span { border-color: rgb(184,144,185); }
td.TdClassName
{
border-color: #B890B9;
}
.TagClassName
{
border-color: #B890B9;
}
</style>