Shades of London Hue #B982AA
Tints of London Hue #B982AA
RGB
CMYK
RGB Variations
Color information
#B982AA (or 0xB982AA) is known color: London Hue. HEX triplet: B9, 82 and AA. RGB value is (185,130,170). Sum of RGB (Red+Green+Blue) = 185+130+170=485 (64% of max value = 765). Red value is 185 (72.66% from 255 or 38.14% from 485); Green value is 130 (51.17% from 255 or 26.80% from 485); Blue value is 170 (66.80% from 255 or 35.05% from 485); Max value from RGB is 185 - color contains mainly: red. Hex color #B982AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B982AA is #467D55. Grayscale: #969696. Windows color (decimal): -4619606 or 11174585. OLE color: 11174585.
HSL color Cylindrical-coordinate representation of color #B982AA: hue angle of 316.36º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B982AA is Cyan = 0, Magento = 0.30, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 130 | 170 | - |
| CMYK | 0 | 0.30 | 0.08 | 0.27 |
| HSL | 316.36º | 0.28% | 0.62% | - |
| HSV(B) | 316.36º | 0.3% | 0.73% | - |
| XYZ | 35.25 | 29.18 | 41.81 | - |
| YUV | 151.01 | 138.72 | 152.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 130 | 170 | 0 | 0.30 | 0.08 | 0.27 | 316.36 | 0.28 | 0.62 |
| Hex | B9 | 82 | AA | 0 | 1E | 8 | 1B | 13C | 1C | 3E |
| Octal | 271 | 202 | 252 | 0 | 36 | 10 | 33 | 474 | 34 | 76 |
| Binary | 10111001 | 10000010 | 10101010 | 0 | 11110 | 1000 | 11011 | 100111100 | 11100 | 111110 |
Color Harmonies of #B982AA
Complementary color
Monochromatic Colors of #B982AA
Black with #B982AA
Text Example
Text Example
White with #B982AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B982AA; }
p { color: rgb(185,130,170); }
H1.HeaderClassName
{
color: #B982AA;
}
.AnyTagClassName
{
color: #B982AA;
}
</style>
background-color css
<style>
a { background-color: #B982AA; }
a { background-color: rgb(185,130,170); }
div.DivClassName
{
background-color: #B982AA;
}
.BgClassName
{
background-color: #B982AA;
}
</style>
border-color css
<style>
span { border-color: #B982AA; }
span { border-color: rgb(185,130,170); }
td.TdClassName
{
border-color: #B982AA;
}
.TagClassName
{
border-color: #B982AA;
}
</style>