Shades of London Hue #B890B2
Tints of London Hue #B890B2
RGB
CMYK
RGB Variations
Color information
#B890B2 (or 0xB890B2) is known color: London Hue. HEX triplet: B8, 90 and B2. RGB value is (184,144,178). Sum of RGB (Red+Green+Blue) = 184+144+178=506 (67% of max value = 765). Red value is 184 (72.27% from 255 or 36.36% from 506); Green value is 144 (56.64% from 255 or 28.46% from 506); Blue value is 178 (69.92% from 255 or 35.18% from 506); Max value from RGB is 184 - color contains mainly: red. Hex color #B890B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B890B2 is #476F4D. Grayscale: #9F9F9F. Windows color (decimal): -4681550 or 11702456. OLE color: 11702456.
HSL color Cylindrical-coordinate representation of color #B890B2: hue angle of 309º 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 #B890B2 is Cyan = 0, Magento = 0.22, Yellow = 0.03 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 144 | 178 | - |
| CMYK | 0 | 0.22 | 0.03 | 0.28 |
| HSL | 309º | 0.22% | 0.64% | - |
| HSV(B) | 309º | 0.22% | 0.72% | - |
| XYZ | 37.78 | 33.35 | 46.57 | - |
| YUV | 159.84 | 138.25 | 145.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 144 | 178 | 0 | 0.22 | 0.03 | 0.28 | 309 | 0.22 | 0.64 |
| Hex | B8 | 90 | B2 | 0 | 16 | 3 | 1C | 135 | 16 | 40 |
| Octal | 270 | 220 | 262 | 0 | 26 | 3 | 34 | 465 | 26 | 100 |
| Binary | 10111000 | 10010000 | 10110010 | 0 | 10110 | 11 | 11100 | 100110101 | 10110 | 1000000 |
Color Harmonies of #B890B2
Complementary color
Monochromatic Colors of #B890B2
Black with #B890B2
Text Example
Text Example
White with #B890B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B890B2; }
p { color: rgb(184,144,178); }
H1.HeaderClassName
{
color: #B890B2;
}
.AnyTagClassName
{
color: #B890B2;
}
</style>
background-color css
<style>
a { background-color: #B890B2; }
a { background-color: rgb(184,144,178); }
div.DivClassName
{
background-color: #B890B2;
}
.BgClassName
{
background-color: #B890B2;
}
</style>
border-color css
<style>
span { border-color: #B890B2; }
span { border-color: rgb(184,144,178); }
td.TdClassName
{
border-color: #B890B2;
}
.TagClassName
{
border-color: #B890B2;
}
</style>