Shades of London Hue #B499B1
Tints of London Hue #B499B1
RGB
CMYK
RGB Variations
Color information
#B499B1 (or 0xB499B1) is known color: London Hue. HEX triplet: B4, 99 and B1. RGB value is (180,153,177). Sum of RGB (Red+Green+Blue) = 180+153+177=510 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.29% from 510); Green value is 153 (60.16% from 255 or 30% from 510); Blue value is 177 (69.53% from 255 or 34.71% from 510); Max value from RGB is 180 - color contains mainly: red. Hex color #B499B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B499B1 is #4B664E. Grayscale: #A3A3A3. Windows color (decimal): -4941391 or 11639220. OLE color: 11639220.
HSL color Cylindrical-coordinate representation of color #B499B1: hue angle of 306.67º degrees, saturation: 0.15, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B499B1 is Cyan = 0, Magento = 0.15, Yellow = 0.02 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 153 | 177 | - |
| CMYK | 0 | 0.15 | 0.02 | 0.29 |
| HSL | 306.67º | 0.15% | 0.65% | - |
| HSV(B) | 306.67º | 0.15% | 0.71% | - |
| XYZ | 38.15 | 35.66 | 46.47 | - |
| YUV | 163.81 | 135.45 | 139.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 153 | 177 | 0 | 0.15 | 0.02 | 0.29 | 306.67 | 0.15 | 0.65 |
| Hex | B4 | 99 | B1 | 0 | F | 2 | 1D | 133 | F | 41 |
| Octal | 264 | 231 | 261 | 0 | 17 | 2 | 35 | 463 | 17 | 101 |
| Binary | 10110100 | 10011001 | 10110001 | 0 | 1111 | 10 | 11101 | 100110011 | 1111 | 1000001 |
Color Harmonies of #B499B1
Complementary color
Monochromatic Colors of #B499B1
Black with #B499B1
Text Example
Text Example
White with #B499B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B499B1; }
p { color: rgb(180,153,177); }
H1.HeaderClassName
{
color: #B499B1;
}
.AnyTagClassName
{
color: #B499B1;
}
</style>
background-color css
<style>
a { background-color: #B499B1; }
a { background-color: rgb(180,153,177); }
div.DivClassName
{
background-color: #B499B1;
}
.BgClassName
{
background-color: #B499B1;
}
</style>
border-color css
<style>
span { border-color: #B499B1; }
span { border-color: rgb(180,153,177); }
td.TdClassName
{
border-color: #B499B1;
}
.TagClassName
{
border-color: #B499B1;
}
</style>