Shades of London Hue #B17CA9
Tints of London Hue #B17CA9
RGB
CMYK
RGB Variations
Color information
#B17CA9 (or 0xB17CA9) is known color: London Hue. HEX triplet: B1, 7C and A9. RGB value is (177,124,169). Sum of RGB (Red+Green+Blue) = 177+124+169=470 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.66% from 470); Green value is 124 (48.83% from 255 or 26.38% from 470); Blue value is 169 (66.41% from 255 or 35.96% from 470); Max value from RGB is 177 - color contains mainly: red. Hex color #B17CA9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17CA9 is #4E8356. Grayscale: #909090. Windows color (decimal): -5145431 or 11107505. OLE color: 11107505.
HSL color Cylindrical-coordinate representation of color #B17CA9: hue angle of 309.06º degrees, saturation: 0.25, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B17CA9 is Cyan = 0, Magento = 0.30, Yellow = 0.05 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 124 | 169 | - |
| CMYK | 0 | 0.30 | 0.05 | 0.31 |
| HSL | 309.06º | 0.25% | 0.59% | - |
| HSV(B) | 309.06º | 0.3% | 0.69% | - |
| XYZ | 32.5 | 26.63 | 40.96 | - |
| YUV | 144.98 | 141.56 | 150.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 124 | 169 | 0 | 0.30 | 0.05 | 0.31 | 309.06 | 0.25 | 0.59 |
| Hex | B1 | 7C | A9 | 0 | 1E | 5 | 1F | 135 | 19 | 3B |
| Octal | 261 | 174 | 251 | 0 | 36 | 5 | 37 | 465 | 31 | 73 |
| Binary | 10110001 | 1111100 | 10101001 | 0 | 11110 | 101 | 11111 | 100110101 | 11001 | 111011 |
Color Harmonies of #B17CA9
Complementary color
Monochromatic Colors of #B17CA9
Black with #B17CA9
Text Example
Text Example
White with #B17CA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17CA9; }
p { color: rgb(177,124,169); }
H1.HeaderClassName
{
color: #B17CA9;
}
.AnyTagClassName
{
color: #B17CA9;
}
</style>
background-color css
<style>
a { background-color: #B17CA9; }
a { background-color: rgb(177,124,169); }
div.DivClassName
{
background-color: #B17CA9;
}
.BgClassName
{
background-color: #B17CA9;
}
</style>
border-color css
<style>
span { border-color: #B17CA9; }
span { border-color: rgb(177,124,169); }
td.TdClassName
{
border-color: #B17CA9;
}
.TagClassName
{
border-color: #B17CA9;
}
</style>