Shades of London Hue #B498B3
Tints of London Hue #B498B3
RGB
CMYK
RGB Variations
Color information
#B498B3 (or 0xB498B3) is known color: London Hue. HEX triplet: B4, 98 and B3. RGB value is (180,152,179). Sum of RGB (Red+Green+Blue) = 180+152+179=511 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.23% from 511); Green value is 152 (59.77% from 255 or 29.75% from 511); Blue value is 179 (70.31% from 255 or 35.03% from 511); Max value from RGB is 180 - color contains mainly: red. Hex color #B498B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B498B3 is #4B674C. Grayscale: #A3A3A3. Windows color (decimal): -4941645 or 11770036. OLE color: 11770036.
HSL color Cylindrical-coordinate representation of color #B498B3: hue angle of 302.14º 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 #B498B3 is Cyan = 0, Magento = 0.16, Yellow = 0.01 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 152 | 179 | - |
| CMYK | 0 | 0.16 | 0.01 | 0.29 |
| HSL | 302.14º | 0.16% | 0.65% | - |
| HSV(B) | 302.14º | 0.16% | 0.71% | - |
| XYZ | 38.19 | 35.41 | 47.47 | - |
| YUV | 163.45 | 136.78 | 139.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 152 | 179 | 0 | 0.16 | 0.01 | 0.29 | 302.14 | 0.16 | 0.65 |
| Hex | B4 | 98 | B3 | 0 | 10 | 1 | 1D | 12E | 10 | 41 |
| Octal | 264 | 230 | 263 | 0 | 20 | 1 | 35 | 456 | 20 | 101 |
| Binary | 10110100 | 10011000 | 10110011 | 0 | 10000 | 1 | 11101 | 100101110 | 10000 | 1000001 |
Color Harmonies of #B498B3
Complementary color
Monochromatic Colors of #B498B3
Black with #B498B3
Text Example
Text Example
White with #B498B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B498B3; }
p { color: rgb(180,152,179); }
H1.HeaderClassName
{
color: #B498B3;
}
.AnyTagClassName
{
color: #B498B3;
}
</style>
background-color css
<style>
a { background-color: #B498B3; }
a { background-color: rgb(180,152,179); }
div.DivClassName
{
background-color: #B498B3;
}
.BgClassName
{
background-color: #B498B3;
}
</style>
border-color css
<style>
span { border-color: #B498B3; }
span { border-color: rgb(180,152,179); }
td.TdClassName
{
border-color: #B498B3;
}
.TagClassName
{
border-color: #B498B3;
}
</style>