Shades of London Hue #B984AD
Tints of London Hue #B984AD
RGB
CMYK
RGB Variations
Color information
#B984AD (or 0xB984AD) is known color: London Hue. HEX triplet: B9, 84 and AD. RGB value is (185,132,173). Sum of RGB (Red+Green+Blue) = 185+132+173=490 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.76% from 490); Green value is 132 (51.95% from 255 or 26.94% from 490); Blue value is 173 (67.97% from 255 or 35.31% from 490); Max value from RGB is 185 - color contains mainly: red. Hex color #B984AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B984AD is #467B52. Grayscale: #989898. Windows color (decimal): -4619091 or 11371705. OLE color: 11371705.
HSL color Cylindrical-coordinate representation of color #B984AD: hue angle of 313.58º degrees, saturation: 0.27, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B984AD is Cyan = 0, Magento = 0.29, Yellow = 0.06 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 132 | 173 | - |
| CMYK | 0 | 0.29 | 0.06 | 0.27 |
| HSL | 313.58º | 0.27% | 0.62% | - |
| HSV(B) | 313.58º | 0.29% | 0.73% | - |
| XYZ | 35.8 | 29.83 | 43.41 | - |
| YUV | 152.52 | 139.56 | 151.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 132 | 173 | 0 | 0.29 | 0.06 | 0.27 | 313.58 | 0.27 | 0.62 |
| Hex | B9 | 84 | AD | 0 | 1D | 6 | 1B | 13A | 1B | 3E |
| Octal | 271 | 204 | 255 | 0 | 35 | 6 | 33 | 472 | 33 | 76 |
| Binary | 10111001 | 10000100 | 10101101 | 0 | 11101 | 110 | 11011 | 100111010 | 11011 | 111110 |
Color Harmonies of #B984AD
Complementary color
Monochromatic Colors of #B984AD
Black with #B984AD
Text Example
Text Example
White with #B984AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B984AD; }
p { color: rgb(185,132,173); }
H1.HeaderClassName
{
color: #B984AD;
}
.AnyTagClassName
{
color: #B984AD;
}
</style>
background-color css
<style>
a { background-color: #B984AD; }
a { background-color: rgb(185,132,173); }
div.DivClassName
{
background-color: #B984AD;
}
.BgClassName
{
background-color: #B984AD;
}
</style>
border-color css
<style>
span { border-color: #B984AD; }
span { border-color: rgb(185,132,173); }
td.TdClassName
{
border-color: #B984AD;
}
.TagClassName
{
border-color: #B984AD;
}
</style>