Shades of London Hue #B090AF
Tints of London Hue #B090AF
RGB
CMYK
RGB Variations
Color information
#B090AF (or 0xB090AF) is known color: London Hue. HEX triplet: B0, 90 and AF. RGB value is (176,144,175). Sum of RGB (Red+Green+Blue) = 176+144+175=495 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.56% from 495); Green value is 144 (56.64% from 255 or 29.09% from 495); Blue value is 175 (68.75% from 255 or 35.35% from 495); Max value from RGB is 176 - color contains mainly: red. Hex color #B090AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B090AF is #4F6F50. Grayscale: #9D9D9D. Windows color (decimal): -5205841 or 11505840. OLE color: 11505840.
HSL color Cylindrical-coordinate representation of color #B090AF: hue angle of 301.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 #B090AF is Cyan = 0, Magento = 0.18, Yellow = 0.01 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 144 | 175 | - |
| CMYK | 0 | 0.18 | 0.01 | 0.31 |
| HSL | 301.88º | 0.17% | 0.63% | - |
| HSV(B) | 301.88º | 0.18% | 0.69% | - |
| XYZ | 35.62 | 32.27 | 44.91 | - |
| YUV | 157.1 | 138.1 | 141.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 144 | 175 | 0 | 0.18 | 0.01 | 0.31 | 301.88 | 0.17 | 0.63 |
| Hex | B0 | 90 | AF | 0 | 12 | 1 | 1F | 12E | 11 | 3F |
| Octal | 260 | 220 | 257 | 0 | 22 | 1 | 37 | 456 | 21 | 77 |
| Binary | 10110000 | 10010000 | 10101111 | 0 | 10010 | 1 | 11111 | 100101110 | 10001 | 111111 |
Color Harmonies of #B090AF
Complementary color
Monochromatic Colors of #B090AF
Black with #B090AF
Text Example
Text Example
White with #B090AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B090AF; }
p { color: rgb(176,144,175); }
H1.HeaderClassName
{
color: #B090AF;
}
.AnyTagClassName
{
color: #B090AF;
}
</style>
background-color css
<style>
a { background-color: #B090AF; }
a { background-color: rgb(176,144,175); }
div.DivClassName
{
background-color: #B090AF;
}
.BgClassName
{
background-color: #B090AF;
}
</style>
border-color css
<style>
span { border-color: #B090AF; }
span { border-color: rgb(176,144,175); }
td.TdClassName
{
border-color: #B090AF;
}
.TagClassName
{
border-color: #B090AF;
}
</style>