Shades of London Hue #B18BAC
Tints of London Hue #B18BAC
RGB
CMYK
RGB Variations
Color information
#B18BAC (or 0xB18BAC) is known color: London Hue. HEX triplet: B1, 8B and AC. RGB value is (177,139,172). Sum of RGB (Red+Green+Blue) = 177+139+172=488 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.27% from 488); Green value is 139 (54.69% from 255 or 28.48% from 488); Blue value is 172 (67.58% from 255 or 35.25% from 488); Max value from RGB is 177 - color contains mainly: red. Hex color #B18BAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B18BAC is #4E7453. Grayscale: #9A9A9A. Windows color (decimal): -5141588 or 11307953. OLE color: 11307953.
HSL color Cylindrical-coordinate representation of color #B18BAC: hue angle of 307.89º degrees, saturation: 0.2, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B18BAC is Cyan = 0, Magento = 0.21, Yellow = 0.03 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 139 | 172 | - |
| CMYK | 0 | 0.21 | 0.03 | 0.31 |
| HSL | 307.89º | 0.2% | 0.62% | - |
| HSV(B) | 307.89º | 0.21% | 0.69% | - |
| XYZ | 34.81 | 30.79 | 43.14 | - |
| YUV | 154.12 | 138.09 | 144.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 139 | 172 | 0 | 0.21 | 0.03 | 0.31 | 307.89 | 0.2 | 0.62 |
| Hex | B1 | 8B | AC | 0 | 15 | 3 | 1F | 134 | 14 | 3E |
| Octal | 261 | 213 | 254 | 0 | 25 | 3 | 37 | 464 | 24 | 76 |
| Binary | 10110001 | 10001011 | 10101100 | 0 | 10101 | 11 | 11111 | 100110100 | 10100 | 111110 |
Color Harmonies of #B18BAC
Complementary color
Monochromatic Colors of #B18BAC
Black with #B18BAC
Text Example
Text Example
White with #B18BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18BAC; }
p { color: rgb(177,139,172); }
H1.HeaderClassName
{
color: #B18BAC;
}
.AnyTagClassName
{
color: #B18BAC;
}
</style>
background-color css
<style>
a { background-color: #B18BAC; }
a { background-color: rgb(177,139,172); }
div.DivClassName
{
background-color: #B18BAC;
}
.BgClassName
{
background-color: #B18BAC;
}
</style>
border-color css
<style>
span { border-color: #B18BAC; }
span { border-color: rgb(177,139,172); }
td.TdClassName
{
border-color: #B18BAC;
}
.TagClassName
{
border-color: #B18BAC;
}
</style>