Shades of London Hue #B18AAB
Tints of London Hue #B18AAB
RGB
CMYK
RGB Variations
Color information
#B18AAB (or 0xB18AAB) is known color: London Hue. HEX triplet: B1, 8A and AB. RGB value is (177,138,171). Sum of RGB (Red+Green+Blue) = 177+138+171=486 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.42% from 486); Green value is 138 (54.30% from 255 or 28.40% from 486); Blue value is 171 (67.19% from 255 or 35.19% from 486); Max value from RGB is 177 - color contains mainly: red. Hex color #B18AAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B18AAB is #4E7554. Grayscale: #999999. Windows color (decimal): -5141845 or 11242161. OLE color: 11242161.
HSL color Cylindrical-coordinate representation of color #B18AAB: hue angle of 309.23º degrees, saturation: 0.2, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B18AAB is Cyan = 0, Magento = 0.22, Yellow = 0.03 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 138 | 171 | - |
| CMYK | 0 | 0.22 | 0.03 | 0.31 |
| HSL | 309.23º | 0.2% | 0.62% | - |
| HSV(B) | 309.23º | 0.22% | 0.69% | - |
| XYZ | 34.57 | 30.46 | 42.59 | - |
| YUV | 153.42 | 137.92 | 144.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 138 | 171 | 0 | 0.22 | 0.03 | 0.31 | 309.23 | 0.2 | 0.62 |
| Hex | B1 | 8A | AB | 0 | 16 | 3 | 1F | 135 | 14 | 3E |
| Octal | 261 | 212 | 253 | 0 | 26 | 3 | 37 | 465 | 24 | 76 |
| Binary | 10110001 | 10001010 | 10101011 | 0 | 10110 | 11 | 11111 | 100110101 | 10100 | 111110 |
Color Harmonies of #B18AAB
Complementary color
Monochromatic Colors of #B18AAB
Black with #B18AAB
Text Example
Text Example
White with #B18AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18AAB; }
p { color: rgb(177,138,171); }
H1.HeaderClassName
{
color: #B18AAB;
}
.AnyTagClassName
{
color: #B18AAB;
}
</style>
background-color css
<style>
a { background-color: #B18AAB; }
a { background-color: rgb(177,138,171); }
div.DivClassName
{
background-color: #B18AAB;
}
.BgClassName
{
background-color: #B18AAB;
}
</style>
border-color css
<style>
span { border-color: #B18AAB; }
span { border-color: rgb(177,138,171); }
td.TdClassName
{
border-color: #B18AAB;
}
.TagClassName
{
border-color: #B18AAB;
}
</style>