Shades of London Hue #B88EAD
Tints of London Hue #B88EAD
RGB
CMYK
RGB Variations
Color information
#B88EAD (or 0xB88EAD) is known color: London Hue. HEX triplet: B8, 8E and AD. RGB value is (184,142,173). Sum of RGB (Red+Green+Blue) = 184+142+173=499 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.87% from 499); Green value is 142 (55.86% from 255 or 28.46% from 499); Blue value is 173 (67.97% from 255 or 34.67% from 499); Max value from RGB is 184 - color contains mainly: red. Hex color #B88EAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B88EAD is #477152. Grayscale: #9E9E9E. Windows color (decimal): -4682067 or 11374264. OLE color: 11374264.
HSL color Cylindrical-coordinate representation of color #B88EAD: hue angle of 315.71º degrees, saturation: 0.23, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B88EAD is Cyan = 0, Magento = 0.23, Yellow = 0.06 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 142 | 173 | - |
| CMYK | 0 | 0.23 | 0.06 | 0.28 |
| HSL | 315.71º | 0.23% | 0.64% | - |
| HSV(B) | 315.71º | 0.23% | 0.72% | - |
| XYZ | 36.98 | 32.55 | 43.87 | - |
| YUV | 158.09 | 136.41 | 146.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 142 | 173 | 0 | 0.23 | 0.06 | 0.28 | 315.71 | 0.23 | 0.64 |
| Hex | B8 | 8E | AD | 0 | 17 | 6 | 1C | 13C | 17 | 40 |
| Octal | 270 | 216 | 255 | 0 | 27 | 6 | 34 | 474 | 27 | 100 |
| Binary | 10111000 | 10001110 | 10101101 | 0 | 10111 | 110 | 11100 | 100111100 | 10111 | 1000000 |
Color Harmonies of #B88EAD
Complementary color
Monochromatic Colors of #B88EAD
Black with #B88EAD
Text Example
Text Example
White with #B88EAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B88EAD; }
p { color: rgb(184,142,173); }
H1.HeaderClassName
{
color: #B88EAD;
}
.AnyTagClassName
{
color: #B88EAD;
}
</style>
background-color css
<style>
a { background-color: #B88EAD; }
a { background-color: rgb(184,142,173); }
div.DivClassName
{
background-color: #B88EAD;
}
.BgClassName
{
background-color: #B88EAD;
}
</style>
border-color css
<style>
span { border-color: #B88EAD; }
span { border-color: rgb(184,142,173); }
td.TdClassName
{
border-color: #B88EAD;
}
.TagClassName
{
border-color: #B88EAD;
}
</style>