Shades of London Hue #B18AB3
Tints of London Hue #B18AB3
RGB
CMYK
RGB Variations
Color information
#B18AB3 (or 0xB18AB3) is known color: London Hue. HEX triplet: B1, 8A and B3. RGB value is (177,138,179). Sum of RGB (Red+Green+Blue) = 177+138+179=494 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.83% from 494); Green value is 138 (54.30% from 255 or 27.94% from 494); Blue value is 179 (70.31% from 255 or 36.23% from 494); Max value from RGB is 179 - color contains mainly: blue. Hex color #B18AB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B18AB3 is #4E754C. Grayscale: #9A9A9A. Windows color (decimal): -5141837 or 11766449. OLE color: 11766449.
HSL color Cylindrical-coordinate representation of color #B18AB3: hue angle of 297.07º degrees, saturation: 0.21, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B18AB3 is Cyan = 0.01, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 177 | 138 | 179 | - |
| CMYK | 0.01 | 0.23 | 0 | 0.30 |
| HSL | 297.07º | 0.21% | 0.62% | - |
| HSV(B) | 297.07º | 0.23% | 0.7% | - |
| XYZ | 35.36 | 30.78 | 46.73 | - |
| YUV | 154.34 | 141.92 | 144.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 138 | 179 | 0.01 | 0.23 | 0 | 0.30 | 297.07 | 0.21 | 0.62 |
| Hex | B1 | 8A | B3 | 1 | 17 | 0 | 1E | 129 | 15 | 3E |
| Octal | 261 | 212 | 263 | 1 | 27 | 0 | 36 | 451 | 25 | 76 |
| Binary | 10110001 | 10001010 | 10110011 | 1 | 10111 | 0 | 11110 | 100101001 | 10101 | 111110 |
Color Harmonies of #B18AB3
Complementary color
Monochromatic Colors of #B18AB3
Black with #B18AB3
Text Example
Text Example
White with #B18AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18AB3; }
p { color: rgb(177,138,179); }
H1.HeaderClassName
{
color: #B18AB3;
}
.AnyTagClassName
{
color: #B18AB3;
}
</style>
background-color css
<style>
a { background-color: #B18AB3; }
a { background-color: rgb(177,138,179); }
div.DivClassName
{
background-color: #B18AB3;
}
.BgClassName
{
background-color: #B18AB3;
}
</style>
border-color css
<style>
span { border-color: #B18AB3; }
span { border-color: rgb(177,138,179); }
td.TdClassName
{
border-color: #B18AB3;
}
.TagClassName
{
border-color: #B18AB3;
}
</style>