Shades of London Hue #B090B1
Tints of London Hue #B090B1
RGB
CMYK
RGB Variations
Color information
#B090B1 (or 0xB090B1) is known color: London Hue. HEX triplet: B0, 90 and B1. RGB value is (176,144,177). Sum of RGB (Red+Green+Blue) = 176+144+177=497 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.41% from 497); Green value is 144 (56.64% from 255 or 28.97% from 497); Blue value is 177 (69.53% from 255 or 35.61% from 497); Max value from RGB is 177 - color contains mainly: blue. Hex color #B090B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B090B1 is #4F6F4E. Grayscale: #9D9D9D. Windows color (decimal): -5205839 or 11636912. OLE color: 11636912.
HSL color Cylindrical-coordinate representation of color #B090B1: hue angle of 298.18º degrees, saturation: 0.17, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B090B1 is Cyan = 0.01, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 144 | 177 | - |
| CMYK | 0.01 | 0.19 | 0 | 0.31 |
| HSL | 298.18º | 0.17% | 0.63% | - |
| HSV(B) | 298.18º | 0.19% | 0.69% | - |
| XYZ | 35.81 | 32.35 | 45.95 | - |
| YUV | 157.33 | 139.1 | 141.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 144 | 177 | 0.01 | 0.19 | 0 | 0.31 | 298.18 | 0.17 | 0.63 |
| Hex | B0 | 90 | B1 | 1 | 13 | 0 | 1F | 12A | 11 | 3F |
| Octal | 260 | 220 | 261 | 1 | 23 | 0 | 37 | 452 | 21 | 77 |
| Binary | 10110000 | 10010000 | 10110001 | 1 | 10011 | 0 | 11111 | 100101010 | 10001 | 111111 |
Color Harmonies of #B090B1
Complementary color
Monochromatic Colors of #B090B1
Black with #B090B1
Text Example
Text Example
White with #B090B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B090B1; }
p { color: rgb(176,144,177); }
H1.HeaderClassName
{
color: #B090B1;
}
.AnyTagClassName
{
color: #B090B1;
}
</style>
background-color css
<style>
a { background-color: #B090B1; }
a { background-color: rgb(176,144,177); }
div.DivClassName
{
background-color: #B090B1;
}
.BgClassName
{
background-color: #B090B1;
}
</style>
border-color css
<style>
span { border-color: #B090B1; }
span { border-color: rgb(176,144,177); }
td.TdClassName
{
border-color: #B090B1;
}
.TagClassName
{
border-color: #B090B1;
}
</style>