Shades of London Hue #B18AB0
Tints of London Hue #B18AB0
RGB
CMYK
RGB Variations
Color information
#B18AB0 (or 0xB18AB0) is known color: London Hue. HEX triplet: B1, 8A and B0. RGB value is (177,138,176). Sum of RGB (Red+Green+Blue) = 177+138+176=491 (65% of max value = 765). Red value is 177 (69.53% from 255 or 36.05% from 491); Green value is 138 (54.30% from 255 or 28.11% from 491); Blue value is 176 (69.14% from 255 or 35.85% from 491); Max value from RGB is 177 - color contains mainly: red. Hex color #B18AB0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B18AB0 is #4E754F. Grayscale: #999999. Windows color (decimal): -5141840 or 11569841. OLE color: 11569841.
HSL color Cylindrical-coordinate representation of color #B18AB0: hue angle of 301.54º 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 #B18AB0 is Cyan = 0, Magento = 0.22, Yellow = 0.01 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 138 | 176 | - |
| CMYK | 0 | 0.22 | 0.01 | 0.31 |
| HSL | 301.54º | 0.2% | 0.62% | - |
| HSV(B) | 301.54º | 0.22% | 0.69% | - |
| XYZ | 35.06 | 30.66 | 45.14 | - |
| YUV | 153.99 | 140.42 | 144.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 138 | 176 | 0 | 0.22 | 0.01 | 0.31 | 301.54 | 0.2 | 0.62 |
| Hex | B1 | 8A | B0 | 0 | 16 | 1 | 1F | 12E | 14 | 3E |
| Octal | 261 | 212 | 260 | 0 | 26 | 1 | 37 | 456 | 24 | 76 |
| Binary | 10110001 | 10001010 | 10110000 | 0 | 10110 | 1 | 11111 | 100101110 | 10100 | 111110 |
Color Harmonies of #B18AB0
Complementary color
Monochromatic Colors of #B18AB0
Black with #B18AB0
Text Example
Text Example
White with #B18AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18AB0; }
p { color: rgb(177,138,176); }
H1.HeaderClassName
{
color: #B18AB0;
}
.AnyTagClassName
{
color: #B18AB0;
}
</style>
background-color css
<style>
a { background-color: #B18AB0; }
a { background-color: rgb(177,138,176); }
div.DivClassName
{
background-color: #B18AB0;
}
.BgClassName
{
background-color: #B18AB0;
}
</style>
border-color css
<style>
span { border-color: #B18AB0; }
span { border-color: rgb(177,138,176); }
td.TdClassName
{
border-color: #B18AB0;
}
.TagClassName
{
border-color: #B18AB0;
}
</style>