Shades of London Hue #B17EAC
Tints of London Hue #B17EAC
RGB
CMYK
RGB Variations
Color information
#B17EAC (or 0xB17EAC) is known color: London Hue. HEX triplet: B1, 7E and AC. RGB value is (177,126,172). Sum of RGB (Red+Green+Blue) = 177+126+172=475 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.26% from 475); Green value is 126 (49.61% from 255 or 26.53% from 475); Blue value is 172 (67.58% from 255 or 36.21% from 475); Max value from RGB is 177 - color contains mainly: red. Hex color #B17EAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17EAC is #4E8153. Grayscale: #929292. Windows color (decimal): -5144916 or 11304625. OLE color: 11304625.
HSL color Cylindrical-coordinate representation of color #B17EAC: hue angle of 305.88º 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 #B17EAC is Cyan = 0, Magento = 0.29, Yellow = 0.03 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 126 | 172 | - |
| CMYK | 0 | 0.29 | 0.03 | 0.31 |
| HSL | 305.88º | 0.25% | 0.59% | - |
| HSV(B) | 305.88º | 0.29% | 0.69% | - |
| XYZ | 33.04 | 27.25 | 42.55 | - |
| YUV | 146.49 | 142.4 | 149.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 126 | 172 | 0 | 0.29 | 0.03 | 0.31 | 305.88 | 0.25 | 0.59 |
| Hex | B1 | 7E | AC | 0 | 1D | 3 | 1F | 132 | 19 | 3B |
| Octal | 261 | 176 | 254 | 0 | 35 | 3 | 37 | 462 | 31 | 73 |
| Binary | 10110001 | 1111110 | 10101100 | 0 | 11101 | 11 | 11111 | 100110010 | 11001 | 111011 |
Color Harmonies of #B17EAC
Complementary color
Monochromatic Colors of #B17EAC
Black with #B17EAC
Text Example
Text Example
White with #B17EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17EAC; }
p { color: rgb(177,126,172); }
H1.HeaderClassName
{
color: #B17EAC;
}
.AnyTagClassName
{
color: #B17EAC;
}
</style>
background-color css
<style>
a { background-color: #B17EAC; }
a { background-color: rgb(177,126,172); }
div.DivClassName
{
background-color: #B17EAC;
}
.BgClassName
{
background-color: #B17EAC;
}
</style>
border-color css
<style>
span { border-color: #B17EAC; }
span { border-color: rgb(177,126,172); }
td.TdClassName
{
border-color: #B17EAC;
}
.TagClassName
{
border-color: #B17EAC;
}
</style>