Shades of London Hue #B884AA
Tints of London Hue #B884AA
RGB
CMYK
RGB Variations
Color information
#B884AA (or 0xB884AA) is known color: London Hue. HEX triplet: B8, 84 and AA. RGB value is (184,132,170). Sum of RGB (Red+Green+Blue) = 184+132+170=486 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.86% from 486); Green value is 132 (51.95% from 255 or 27.16% from 486); Blue value is 170 (66.80% from 255 or 34.98% from 486); Max value from RGB is 184 - color contains mainly: red. Hex color #B884AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B884AA is #477B55. Grayscale: #979797. Windows color (decimal): -4684630 or 11175096. OLE color: 11175096.
HSL color Cylindrical-coordinate representation of color #B884AA: hue angle of 316.15º 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 #B884AA is Cyan = 0, Magento = 0.28, Yellow = 0.08 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 132 | 170 | - |
| CMYK | 0 | 0.28 | 0.08 | 0.28 |
| HSL | 316.15º | 0.27% | 0.62% | - |
| HSV(B) | 316.15º | 0.28% | 0.72% | - |
| XYZ | 35.27 | 29.6 | 41.88 | - |
| YUV | 151.88 | 138.23 | 150.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 132 | 170 | 0 | 0.28 | 0.08 | 0.28 | 316.15 | 0.27 | 0.62 |
| Hex | B8 | 84 | AA | 0 | 1C | 8 | 1C | 13C | 1B | 3E |
| Octal | 270 | 204 | 252 | 0 | 34 | 10 | 34 | 474 | 33 | 76 |
| Binary | 10111000 | 10000100 | 10101010 | 0 | 11100 | 1000 | 11100 | 100111100 | 11011 | 111110 |
Color Harmonies of #B884AA
Complementary color
Monochromatic Colors of #B884AA
Black with #B884AA
Text Example
Text Example
White with #B884AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B884AA; }
p { color: rgb(184,132,170); }
H1.HeaderClassName
{
color: #B884AA;
}
.AnyTagClassName
{
color: #B884AA;
}
</style>
background-color css
<style>
a { background-color: #B884AA; }
a { background-color: rgb(184,132,170); }
div.DivClassName
{
background-color: #B884AA;
}
.BgClassName
{
background-color: #B884AA;
}
</style>
border-color css
<style>
span { border-color: #B884AA; }
span { border-color: rgb(184,132,170); }
td.TdClassName
{
border-color: #B884AA;
}
.TagClassName
{
border-color: #B884AA;
}
</style>