Shades of London Hue #B090A7
Tints of London Hue #B090A7
RGB
CMYK
RGB Variations
Color information
#B090A7 (or 0xB090A7) is known color: London Hue. HEX triplet: B0, 90 and A7. RGB value is (176,144,167). Sum of RGB (Red+Green+Blue) = 176+144+167=487 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.14% from 487); Green value is 144 (56.64% from 255 or 29.57% from 487); Blue value is 167 (65.62% from 255 or 34.29% from 487); Max value from RGB is 176 - color contains mainly: red. Hex color #B090A7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B090A7 is #4F6F58. Grayscale: #9C9C9C. Windows color (decimal): -5205849 or 10981552. OLE color: 10981552.
HSL color Cylindrical-coordinate representation of color #B090A7: hue angle of 316.88º 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 #B090A7 is Cyan = 0, Magento = 0.18, Yellow = 0.05 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 144 | 167 | - |
| CMYK | 0 | 0.18 | 0.05 | 0.31 |
| HSL | 316.88º | 0.17% | 0.63% | - |
| HSV(B) | 316.88º | 0.18% | 0.69% | - |
| XYZ | 34.85 | 31.97 | 40.89 | - |
| YUV | 156.19 | 134.1 | 142.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 144 | 167 | 0 | 0.18 | 0.05 | 0.31 | 316.88 | 0.17 | 0.63 |
| Hex | B0 | 90 | A7 | 0 | 12 | 5 | 1F | 13D | 11 | 3F |
| Octal | 260 | 220 | 247 | 0 | 22 | 5 | 37 | 475 | 21 | 77 |
| Binary | 10110000 | 10010000 | 10100111 | 0 | 10010 | 101 | 11111 | 100111101 | 10001 | 111111 |
Color Harmonies of #B090A7
Complementary color
Monochromatic Colors of #B090A7
Black with #B090A7
Text Example
Text Example
White with #B090A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B090A7; }
p { color: rgb(176,144,167); }
H1.HeaderClassName
{
color: #B090A7;
}
.AnyTagClassName
{
color: #B090A7;
}
</style>
background-color css
<style>
a { background-color: #B090A7; }
a { background-color: rgb(176,144,167); }
div.DivClassName
{
background-color: #B090A7;
}
.BgClassName
{
background-color: #B090A7;
}
</style>
border-color css
<style>
span { border-color: #B090A7; }
span { border-color: rgb(176,144,167); }
td.TdClassName
{
border-color: #B090A7;
}
.TagClassName
{
border-color: #B090A7;
}
</style>