Shades of London Hue #B17DAC
Tints of London Hue #B17DAC
RGB
CMYK
RGB Variations
Color information
#B17DAC (or 0xB17DAC) is known color: London Hue. HEX triplet: B1, 7D and AC. RGB value is (177,125,172). Sum of RGB (Red+Green+Blue) = 177+125+172=474 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.34% from 474); Green value is 125 (49.22% from 255 or 26.37% from 474); Blue value is 172 (67.58% from 255 or 36.29% from 474); Max value from RGB is 177 - color contains mainly: red. Hex color #B17DAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17DAC is #4E8253. Grayscale: #919191. Windows color (decimal): -5145172 or 11304369. OLE color: 11304369.
HSL color Cylindrical-coordinate representation of color #B17DAC: hue angle of 305.77º degrees, saturation: 0.25, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B17DAC is Cyan = 0, Magento = 0.29, Yellow = 0.03 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 125 | 172 | - |
| CMYK | 0 | 0.29 | 0.03 | 0.31 |
| HSL | 305.77º | 0.25% | 0.59% | - |
| HSV(B) | 305.77º | 0.29% | 0.69% | - |
| XYZ | 32.91 | 26.99 | 42.51 | - |
| YUV | 145.91 | 142.73 | 150.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 125 | 172 | 0 | 0.29 | 0.03 | 0.31 | 305.77 | 0.25 | 0.59 |
| Hex | B1 | 7D | AC | 0 | 1D | 3 | 1F | 132 | 19 | 3B |
| Octal | 261 | 175 | 254 | 0 | 35 | 3 | 37 | 462 | 31 | 73 |
| Binary | 10110001 | 1111101 | 10101100 | 0 | 11101 | 11 | 11111 | 100110010 | 11001 | 111011 |
Color Harmonies of #B17DAC
Complementary color
Monochromatic Colors of #B17DAC
Black with #B17DAC
Text Example
Text Example
White with #B17DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17DAC; }
p { color: rgb(177,125,172); }
H1.HeaderClassName
{
color: #B17DAC;
}
.AnyTagClassName
{
color: #B17DAC;
}
</style>
background-color css
<style>
a { background-color: #B17DAC; }
a { background-color: rgb(177,125,172); }
div.DivClassName
{
background-color: #B17DAC;
}
.BgClassName
{
background-color: #B17DAC;
}
</style>
border-color css
<style>
span { border-color: #B17DAC; }
span { border-color: rgb(177,125,172); }
td.TdClassName
{
border-color: #B17DAC;
}
.TagClassName
{
border-color: #B17DAC;
}
</style>