Shades of London Hue #B890B5
Tints of London Hue #B890B5
RGB
CMYK
RGB Variations
Color information
#B890B5 (or 0xB890B5) is known color: London Hue. HEX triplet: B8, 90 and B5. RGB value is (184,144,181). Sum of RGB (Red+Green+Blue) = 184+144+181=509 (67% of max value = 765). Red value is 184 (72.27% from 255 or 36.15% from 509); Green value is 144 (56.64% from 255 or 28.29% from 509); Blue value is 181 (71.09% from 255 or 35.56% from 509); Max value from RGB is 184 - color contains mainly: red. Hex color #B890B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B890B5 is #476F4A. Grayscale: #A0A0A0. Windows color (decimal): -4681547 or 11899064. OLE color: 11899064.
HSL color Cylindrical-coordinate representation of color #B890B5: hue angle of 304.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 #B890B5 is Cyan = 0, Magento = 0.22, Yellow = 0.02 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 144 | 181 | - |
| CMYK | 0 | 0.22 | 0.02 | 0.28 |
| HSL | 304.5º | 0.22% | 0.64% | - |
| HSV(B) | 304.5º | 0.22% | 0.72% | - |
| XYZ | 38.08 | 33.47 | 48.17 | - |
| YUV | 160.18 | 139.75 | 144.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 144 | 181 | 0 | 0.22 | 0.02 | 0.28 | 304.5 | 0.22 | 0.64 |
| Hex | B8 | 90 | B5 | 0 | 16 | 2 | 1C | 130 | 16 | 40 |
| Octal | 270 | 220 | 265 | 0 | 26 | 2 | 34 | 460 | 26 | 100 |
| Binary | 10111000 | 10010000 | 10110101 | 0 | 10110 | 10 | 11100 | 100110000 | 10110 | 1000000 |
Color Harmonies of #B890B5
Complementary color
Monochromatic Colors of #B890B5
Black with #B890B5
Text Example
Text Example
White with #B890B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B890B5; }
p { color: rgb(184,144,181); }
H1.HeaderClassName
{
color: #B890B5;
}
.AnyTagClassName
{
color: #B890B5;
}
</style>
background-color css
<style>
a { background-color: #B890B5; }
a { background-color: rgb(184,144,181); }
div.DivClassName
{
background-color: #B890B5;
}
.BgClassName
{
background-color: #B890B5;
}
</style>
border-color css
<style>
span { border-color: #B890B5; }
span { border-color: rgb(184,144,181); }
td.TdClassName
{
border-color: #B890B5;
}
.TagClassName
{
border-color: #B890B5;
}
</style>