Shades of London Hue #B199B1
Tints of London Hue #B199B1
RGB
CMYK
RGB Variations
Color information
#B199B1 (or 0xB199B1) is known color: London Hue. HEX triplet: B1, 99 and B1. RGB value is (177,153,177). Sum of RGB (Red+Green+Blue) = 177+153+177=507 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.91% from 507); Green value is 153 (60.16% from 255 or 30.18% from 507); Blue value is 177 (69.53% from 255 or 34.91% from 507); Max value from RGB is 177 - color contains mainly: red, blue. Hex color #B199B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B199B1 is #4E664E. Grayscale: #A2A2A2. Windows color (decimal): -5137999 or 11639217. OLE color: 11639217.
HSL color Cylindrical-coordinate representation of color #B199B1: hue angle of 300º degrees, saturation: 0.13, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B199B1 is Cyan = 0, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 153 | 177 | - |
| CMYK | 0 | 0.14 | 0 | 0.31 |
| HSL | 300º | 0.13% | 0.65% | - |
| HSV(B) | 300º | 0.14% | 0.69% | - |
| XYZ | 37.46 | 35.3 | 46.44 | - |
| YUV | 162.91 | 135.95 | 138.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 153 | 177 | 0 | 0.14 | 0 | 0.31 | 300 | 0.13 | 0.65 |
| Hex | B1 | 99 | B1 | 0 | E | 0 | 1F | 12C | D | 41 |
| Octal | 261 | 231 | 261 | 0 | 16 | 0 | 37 | 454 | 15 | 101 |
| Binary | 10110001 | 10011001 | 10110001 | 0 | 1110 | 0 | 11111 | 100101100 | 1101 | 1000001 |
Color Harmonies of #B199B1
Complementary color
Monochromatic Colors of #B199B1
Black with #B199B1
Text Example
Text Example
White with #B199B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B199B1; }
p { color: rgb(177,153,177); }
H1.HeaderClassName
{
color: #B199B1;
}
.AnyTagClassName
{
color: #B199B1;
}
</style>
background-color css
<style>
a { background-color: #B199B1; }
a { background-color: rgb(177,153,177); }
div.DivClassName
{
background-color: #B199B1;
}
.BgClassName
{
background-color: #B199B1;
}
</style>
border-color css
<style>
span { border-color: #B199B1; }
span { border-color: rgb(177,153,177); }
td.TdClassName
{
border-color: #B199B1;
}
.TagClassName
{
border-color: #B199B1;
}
</style>