Shades of London Hue #B18BAA
Tints of London Hue #B18BAA
RGB
CMYK
RGB Variations
Color information
#B18BAA (or 0xB18BAA) is known color: London Hue. HEX triplet: B1, 8B and AA. RGB value is (177,139,170). Sum of RGB (Red+Green+Blue) = 177+139+170=486 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.42% from 486); Green value is 139 (54.69% from 255 or 28.60% from 486); Blue value is 170 (66.80% from 255 or 34.98% from 486); Max value from RGB is 177 - color contains mainly: red. Hex color #B18BAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B18BAA is #4E7455. Grayscale: #999999. Windows color (decimal): -5141590 or 11176881. OLE color: 11176881.
HSL color Cylindrical-coordinate representation of color #B18BAA: hue angle of 311.05º 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 #B18BAA is Cyan = 0, Magento = 0.21, Yellow = 0.04 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 139 | 170 | - |
| CMYK | 0 | 0.21 | 0.04 | 0.31 |
| HSL | 311.05º | 0.2% | 0.62% | - |
| HSV(B) | 311.05º | 0.21% | 0.69% | - |
| XYZ | 34.62 | 30.71 | 42.13 | - |
| YUV | 153.9 | 137.09 | 144.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 139 | 170 | 0 | 0.21 | 0.04 | 0.31 | 311.05 | 0.2 | 0.62 |
| Hex | B1 | 8B | AA | 0 | 15 | 4 | 1F | 137 | 14 | 3E |
| Octal | 261 | 213 | 252 | 0 | 25 | 4 | 37 | 467 | 24 | 76 |
| Binary | 10110001 | 10001011 | 10101010 | 0 | 10101 | 100 | 11111 | 100110111 | 10100 | 111110 |
Color Harmonies of #B18BAA
Complementary color
Monochromatic Colors of #B18BAA
Black with #B18BAA
Text Example
Text Example
White with #B18BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18BAA; }
p { color: rgb(177,139,170); }
H1.HeaderClassName
{
color: #B18BAA;
}
.AnyTagClassName
{
color: #B18BAA;
}
</style>
background-color css
<style>
a { background-color: #B18BAA; }
a { background-color: rgb(177,139,170); }
div.DivClassName
{
background-color: #B18BAA;
}
.BgClassName
{
background-color: #B18BAA;
}
</style>
border-color css
<style>
span { border-color: #B18BAA; }
span { border-color: rgb(177,139,170); }
td.TdClassName
{
border-color: #B18BAA;
}
.TagClassName
{
border-color: #B18BAA;
}
</style>