Shades of London Hue #B884AD
Tints of London Hue #B884AD
RGB
CMYK
RGB Variations
Color information
#B884AD (or 0xB884AD) is known color: London Hue. HEX triplet: B8, 84 and AD. RGB value is (184,132,173). Sum of RGB (Red+Green+Blue) = 184+132+173=489 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.63% from 489); Green value is 132 (51.95% from 255 or 26.99% from 489); Blue value is 173 (67.97% from 255 or 35.38% from 489); Max value from RGB is 184 - color contains mainly: red. Hex color #B884AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B884AD is #477B52. Grayscale: #989898. Windows color (decimal): -4684627 or 11371704. OLE color: 11371704.
HSL color Cylindrical-coordinate representation of color #B884AD: hue angle of 312.69º degrees, saturation: 0.27, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B884AD is Cyan = 0, Magento = 0.28, Yellow = 0.06 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 132 | 173 | - |
| CMYK | 0 | 0.28 | 0.06 | 0.28 |
| HSL | 312.69º | 0.27% | 0.62% | - |
| HSV(B) | 312.69º | 0.28% | 0.72% | - |
| XYZ | 35.56 | 29.71 | 43.4 | - |
| YUV | 152.22 | 139.73 | 150.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 132 | 173 | 0 | 0.28 | 0.06 | 0.28 | 312.69 | 0.27 | 0.62 |
| Hex | B8 | 84 | AD | 0 | 1C | 6 | 1C | 139 | 1B | 3E |
| Octal | 270 | 204 | 255 | 0 | 34 | 6 | 34 | 471 | 33 | 76 |
| Binary | 10111000 | 10000100 | 10101101 | 0 | 11100 | 110 | 11100 | 100111001 | 11011 | 111110 |
Color Harmonies of #B884AD
Complementary color
Monochromatic Colors of #B884AD
Black with #B884AD
Text Example
Text Example
White with #B884AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B884AD; }
p { color: rgb(184,132,173); }
H1.HeaderClassName
{
color: #B884AD;
}
.AnyTagClassName
{
color: #B884AD;
}
</style>
background-color css
<style>
a { background-color: #B884AD; }
a { background-color: rgb(184,132,173); }
div.DivClassName
{
background-color: #B884AD;
}
.BgClassName
{
background-color: #B884AD;
}
</style>
border-color css
<style>
span { border-color: #B884AD; }
span { border-color: rgb(184,132,173); }
td.TdClassName
{
border-color: #B884AD;
}
.TagClassName
{
border-color: #B884AD;
}
</style>