Shades of London Hue #B999B4
Tints of London Hue #B999B4
RGB
CMYK
RGB Variations
Color information
#B999B4 (or 0xB999B4) is known color: London Hue. HEX triplet: B9, 99 and B4. RGB value is (185,153,180). Sum of RGB (Red+Green+Blue) = 185+153+180=518 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.71% from 518); Green value is 153 (60.16% from 255 or 29.54% from 518); Blue value is 180 (70.70% from 255 or 34.75% from 518); Max value from RGB is 185 - color contains mainly: red. Hex color #B999B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B999B4 is #46664B. Grayscale: #A5A5A5. Windows color (decimal): -4613708 or 11835833. OLE color: 11835833.
HSL color Cylindrical-coordinate representation of color #B999B4: hue angle of 309.38º degrees, saturation: 0.19, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B999B4 is Cyan = 0, Magento = 0.17, Yellow = 0.03 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 153 | 180 | - |
| CMYK | 0 | 0.17 | 0.03 | 0.27 |
| HSL | 309.38º | 0.19% | 0.66% | - |
| HSV(B) | 309.38º | 0.17% | 0.73% | - |
| XYZ | 39.64 | 36.39 | 48.12 | - |
| YUV | 165.65 | 136.1 | 141.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 153 | 180 | 0 | 0.17 | 0.03 | 0.27 | 309.38 | 0.19 | 0.66 |
| Hex | B9 | 99 | B4 | 0 | 11 | 3 | 1B | 135 | 13 | 42 |
| Octal | 271 | 231 | 264 | 0 | 21 | 3 | 33 | 465 | 23 | 102 |
| Binary | 10111001 | 10011001 | 10110100 | 0 | 10001 | 11 | 11011 | 100110101 | 10011 | 1000010 |
Color Harmonies of #B999B4
Complementary color
Monochromatic Colors of #B999B4
Black with #B999B4
Text Example
Text Example
White with #B999B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B999B4; }
p { color: rgb(185,153,180); }
H1.HeaderClassName
{
color: #B999B4;
}
.AnyTagClassName
{
color: #B999B4;
}
</style>
background-color css
<style>
a { background-color: #B999B4; }
a { background-color: rgb(185,153,180); }
div.DivClassName
{
background-color: #B999B4;
}
.BgClassName
{
background-color: #B999B4;
}
</style>
border-color css
<style>
span { border-color: #B999B4; }
span { border-color: rgb(185,153,180); }
td.TdClassName
{
border-color: #B999B4;
}
.TagClassName
{
border-color: #B999B4;
}
</style>