Shades of London Hue #BB81AD
Tints of London Hue #BB81AD
RGB
CMYK
RGB Variations
Color information
#BB81AD (or 0xBB81AD) is known color: London Hue. HEX triplet: BB, 81 and AD. RGB value is (187,129,173). Sum of RGB (Red+Green+Blue) = 187+129+173=489 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.24% from 489); Green value is 129 (50.78% from 255 or 26.38% from 489); Blue value is 173 (67.97% from 255 or 35.38% from 489); Max value from RGB is 187 - color contains mainly: red. Hex color #BB81AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB81AD is #447E52. Grayscale: #979797. Windows color (decimal): -4488787 or 11370939. OLE color: 11370939.
HSL color Cylindrical-coordinate representation of color #BB81AD: hue angle of 314.48º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BB81AD is Cyan = 0, Magento = 0.31, Yellow = 0.07 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 129 | 173 | - |
| CMYK | 0 | 0.31 | 0.07 | 0.27 |
| HSL | 314.48º | 0.3% | 0.62% | - |
| HSV(B) | 314.48º | 0.31% | 0.73% | - |
| XYZ | 35.89 | 29.28 | 43.3 | - |
| YUV | 151.36 | 140.22 | 153.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 129 | 173 | 0 | 0.31 | 0.07 | 0.27 | 314.48 | 0.3 | 0.62 |
| Hex | BB | 81 | AD | 0 | 1F | 7 | 1B | 13A | 1E | 3E |
| Octal | 273 | 201 | 255 | 0 | 37 | 7 | 33 | 472 | 36 | 76 |
| Binary | 10111011 | 10000001 | 10101101 | 0 | 11111 | 111 | 11011 | 100111010 | 11110 | 111110 |
Color Harmonies of #BB81AD
Complementary color
Monochromatic Colors of #BB81AD
Black with #BB81AD
Text Example
Text Example
White with #BB81AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB81AD; }
p { color: rgb(187,129,173); }
H1.HeaderClassName
{
color: #BB81AD;
}
.AnyTagClassName
{
color: #BB81AD;
}
</style>
background-color css
<style>
a { background-color: #BB81AD; }
a { background-color: rgb(187,129,173); }
div.DivClassName
{
background-color: #BB81AD;
}
.BgClassName
{
background-color: #BB81AD;
}
</style>
border-color css
<style>
span { border-color: #BB81AD; }
span { border-color: rgb(187,129,173); }
td.TdClassName
{
border-color: #BB81AD;
}
.TagClassName
{
border-color: #BB81AD;
}
</style>