Shades of London Hue #B18AB2
Tints of London Hue #B18AB2
RGB
CMYK
RGB Variations
Color information
#B18AB2 (or 0xB18AB2) is known color: London Hue. HEX triplet: B1, 8A and B2. RGB value is (177,138,178). Sum of RGB (Red+Green+Blue) = 177+138+178=493 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.90% from 493); Green value is 138 (54.30% from 255 or 27.99% from 493); Blue value is 178 (69.92% from 255 or 36.11% from 493); Max value from RGB is 178 - color contains mainly: blue. Hex color #B18AB2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B18AB2 is #4E754D. Grayscale: #9A9A9A. Windows color (decimal): -5141838 or 11700913. OLE color: 11700913.
HSL color Cylindrical-coordinate representation of color #B18AB2: hue angle of 298.5º degrees, saturation: 0.21, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B18AB2 is Cyan = 0.01, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 177 | 138 | 178 | - |
| CMYK | 0.01 | 0.22 | 0 | 0.30 |
| HSL | 298.5º | 0.21% | 0.62% | - |
| HSV(B) | 298.5º | 0.22% | 0.7% | - |
| XYZ | 35.26 | 30.74 | 46.19 | - |
| YUV | 154.22 | 141.42 | 144.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 138 | 178 | 0.01 | 0.22 | 0 | 0.30 | 298.5 | 0.21 | 0.62 |
| Hex | B1 | 8A | B2 | 1 | 16 | 0 | 1E | 12A | 15 | 3E |
| Octal | 261 | 212 | 262 | 1 | 26 | 0 | 36 | 452 | 25 | 76 |
| Binary | 10110001 | 10001010 | 10110010 | 1 | 10110 | 0 | 11110 | 100101010 | 10101 | 111110 |
Color Harmonies of #B18AB2
Complementary color
Monochromatic Colors of #B18AB2
Black with #B18AB2
Text Example
Text Example
White with #B18AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18AB2; }
p { color: rgb(177,138,178); }
H1.HeaderClassName
{
color: #B18AB2;
}
.AnyTagClassName
{
color: #B18AB2;
}
</style>
background-color css
<style>
a { background-color: #B18AB2; }
a { background-color: rgb(177,138,178); }
div.DivClassName
{
background-color: #B18AB2;
}
.BgClassName
{
background-color: #B18AB2;
}
</style>
border-color css
<style>
span { border-color: #B18AB2; }
span { border-color: rgb(177,138,178); }
td.TdClassName
{
border-color: #B18AB2;
}
.TagClassName
{
border-color: #B18AB2;
}
</style>