Shades of London Hue #B17BAC
Tints of London Hue #B17BAC
RGB
CMYK
RGB Variations
Color information
#B17BAC (or 0xB17BAC) is known color: London Hue. HEX triplet: B1, 7B and AC. RGB value is (177,123,172). Sum of RGB (Red+Green+Blue) = 177+123+172=472 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.5% from 472); Green value is 123 (48.44% from 255 or 26.06% from 472); Blue value is 172 (67.58% from 255 or 36.44% from 472); Max value from RGB is 177 - color contains mainly: red. Hex color #B17BAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17BAC is #4E8453. Grayscale: #909090. Windows color (decimal): -5145684 or 11303857. OLE color: 11303857.
HSL color Cylindrical-coordinate representation of color #B17BAC: hue angle of 305.56º degrees, saturation: 0.26, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B17BAC is Cyan = 0, Magento = 0.31, Yellow = 0.03 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 123 | 172 | - |
| CMYK | 0 | 0.31 | 0.03 | 0.31 |
| HSL | 305.56º | 0.26% | 0.59% | - |
| HSV(B) | 305.56º | 0.31% | 0.69% | - |
| XYZ | 32.66 | 26.49 | 42.42 | - |
| YUV | 144.73 | 143.39 | 151.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 123 | 172 | 0 | 0.31 | 0.03 | 0.31 | 305.56 | 0.26 | 0.59 |
| Hex | B1 | 7B | AC | 0 | 1F | 3 | 1F | 132 | 1A | 3B |
| Octal | 261 | 173 | 254 | 0 | 37 | 3 | 37 | 462 | 32 | 73 |
| Binary | 10110001 | 1111011 | 10101100 | 0 | 11111 | 11 | 11111 | 100110010 | 11010 | 111011 |
Color Harmonies of #B17BAC
Complementary color
Monochromatic Colors of #B17BAC
Black with #B17BAC
Text Example
Text Example
White with #B17BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17BAC; }
p { color: rgb(177,123,172); }
H1.HeaderClassName
{
color: #B17BAC;
}
.AnyTagClassName
{
color: #B17BAC;
}
</style>
background-color css
<style>
a { background-color: #B17BAC; }
a { background-color: rgb(177,123,172); }
div.DivClassName
{
background-color: #B17BAC;
}
.BgClassName
{
background-color: #B17BAC;
}
</style>
border-color css
<style>
span { border-color: #B17BAC; }
span { border-color: rgb(177,123,172); }
td.TdClassName
{
border-color: #B17BAC;
}
.TagClassName
{
border-color: #B17BAC;
}
</style>