Shades of London Hue #B884BA
Tints of London Hue #B884BA
RGB
CMYK
RGB Variations
Color information
#B884BA (or 0xB884BA) is known color: London Hue. HEX triplet: B8, 84 and BA. RGB value is (184,132,186). Sum of RGB (Red+Green+Blue) = 184+132+186=502 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.65% from 502); Green value is 132 (51.95% from 255 or 26.29% from 502); Blue value is 186 (73.05% from 255 or 37.05% from 502); Max value from RGB is 186 - color contains mainly: blue. Hex color #B884BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B884BA is #477B45. Grayscale: #999999. Windows color (decimal): -4684614 or 12223672. OLE color: 12223672.
HSL color Cylindrical-coordinate representation of color #B884BA: hue angle of 297.78º 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 #B884BA is Cyan = 0.01, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 184 | 132 | 186 | - |
| CMYK | 0.01 | 0.29 | 0 | 0.27 |
| HSL | 297.78º | 0.28% | 0.62% | - |
| HSV(B) | 297.78º | 0.29% | 0.73% | - |
| XYZ | 36.88 | 30.24 | 50.35 | - |
| YUV | 153.7 | 146.23 | 149.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 132 | 186 | 0.01 | 0.29 | 0 | 0.27 | 297.78 | 0.28 | 0.62 |
| Hex | B8 | 84 | BA | 1 | 1D | 0 | 1B | 12A | 1C | 3E |
| Octal | 270 | 204 | 272 | 1 | 35 | 0 | 33 | 452 | 34 | 76 |
| Binary | 10111000 | 10000100 | 10111010 | 1 | 11101 | 0 | 11011 | 100101010 | 11100 | 111110 |
Color Harmonies of #B884BA
Complementary color
Monochromatic Colors of #B884BA
Black with #B884BA
Text Example
Text Example
White with #B884BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B884BA; }
p { color: rgb(184,132,186); }
H1.HeaderClassName
{
color: #B884BA;
}
.AnyTagClassName
{
color: #B884BA;
}
</style>
background-color css
<style>
a { background-color: #B884BA; }
a { background-color: rgb(184,132,186); }
div.DivClassName
{
background-color: #B884BA;
}
.BgClassName
{
background-color: #B884BA;
}
</style>
border-color css
<style>
span { border-color: #B884BA; }
span { border-color: rgb(184,132,186); }
td.TdClassName
{
border-color: #B884BA;
}
.TagClassName
{
border-color: #B884BA;
}
</style>