Shades of London Hue #B186AB
Tints of London Hue #B186AB
RGB
CMYK
RGB Variations
Color information
#B186AB (or 0xB186AB) is known color: London Hue. HEX triplet: B1, 86 and AB. RGB value is (177,134,171). Sum of RGB (Red+Green+Blue) = 177+134+171=482 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.72% from 482); Green value is 134 (52.73% from 255 or 27.80% from 482); Blue value is 171 (67.19% from 255 or 35.48% from 482); Max value from RGB is 177 - color contains mainly: red. Hex color #B186AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B186AB is #4E7954. Grayscale: #969696. Windows color (decimal): -5142869 or 11241137. OLE color: 11241137.
HSL color Cylindrical-coordinate representation of color #B186AB: hue angle of 308.37º degrees, saturation: 0.22, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B186AB is Cyan = 0, Magento = 0.24, Yellow = 0.03 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 134 | 171 | - |
| CMYK | 0 | 0.24 | 0.03 | 0.31 |
| HSL | 308.37º | 0.22% | 0.61% | - |
| HSV(B) | 308.37º | 0.24% | 0.69% | - |
| XYZ | 34.01 | 29.34 | 42.4 | - |
| YUV | 151.08 | 139.25 | 146.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 134 | 171 | 0 | 0.24 | 0.03 | 0.31 | 308.37 | 0.22 | 0.61 |
| Hex | B1 | 86 | AB | 0 | 18 | 3 | 1F | 134 | 16 | 3D |
| Octal | 261 | 206 | 253 | 0 | 30 | 3 | 37 | 464 | 26 | 75 |
| Binary | 10110001 | 10000110 | 10101011 | 0 | 11000 | 11 | 11111 | 100110100 | 10110 | 111101 |
Color Harmonies of #B186AB
Complementary color
Monochromatic Colors of #B186AB
Black with #B186AB
Text Example
Text Example
White with #B186AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B186AB; }
p { color: rgb(177,134,171); }
H1.HeaderClassName
{
color: #B186AB;
}
.AnyTagClassName
{
color: #B186AB;
}
</style>
background-color css
<style>
a { background-color: #B186AB; }
a { background-color: rgb(177,134,171); }
div.DivClassName
{
background-color: #B186AB;
}
.BgClassName
{
background-color: #B186AB;
}
</style>
border-color css
<style>
span { border-color: #B186AB; }
span { border-color: rgb(177,134,171); }
td.TdClassName
{
border-color: #B186AB;
}
.TagClassName
{
border-color: #B186AB;
}
</style>