Shades of London Hue #B888AD
Tints of London Hue #B888AD
RGB
CMYK
RGB Variations
Color information
#B888AD (or 0xB888AD) is known color: London Hue. HEX triplet: B8, 88 and AD. RGB value is (184,136,173). Sum of RGB (Red+Green+Blue) = 184+136+173=493 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.32% from 493); Green value is 136 (53.52% from 255 or 27.59% from 493); Blue value is 173 (67.97% from 255 or 35.09% from 493); Max value from RGB is 184 - color contains mainly: red. Hex color #B888AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B888AD is #477752. Grayscale: #9A9A9A. Windows color (decimal): -4683603 or 11372728. OLE color: 11372728.
HSL color Cylindrical-coordinate representation of color #B888AD: hue angle of 313.75º degrees, saturation: 0.25, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B888AD is Cyan = 0, Magento = 0.26, Yellow = 0.06 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 136 | 173 | - |
| CMYK | 0 | 0.26 | 0.06 | 0.28 |
| HSL | 313.75º | 0.25% | 0.63% | - |
| HSV(B) | 313.75º | 0.26% | 0.72% | - |
| XYZ | 36.11 | 30.82 | 43.58 | - |
| YUV | 154.57 | 138.4 | 148.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 136 | 173 | 0 | 0.26 | 0.06 | 0.28 | 313.75 | 0.25 | 0.63 |
| Hex | B8 | 88 | AD | 0 | 1A | 6 | 1C | 13A | 19 | 3F |
| Octal | 270 | 210 | 255 | 0 | 32 | 6 | 34 | 472 | 31 | 77 |
| Binary | 10111000 | 10001000 | 10101101 | 0 | 11010 | 110 | 11100 | 100111010 | 11001 | 111111 |
Color Harmonies of #B888AD
Complementary color
Monochromatic Colors of #B888AD
Black with #B888AD
Text Example
Text Example
White with #B888AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B888AD; }
p { color: rgb(184,136,173); }
H1.HeaderClassName
{
color: #B888AD;
}
.AnyTagClassName
{
color: #B888AD;
}
</style>
background-color css
<style>
a { background-color: #B888AD; }
a { background-color: rgb(184,136,173); }
div.DivClassName
{
background-color: #B888AD;
}
.BgClassName
{
background-color: #B888AD;
}
</style>
border-color css
<style>
span { border-color: #B888AD; }
span { border-color: rgb(184,136,173); }
td.TdClassName
{
border-color: #B888AD;
}
.TagClassName
{
border-color: #B888AD;
}
</style>