Shades of London Hue #B882AA
Tints of London Hue #B882AA
RGB
CMYK
RGB Variations
Color information
#B882AA (or 0xB882AA) is known color: London Hue. HEX triplet: B8, 82 and AA. RGB value is (184,130,170). Sum of RGB (Red+Green+Blue) = 184+130+170=484 (64% of max value = 765). Red value is 184 (72.27% from 255 or 38.02% from 484); Green value is 130 (51.17% from 255 or 26.86% from 484); Blue value is 170 (66.80% from 255 or 35.12% from 484); Max value from RGB is 184 - color contains mainly: red. Hex color #B882AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B882AA is #477D55. Grayscale: #969696. Windows color (decimal): -4685142 or 11174584. OLE color: 11174584.
HSL color Cylindrical-coordinate representation of color #B882AA: hue angle of 315.56º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B882AA is Cyan = 0, Magento = 0.29, Yellow = 0.08 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 130 | 170 | - |
| CMYK | 0 | 0.29 | 0.08 | 0.28 |
| HSL | 315.56º | 0.28% | 0.62% | - |
| HSV(B) | 315.56º | 0.29% | 0.72% | - |
| XYZ | 35.01 | 29.06 | 41.79 | - |
| YUV | 150.71 | 138.89 | 151.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 130 | 170 | 0 | 0.29 | 0.08 | 0.28 | 315.56 | 0.28 | 0.62 |
| Hex | B8 | 82 | AA | 0 | 1D | 8 | 1C | 13C | 1C | 3E |
| Octal | 270 | 202 | 252 | 0 | 35 | 10 | 34 | 474 | 34 | 76 |
| Binary | 10111000 | 10000010 | 10101010 | 0 | 11101 | 1000 | 11100 | 100111100 | 11100 | 111110 |
Color Harmonies of #B882AA
Complementary color
Monochromatic Colors of #B882AA
Black with #B882AA
Text Example
Text Example
White with #B882AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B882AA; }
p { color: rgb(184,130,170); }
H1.HeaderClassName
{
color: #B882AA;
}
.AnyTagClassName
{
color: #B882AA;
}
</style>
background-color css
<style>
a { background-color: #B882AA; }
a { background-color: rgb(184,130,170); }
div.DivClassName
{
background-color: #B882AA;
}
.BgClassName
{
background-color: #B882AA;
}
</style>
border-color css
<style>
span { border-color: #B882AA; }
span { border-color: rgb(184,130,170); }
td.TdClassName
{
border-color: #B882AA;
}
.TagClassName
{
border-color: #B882AA;
}
</style>