Shades of London Hue #BB8AAD
Tints of London Hue #BB8AAD
RGB
CMYK
RGB Variations
Color information
#BB8AAD (or 0xBB8AAD) is known color: London Hue. HEX triplet: BB, 8A and AD. RGB value is (187,138,173). Sum of RGB (Red+Green+Blue) = 187+138+173=498 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.55% from 498); Green value is 138 (54.30% from 255 or 27.71% from 498); Blue value is 173 (67.97% from 255 or 34.74% from 498); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8AAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB8AAD is #447552. Grayscale: #9C9C9C. Windows color (decimal): -4486483 or 11373243. OLE color: 11373243.
HSL color Cylindrical-coordinate representation of color #BB8AAD: hue angle of 317.14º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BB8AAD is Cyan = 0, Magento = 0.26, Yellow = 0.07 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 138 | 173 | - |
| CMYK | 0 | 0.26 | 0.07 | 0.27 |
| HSL | 317.14º | 0.26% | 0.64% | - |
| HSV(B) | 317.14º | 0.26% | 0.73% | - |
| XYZ | 37.12 | 31.76 | 43.71 | - |
| YUV | 156.64 | 137.23 | 149.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 138 | 173 | 0 | 0.26 | 0.07 | 0.27 | 317.14 | 0.26 | 0.64 |
| Hex | BB | 8A | AD | 0 | 1A | 7 | 1B | 13D | 1A | 40 |
| Octal | 273 | 212 | 255 | 0 | 32 | 7 | 33 | 475 | 32 | 100 |
| Binary | 10111011 | 10001010 | 10101101 | 0 | 11010 | 111 | 11011 | 100111101 | 11010 | 1000000 |
Color Harmonies of #BB8AAD
Complementary color
Monochromatic Colors of #BB8AAD
Black with #BB8AAD
Text Example
Text Example
White with #BB8AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8AAD; }
p { color: rgb(187,138,173); }
H1.HeaderClassName
{
color: #BB8AAD;
}
.AnyTagClassName
{
color: #BB8AAD;
}
</style>
background-color css
<style>
a { background-color: #BB8AAD; }
a { background-color: rgb(187,138,173); }
div.DivClassName
{
background-color: #BB8AAD;
}
.BgClassName
{
background-color: #BB8AAD;
}
</style>
border-color css
<style>
span { border-color: #BB8AAD; }
span { border-color: rgb(187,138,173); }
td.TdClassName
{
border-color: #BB8AAD;
}
.TagClassName
{
border-color: #BB8AAD;
}
</style>