Shades of London Hue #B090AD
Tints of London Hue #B090AD
RGB
CMYK
RGB Variations
Color information
#B090AD (or 0xB090AD) is known color: London Hue. HEX triplet: B0, 90 and AD. RGB value is (176,144,173). Sum of RGB (Red+Green+Blue) = 176+144+173=493 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.70% from 493); Green value is 144 (56.64% from 255 or 29.21% from 493); Blue value is 173 (67.97% from 255 or 35.09% from 493); Max value from RGB is 176 - color contains mainly: red. Hex color #B090AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B090AD is #4F6F52. Grayscale: #9C9C9C. Windows color (decimal): -5205843 or 11374768. OLE color: 11374768.
HSL color Cylindrical-coordinate representation of color #B090AD: hue angle of 305.62º 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 #B090AD is Cyan = 0, Magento = 0.18, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 144 | 173 | - |
| CMYK | 0 | 0.18 | 0.02 | 0.31 |
| HSL | 305.63º | 0.17% | 0.63% | - |
| HSV(B) | 305.63º | 0.18% | 0.69% | - |
| XYZ | 35.42 | 32.19 | 43.88 | - |
| YUV | 156.87 | 137.1 | 141.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 144 | 173 | 0 | 0.18 | 0.02 | 0.31 | 305.63 | 0.17 | 0.63 |
| Hex | B0 | 90 | AD | 0 | 12 | 2 | 1F | 132 | 11 | 3F |
| Octal | 260 | 220 | 255 | 0 | 22 | 2 | 37 | 462 | 21 | 77 |
| Binary | 10110000 | 10010000 | 10101101 | 0 | 10010 | 10 | 11111 | 100110010 | 10001 | 111111 |
Color Harmonies of #B090AD
Complementary color
Monochromatic Colors of #B090AD
Black with #B090AD
Text Example
Text Example
White with #B090AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B090AD; }
p { color: rgb(176,144,173); }
H1.HeaderClassName
{
color: #B090AD;
}
.AnyTagClassName
{
color: #B090AD;
}
</style>
background-color css
<style>
a { background-color: #B090AD; }
a { background-color: rgb(176,144,173); }
div.DivClassName
{
background-color: #B090AD;
}
.BgClassName
{
background-color: #B090AD;
}
</style>
border-color css
<style>
span { border-color: #B090AD; }
span { border-color: rgb(176,144,173); }
td.TdClassName
{
border-color: #B090AD;
}
.TagClassName
{
border-color: #B090AD;
}
</style>