Shades of London Hue #B090A6
Tints of London Hue #B090A6
RGB
CMYK
RGB Variations
Color information
#B090A6 (or 0xB090A6) is known color: London Hue. HEX triplet: B0, 90 and A6. RGB value is (176,144,166). Sum of RGB (Red+Green+Blue) = 176+144+166=486 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.21% from 486); Green value is 144 (56.64% from 255 or 29.63% from 486); Blue value is 166 (65.23% from 255 or 34.16% from 486); Max value from RGB is 176 - color contains mainly: red. Hex color #B090A6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B090A6 is #4F6F59. Grayscale: #9C9C9C. Windows color (decimal): -5205850 or 10916016. OLE color: 10916016.
HSL color Cylindrical-coordinate representation of color #B090A6: hue angle of 318.75º degrees, saturation: 0.17, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B090A6 is Cyan = 0, Magento = 0.18, Yellow = 0.06 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 144 | 166 | - |
| CMYK | 0 | 0.18 | 0.06 | 0.31 |
| HSL | 318.75º | 0.17% | 0.63% | - |
| HSV(B) | 318.75º | 0.18% | 0.69% | - |
| XYZ | 34.76 | 31.93 | 40.41 | - |
| YUV | 156.08 | 133.6 | 142.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 144 | 166 | 0 | 0.18 | 0.06 | 0.31 | 318.75 | 0.17 | 0.63 |
| Hex | B0 | 90 | A6 | 0 | 12 | 6 | 1F | 13F | 11 | 3F |
| Octal | 260 | 220 | 246 | 0 | 22 | 6 | 37 | 477 | 21 | 77 |
| Binary | 10110000 | 10010000 | 10100110 | 0 | 10010 | 110 | 11111 | 100111111 | 10001 | 111111 |
Color Harmonies of #B090A6
Complementary color
Monochromatic Colors of #B090A6
Black with #B090A6
Text Example
Text Example
White with #B090A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B090A6; }
p { color: rgb(176,144,166); }
H1.HeaderClassName
{
color: #B090A6;
}
.AnyTagClassName
{
color: #B090A6;
}
</style>
background-color css
<style>
a { background-color: #B090A6; }
a { background-color: rgb(176,144,166); }
div.DivClassName
{
background-color: #B090A6;
}
.BgClassName
{
background-color: #B090A6;
}
</style>
border-color css
<style>
span { border-color: #B090A6; }
span { border-color: rgb(176,144,166); }
td.TdClassName
{
border-color: #B090A6;
}
.TagClassName
{
border-color: #B090A6;
}
</style>