Shades of London Hue #B498AD
Tints of London Hue #B498AD
RGB
CMYK
RGB Variations
Color information
#B498AD (or 0xB498AD) is known color: London Hue. HEX triplet: B4, 98 and AD. RGB value is (180,152,173). Sum of RGB (Red+Green+Blue) = 180+152+173=505 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.64% from 505); Green value is 152 (59.77% from 255 or 30.10% from 505); Blue value is 173 (67.97% from 255 or 34.26% from 505); Max value from RGB is 180 - color contains mainly: red. Hex color #B498AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B498AD is #4B6752. Grayscale: #A2A2A2. Windows color (decimal): -4941651 or 11376820. OLE color: 11376820.
HSL color Cylindrical-coordinate representation of color #B498AD: hue angle of 315º degrees, saturation: 0.16, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B498AD is Cyan = 0, Magento = 0.16, Yellow = 0.04 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 152 | 173 | - |
| CMYK | 0 | 0.16 | 0.04 | 0.29 |
| HSL | 315º | 0.16% | 0.65% | - |
| HSV(B) | 315º | 0.16% | 0.71% | - |
| XYZ | 37.59 | 35.18 | 44.34 | - |
| YUV | 162.77 | 133.78 | 140.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 152 | 173 | 0 | 0.16 | 0.04 | 0.29 | 315 | 0.16 | 0.65 |
| Hex | B4 | 98 | AD | 0 | 10 | 4 | 1D | 13B | 10 | 41 |
| Octal | 264 | 230 | 255 | 0 | 20 | 4 | 35 | 473 | 20 | 101 |
| Binary | 10110100 | 10011000 | 10101101 | 0 | 10000 | 100 | 11101 | 100111011 | 10000 | 1000001 |
Color Harmonies of #B498AD
Complementary color
Monochromatic Colors of #B498AD
Black with #B498AD
Text Example
Text Example
White with #B498AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B498AD; }
p { color: rgb(180,152,173); }
H1.HeaderClassName
{
color: #B498AD;
}
.AnyTagClassName
{
color: #B498AD;
}
</style>
background-color css
<style>
a { background-color: #B498AD; }
a { background-color: rgb(180,152,173); }
div.DivClassName
{
background-color: #B498AD;
}
.BgClassName
{
background-color: #B498AD;
}
</style>
border-color css
<style>
span { border-color: #B498AD; }
span { border-color: rgb(180,152,173); }
td.TdClassName
{
border-color: #B498AD;
}
.TagClassName
{
border-color: #B498AD;
}
</style>