Shades of London Hue #BB82AD
Tints of London Hue #BB82AD
RGB
CMYK
RGB Variations
Color information
#BB82AD (or 0xBB82AD) is known color: London Hue. HEX triplet: BB, 82 and AD. RGB value is (187,130,173). Sum of RGB (Red+Green+Blue) = 187+130+173=490 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.16% from 490); Green value is 130 (51.17% from 255 or 26.53% from 490); Blue value is 173 (67.97% from 255 or 35.31% from 490); Max value from RGB is 187 - color contains mainly: red. Hex color #BB82AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB82AD is #447D52. Grayscale: #979797. Windows color (decimal): -4488531 or 11371195. OLE color: 11371195.
HSL color Cylindrical-coordinate representation of color #BB82AD: hue angle of 314.74º degrees, saturation: 0.3, 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 #BB82AD is Cyan = 0, Magento = 0.30, Yellow = 0.07 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 130 | 173 | - |
| CMYK | 0 | 0.30 | 0.07 | 0.27 |
| HSL | 314.74º | 0.3% | 0.62% | - |
| HSV(B) | 314.74º | 0.3% | 0.73% | - |
| XYZ | 36.02 | 29.55 | 43.34 | - |
| YUV | 151.95 | 139.88 | 153 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 130 | 173 | 0 | 0.30 | 0.07 | 0.27 | 314.74 | 0.3 | 0.62 |
| Hex | BB | 82 | AD | 0 | 1E | 7 | 1B | 13B | 1E | 3E |
| Octal | 273 | 202 | 255 | 0 | 36 | 7 | 33 | 473 | 36 | 76 |
| Binary | 10111011 | 10000010 | 10101101 | 0 | 11110 | 111 | 11011 | 100111011 | 11110 | 111110 |
Color Harmonies of #BB82AD
Complementary color
Monochromatic Colors of #BB82AD
Black with #BB82AD
Text Example
Text Example
White with #BB82AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB82AD; }
p { color: rgb(187,130,173); }
H1.HeaderClassName
{
color: #BB82AD;
}
.AnyTagClassName
{
color: #BB82AD;
}
</style>
background-color css
<style>
a { background-color: #BB82AD; }
a { background-color: rgb(187,130,173); }
div.DivClassName
{
background-color: #BB82AD;
}
.BgClassName
{
background-color: #BB82AD;
}
</style>
border-color css
<style>
span { border-color: #BB82AD; }
span { border-color: rgb(187,130,173); }
td.TdClassName
{
border-color: #BB82AD;
}
.TagClassName
{
border-color: #BB82AD;
}
</style>