Shades of London Hue #B981AA
Tints of London Hue #B981AA
RGB
CMYK
RGB Variations
Color information
#B981AA (or 0xB981AA) is known color: London Hue. HEX triplet: B9, 81 and AA. RGB value is (185,129,170). Sum of RGB (Red+Green+Blue) = 185+129+170=484 (64% of max value = 765). Red value is 185 (72.66% from 255 or 38.22% from 484); Green value is 129 (50.78% from 255 or 26.65% from 484); Blue value is 170 (66.80% from 255 or 35.12% from 484); Max value from RGB is 185 - color contains mainly: red. Hex color #B981AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B981AA is #467E55. Grayscale: #969696. Windows color (decimal): -4619862 or 11174329. OLE color: 11174329.
HSL color Cylindrical-coordinate representation of color #B981AA: hue angle of 316.07º degrees, saturation: 0.29, 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 #B981AA is Cyan = 0, Magento = 0.30, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 129 | 170 | - |
| CMYK | 0 | 0.30 | 0.08 | 0.27 |
| HSL | 316.07º | 0.29% | 0.62% | - |
| HSV(B) | 316.07º | 0.3% | 0.73% | - |
| XYZ | 35.11 | 28.92 | 41.76 | - |
| YUV | 150.42 | 139.05 | 152.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 129 | 170 | 0 | 0.30 | 0.08 | 0.27 | 316.07 | 0.29 | 0.62 |
| Hex | B9 | 81 | AA | 0 | 1E | 8 | 1B | 13C | 1D | 3E |
| Octal | 271 | 201 | 252 | 0 | 36 | 10 | 33 | 474 | 35 | 76 |
| Binary | 10111001 | 10000001 | 10101010 | 0 | 11110 | 1000 | 11011 | 100111100 | 11101 | 111110 |
Color Harmonies of #B981AA
Complementary color
Monochromatic Colors of #B981AA
Black with #B981AA
Text Example
Text Example
White with #B981AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B981AA; }
p { color: rgb(185,129,170); }
H1.HeaderClassName
{
color: #B981AA;
}
.AnyTagClassName
{
color: #B981AA;
}
</style>
background-color css
<style>
a { background-color: #B981AA; }
a { background-color: rgb(185,129,170); }
div.DivClassName
{
background-color: #B981AA;
}
.BgClassName
{
background-color: #B981AA;
}
</style>
border-color css
<style>
span { border-color: #B981AA; }
span { border-color: rgb(185,129,170); }
td.TdClassName
{
border-color: #B981AA;
}
.TagClassName
{
border-color: #B981AA;
}
</style>