Shades of London Hue #B18DAF
Tints of London Hue #B18DAF
RGB
CMYK
RGB Variations
Color information
#B18DAF (or 0xB18DAF) is known color: London Hue. HEX triplet: B1, 8D and AF. RGB value is (177,141,175). Sum of RGB (Red+Green+Blue) = 177+141+175=493 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.90% from 493); Green value is 141 (55.47% from 255 or 28.60% from 493); Blue value is 175 (68.75% from 255 or 35.50% from 493); Max value from RGB is 177 - color contains mainly: red. Hex color #B18DAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B18DAF is #4E7250. Grayscale: #9B9B9B. Windows color (decimal): -5141073 or 11505073. OLE color: 11505073.
HSL color Cylindrical-coordinate representation of color #B18DAF: hue angle of 303.33º degrees, saturation: 0.19, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B18DAF is Cyan = 0, Magento = 0.20, Yellow = 0.01 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 141 | 175 | - |
| CMYK | 0 | 0.20 | 0.01 | 0.31 |
| HSL | 303.33º | 0.19% | 0.62% | - |
| HSV(B) | 303.33º | 0.2% | 0.69% | - |
| XYZ | 35.39 | 31.49 | 44.77 | - |
| YUV | 155.64 | 138.93 | 143.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 141 | 175 | 0 | 0.20 | 0.01 | 0.31 | 303.33 | 0.19 | 0.62 |
| Hex | B1 | 8D | AF | 0 | 14 | 1 | 1F | 12F | 13 | 3E |
| Octal | 261 | 215 | 257 | 0 | 24 | 1 | 37 | 457 | 23 | 76 |
| Binary | 10110001 | 10001101 | 10101111 | 0 | 10100 | 1 | 11111 | 100101111 | 10011 | 111110 |
Color Harmonies of #B18DAF
Complementary color
Monochromatic Colors of #B18DAF
Black with #B18DAF
Text Example
Text Example
White with #B18DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18DAF; }
p { color: rgb(177,141,175); }
H1.HeaderClassName
{
color: #B18DAF;
}
.AnyTagClassName
{
color: #B18DAF;
}
</style>
background-color css
<style>
a { background-color: #B18DAF; }
a { background-color: rgb(177,141,175); }
div.DivClassName
{
background-color: #B18DAF;
}
.BgClassName
{
background-color: #B18DAF;
}
</style>
border-color css
<style>
span { border-color: #B18DAF; }
span { border-color: rgb(177,141,175); }
td.TdClassName
{
border-color: #B18DAF;
}
.TagClassName
{
border-color: #B18DAF;
}
</style>