Shades of London Hue #B984BA
Tints of London Hue #B984BA
RGB
CMYK
RGB Variations
Color information
#B984BA (or 0xB984BA) is known color: London Hue. HEX triplet: B9, 84 and BA. RGB value is (185,132,186). Sum of RGB (Red+Green+Blue) = 185+132+186=503 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.78% from 503); Green value is 132 (51.95% from 255 or 26.24% from 503); Blue value is 186 (73.05% from 255 or 36.98% from 503); Max value from RGB is 186 - color contains mainly: blue. Hex color #B984BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B984BA is #467B45. Grayscale: #999999. Windows color (decimal): -4619078 or 12223673. OLE color: 12223673.
HSL color Cylindrical-coordinate representation of color #B984BA: hue angle of 298.89º degrees, saturation: 0.28, 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 #B984BA is Cyan = 0.01, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 132 | 186 | - |
| CMYK | 0.01 | 0.29 | 0 | 0.27 |
| HSL | 298.89º | 0.28% | 0.62% | - |
| HSV(B) | 298.89º | 0.29% | 0.73% | - |
| XYZ | 37.12 | 30.36 | 50.36 | - |
| YUV | 154 | 146.06 | 150.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 132 | 186 | 0.01 | 0.29 | 0 | 0.27 | 298.89 | 0.28 | 0.62 |
| Hex | B9 | 84 | BA | 1 | 1D | 0 | 1B | 12B | 1C | 3E |
| Octal | 271 | 204 | 272 | 1 | 35 | 0 | 33 | 453 | 34 | 76 |
| Binary | 10111001 | 10000100 | 10111010 | 1 | 11101 | 0 | 11011 | 100101011 | 11100 | 111110 |
Color Harmonies of #B984BA
Complementary color
Monochromatic Colors of #B984BA
Black with #B984BA
Text Example
Text Example
White with #B984BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B984BA; }
p { color: rgb(185,132,186); }
H1.HeaderClassName
{
color: #B984BA;
}
.AnyTagClassName
{
color: #B984BA;
}
</style>
background-color css
<style>
a { background-color: #B984BA; }
a { background-color: rgb(185,132,186); }
div.DivClassName
{
background-color: #B984BA;
}
.BgClassName
{
background-color: #B984BA;
}
</style>
border-color css
<style>
span { border-color: #B984BA; }
span { border-color: rgb(185,132,186); }
td.TdClassName
{
border-color: #B984BA;
}
.TagClassName
{
border-color: #B984BA;
}
</style>