Shades of London Hue #B88DB9
Tints of London Hue #B88DB9
RGB
CMYK
RGB Variations
Color information
#B88DB9 (or 0xB88DB9) is known color: London Hue. HEX triplet: B8, 8D and B9. RGB value is (184,141,185). Sum of RGB (Red+Green+Blue) = 184+141+185=510 (67% of max value = 765). Red value is 184 (72.27% from 255 or 36.08% from 510); Green value is 141 (55.47% from 255 or 27.65% from 510); Blue value is 185 (72.66% from 255 or 36.27% from 510); Max value from RGB is 185 - color contains mainly: blue. Hex color #B88DB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B88DB9 is #477246. Grayscale: #9E9E9E. Windows color (decimal): -4682311 or 12160440. OLE color: 12160440.
HSL color Cylindrical-coordinate representation of color #B88DB9: hue angle of 298.64º degrees, saturation: 0.24, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B88DB9 is Cyan = 0.01, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 184 | 141 | 185 | - |
| CMYK | 0.01 | 0.24 | 0 | 0.27 |
| HSL | 298.64º | 0.24% | 0.64% | - |
| HSV(B) | 298.64º | 0.24% | 0.73% | - |
| XYZ | 38.05 | 32.74 | 50.21 | - |
| YUV | 158.87 | 142.75 | 145.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 141 | 185 | 0.01 | 0.24 | 0 | 0.27 | 298.64 | 0.24 | 0.64 |
| Hex | B8 | 8D | B9 | 1 | 18 | 0 | 1B | 12B | 18 | 40 |
| Octal | 270 | 215 | 271 | 1 | 30 | 0 | 33 | 453 | 30 | 100 |
| Binary | 10111000 | 10001101 | 10111001 | 1 | 11000 | 0 | 11011 | 100101011 | 11000 | 1000000 |
Color Harmonies of #B88DB9
Complementary color
Monochromatic Colors of #B88DB9
Black with #B88DB9
Text Example
Text Example
White with #B88DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B88DB9; }
p { color: rgb(184,141,185); }
H1.HeaderClassName
{
color: #B88DB9;
}
.AnyTagClassName
{
color: #B88DB9;
}
</style>
background-color css
<style>
a { background-color: #B88DB9; }
a { background-color: rgb(184,141,185); }
div.DivClassName
{
background-color: #B88DB9;
}
.BgClassName
{
background-color: #B88DB9;
}
</style>
border-color css
<style>
span { border-color: #B88DB9; }
span { border-color: rgb(184,141,185); }
td.TdClassName
{
border-color: #B88DB9;
}
.TagClassName
{
border-color: #B88DB9;
}
</style>