Shades of London Hue #B980AA
Tints of London Hue #B980AA
RGB
CMYK
RGB Variations
Color information
#B980AA (or 0xB980AA) is known color: London Hue. HEX triplet: B9, 80 and AA. RGB value is (185,128,170). Sum of RGB (Red+Green+Blue) = 185+128+170=483 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.30% from 483); Green value is 128 (50.39% from 255 or 26.50% from 483); Blue value is 170 (66.80% from 255 or 35.20% from 483); Max value from RGB is 185 - color contains mainly: red. Hex color #B980AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B980AA is #467F55. Grayscale: #959595. Windows color (decimal): -4620118 or 11174073. OLE color: 11174073.
HSL color Cylindrical-coordinate representation of color #B980AA: hue angle of 315.79º degrees, saturation: 0.29, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B980AA is Cyan = 0, Magento = 0.31, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 128 | 170 | - |
| CMYK | 0 | 0.31 | 0.08 | 0.27 |
| HSL | 315.79º | 0.29% | 0.61% | - |
| HSV(B) | 315.79º | 0.31% | 0.73% | - |
| XYZ | 34.98 | 28.65 | 41.72 | - |
| YUV | 149.83 | 139.38 | 153.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 128 | 170 | 0 | 0.31 | 0.08 | 0.27 | 315.79 | 0.29 | 0.61 |
| Hex | B9 | 80 | AA | 0 | 1F | 8 | 1B | 13C | 1D | 3D |
| Octal | 271 | 200 | 252 | 0 | 37 | 10 | 33 | 474 | 35 | 75 |
| Binary | 10111001 | 10000000 | 10101010 | 0 | 11111 | 1000 | 11011 | 100111100 | 11101 | 111101 |
Color Harmonies of #B980AA
Complementary color
Monochromatic Colors of #B980AA
Black with #B980AA
Text Example
Text Example
White with #B980AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B980AA; }
p { color: rgb(185,128,170); }
H1.HeaderClassName
{
color: #B980AA;
}
.AnyTagClassName
{
color: #B980AA;
}
</style>
background-color css
<style>
a { background-color: #B980AA; }
a { background-color: rgb(185,128,170); }
div.DivClassName
{
background-color: #B980AA;
}
.BgClassName
{
background-color: #B980AA;
}
</style>
border-color css
<style>
span { border-color: #B980AA; }
span { border-color: rgb(185,128,170); }
td.TdClassName
{
border-color: #B980AA;
}
.TagClassName
{
border-color: #B980AA;
}
</style>