Shades of London Hue #BB8BAE
Tints of London Hue #BB8BAE
RGB
CMYK
RGB Variations
Color information
#BB8BAE (or 0xBB8BAE) is known color: London Hue. HEX triplet: BB, 8B and AE. RGB value is (187,139,174). Sum of RGB (Red+Green+Blue) = 187+139+174=500 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.4% from 500); Green value is 139 (54.69% from 255 or 27.8% from 500); Blue value is 174 (68.36% from 255 or 34.8% from 500); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8BAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB8BAE is #447451. Grayscale: #9D9D9D. Windows color (decimal): -4486226 or 11439035. OLE color: 11439035.
HSL color Cylindrical-coordinate representation of color #BB8BAE: hue angle of 316.25º 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 #BB8BAE is Cyan = 0, Magento = 0.26, Yellow = 0.07 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 139 | 174 | - |
| CMYK | 0 | 0.26 | 0.07 | 0.27 |
| HSL | 316.25º | 0.26% | 0.64% | - |
| HSV(B) | 316.25º | 0.26% | 0.73% | - |
| XYZ | 37.37 | 32.09 | 44.27 | - |
| YUV | 157.34 | 137.4 | 149.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 139 | 174 | 0 | 0.26 | 0.07 | 0.27 | 316.25 | 0.26 | 0.64 |
| Hex | BB | 8B | AE | 0 | 1A | 7 | 1B | 13C | 1A | 40 |
| Octal | 273 | 213 | 256 | 0 | 32 | 7 | 33 | 474 | 32 | 100 |
| Binary | 10111011 | 10001011 | 10101110 | 0 | 11010 | 111 | 11011 | 100111100 | 11010 | 1000000 |
Color Harmonies of #BB8BAE
Complementary color
Monochromatic Colors of #BB8BAE
Black with #BB8BAE
Text Example
Text Example
White with #BB8BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8BAE; }
p { color: rgb(187,139,174); }
H1.HeaderClassName
{
color: #BB8BAE;
}
.AnyTagClassName
{
color: #BB8BAE;
}
</style>
background-color css
<style>
a { background-color: #BB8BAE; }
a { background-color: rgb(187,139,174); }
div.DivClassName
{
background-color: #BB8BAE;
}
.BgClassName
{
background-color: #BB8BAE;
}
</style>
border-color css
<style>
span { border-color: #BB8BAE; }
span { border-color: rgb(187,139,174); }
td.TdClassName
{
border-color: #BB8BAE;
}
.TagClassName
{
border-color: #BB8BAE;
}
</style>