Shades of London Hue #B18DB5
Tints of London Hue #B18DB5
RGB
CMYK
RGB Variations
Color information
#B18DB5 (or 0xB18DB5) is known color: London Hue. HEX triplet: B1, 8D and B5. RGB value is (177,141,181). Sum of RGB (Red+Green+Blue) = 177+141+181=499 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.47% from 499); Green value is 141 (55.47% from 255 or 28.26% from 499); Blue value is 181 (71.09% from 255 or 36.27% from 499); Max value from RGB is 181 - color contains mainly: blue. Hex color #B18DB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B18DB5 is #4E724A. Grayscale: #9C9C9C. Windows color (decimal): -5141067 or 11898289. OLE color: 11898289.
HSL color Cylindrical-coordinate representation of color #B18DB5: hue angle of 294º degrees, saturation: 0.21, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B18DB5 is Cyan = 0.02, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 177 | 141 | 181 | - |
| CMYK | 0.02 | 0.22 | 0 | 0.29 |
| HSL | 294º | 0.21% | 0.63% | - |
| HSV(B) | 294º | 0.22% | 0.71% | - |
| XYZ | 36 | 31.73 | 47.94 | - |
| YUV | 156.32 | 141.93 | 142.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 141 | 181 | 0.02 | 0.22 | 0 | 0.29 | 294 | 0.21 | 0.63 |
| Hex | B1 | 8D | B5 | 2 | 16 | 0 | 1D | 126 | 15 | 3F |
| Octal | 261 | 215 | 265 | 2 | 26 | 0 | 35 | 446 | 25 | 77 |
| Binary | 10110001 | 10001101 | 10110101 | 10 | 10110 | 0 | 11101 | 100100110 | 10101 | 111111 |
Color Harmonies of #B18DB5
Complementary color
Monochromatic Colors of #B18DB5
Black with #B18DB5
Text Example
Text Example
White with #B18DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18DB5; }
p { color: rgb(177,141,181); }
H1.HeaderClassName
{
color: #B18DB5;
}
.AnyTagClassName
{
color: #B18DB5;
}
</style>
background-color css
<style>
a { background-color: #B18DB5; }
a { background-color: rgb(177,141,181); }
div.DivClassName
{
background-color: #B18DB5;
}
.BgClassName
{
background-color: #B18DB5;
}
</style>
border-color css
<style>
span { border-color: #B18DB5; }
span { border-color: rgb(177,141,181); }
td.TdClassName
{
border-color: #B18DB5;
}
.TagClassName
{
border-color: #B18DB5;
}
</style>