Shades of London Hue #B17CAC
Tints of London Hue #B17CAC
RGB
CMYK
RGB Variations
Color information
#B17CAC (or 0xB17CAC) is known color: London Hue. HEX triplet: B1, 7C and AC. RGB value is (177,124,172). Sum of RGB (Red+Green+Blue) = 177+124+172=473 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.42% from 473); Green value is 124 (48.83% from 255 or 26.22% from 473); Blue value is 172 (67.58% from 255 or 36.36% from 473); Max value from RGB is 177 - color contains mainly: red. Hex color #B17CAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17CAC is #4E8353. Grayscale: #919191. Windows color (decimal): -5145428 or 11304113. OLE color: 11304113.
HSL color Cylindrical-coordinate representation of color #B17CAC: hue angle of 305.66º 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 #B17CAC is Cyan = 0, Magento = 0.30, Yellow = 0.03 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 124 | 172 | - |
| CMYK | 0 | 0.30 | 0.03 | 0.31 |
| HSL | 305.66º | 0.25% | 0.59% | - |
| HSV(B) | 305.66º | 0.3% | 0.69% | - |
| XYZ | 32.79 | 26.74 | 42.46 | - |
| YUV | 145.32 | 143.06 | 150.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 124 | 172 | 0 | 0.30 | 0.03 | 0.31 | 305.66 | 0.25 | 0.59 |
| Hex | B1 | 7C | AC | 0 | 1E | 3 | 1F | 132 | 19 | 3B |
| Octal | 261 | 174 | 254 | 0 | 36 | 3 | 37 | 462 | 31 | 73 |
| Binary | 10110001 | 1111100 | 10101100 | 0 | 11110 | 11 | 11111 | 100110010 | 11001 | 111011 |
Color Harmonies of #B17CAC
Complementary color
Monochromatic Colors of #B17CAC
Black with #B17CAC
Text Example
Text Example
White with #B17CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17CAC; }
p { color: rgb(177,124,172); }
H1.HeaderClassName
{
color: #B17CAC;
}
.AnyTagClassName
{
color: #B17CAC;
}
</style>
background-color css
<style>
a { background-color: #B17CAC; }
a { background-color: rgb(177,124,172); }
div.DivClassName
{
background-color: #B17CAC;
}
.BgClassName
{
background-color: #B17CAC;
}
</style>
border-color css
<style>
span { border-color: #B17CAC; }
span { border-color: rgb(177,124,172); }
td.TdClassName
{
border-color: #B17CAC;
}
.TagClassName
{
border-color: #B17CAC;
}
</style>