Shades of London Hue #B18CAB
Tints of London Hue #B18CAB
RGB
CMYK
RGB Variations
Color information
#B18CAB (or 0xB18CAB) is known color: London Hue. HEX triplet: B1, 8C and AB. RGB value is (177,140,171). Sum of RGB (Red+Green+Blue) = 177+140+171=488 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.27% from 488); Green value is 140 (55.08% from 255 or 28.69% from 488); Blue value is 171 (67.19% from 255 or 35.04% from 488); Max value from RGB is 177 - color contains mainly: red. Hex color #B18CAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B18CAB is #4E7354. Grayscale: #9A9A9A. Windows color (decimal): -5141333 or 11242673. OLE color: 11242673.
HSL color Cylindrical-coordinate representation of color #B18CAB: hue angle of 309.73º degrees, saturation: 0.19, 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 #B18CAB is Cyan = 0, Magento = 0.21, Yellow = 0.03 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 140 | 171 | - |
| CMYK | 0 | 0.21 | 0.03 | 0.31 |
| HSL | 309.73º | 0.19% | 0.62% | - |
| HSV(B) | 309.73º | 0.21% | 0.69% | - |
| XYZ | 34.86 | 31.04 | 42.68 | - |
| YUV | 154.6 | 137.26 | 143.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 140 | 171 | 0 | 0.21 | 0.03 | 0.31 | 309.73 | 0.19 | 0.62 |
| Hex | B1 | 8C | AB | 0 | 15 | 3 | 1F | 136 | 13 | 3E |
| Octal | 261 | 214 | 253 | 0 | 25 | 3 | 37 | 466 | 23 | 76 |
| Binary | 10110001 | 10001100 | 10101011 | 0 | 10101 | 11 | 11111 | 100110110 | 10011 | 111110 |
Color Harmonies of #B18CAB
Complementary color
Monochromatic Colors of #B18CAB
Black with #B18CAB
Text Example
Text Example
White with #B18CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18CAB; }
p { color: rgb(177,140,171); }
H1.HeaderClassName
{
color: #B18CAB;
}
.AnyTagClassName
{
color: #B18CAB;
}
</style>
background-color css
<style>
a { background-color: #B18CAB; }
a { background-color: rgb(177,140,171); }
div.DivClassName
{
background-color: #B18CAB;
}
.BgClassName
{
background-color: #B18CAB;
}
</style>
border-color css
<style>
span { border-color: #B18CAB; }
span { border-color: rgb(177,140,171); }
td.TdClassName
{
border-color: #B18CAB;
}
.TagClassName
{
border-color: #B18CAB;
}
</style>