Shades of London Hue #BC8AAD
Tints of London Hue #BC8AAD
RGB
CMYK
RGB Variations
Color information
#BC8AAD (or 0xBC8AAD) is known color: London Hue. HEX triplet: BC, 8A and AD. RGB value is (188,138,173). Sum of RGB (Red+Green+Blue) = 188+138+173=499 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.68% from 499); Green value is 138 (54.30% from 255 or 27.66% from 499); Blue value is 173 (67.97% from 255 or 34.67% from 499); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8AAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8AAD is #437552. Grayscale: #9C9C9C. Windows color (decimal): -4420947 or 11373244. OLE color: 11373244.
HSL color Cylindrical-coordinate representation of color #BC8AAD: hue angle of 318º degrees, saturation: 0.27, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BC8AAD is Cyan = 0, Magento = 0.27, Yellow = 0.08 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 138 | 173 | - |
| CMYK | 0 | 0.27 | 0.08 | 0.26 |
| HSL | 318º | 0.27% | 0.64% | - |
| HSV(B) | 318º | 0.27% | 0.74% | - |
| XYZ | 37.37 | 31.89 | 43.72 | - |
| YUV | 156.94 | 137.07 | 150.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 138 | 173 | 0 | 0.27 | 0.08 | 0.26 | 318 | 0.27 | 0.64 |
| Hex | BC | 8A | AD | 0 | 1B | 8 | 1A | 13E | 1B | 40 |
| Octal | 274 | 212 | 255 | 0 | 33 | 10 | 32 | 476 | 33 | 100 |
| Binary | 10111100 | 10001010 | 10101101 | 0 | 11011 | 1000 | 11010 | 100111110 | 11011 | 1000000 |
Color Harmonies of #BC8AAD
Complementary color
Monochromatic Colors of #BC8AAD
Black with #BC8AAD
Text Example
Text Example
White with #BC8AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8AAD; }
p { color: rgb(188,138,173); }
H1.HeaderClassName
{
color: #BC8AAD;
}
.AnyTagClassName
{
color: #BC8AAD;
}
</style>
background-color css
<style>
a { background-color: #BC8AAD; }
a { background-color: rgb(188,138,173); }
div.DivClassName
{
background-color: #BC8AAD;
}
.BgClassName
{
background-color: #BC8AAD;
}
</style>
border-color css
<style>
span { border-color: #BC8AAD; }
span { border-color: rgb(188,138,173); }
td.TdClassName
{
border-color: #BC8AAD;
}
.TagClassName
{
border-color: #BC8AAD;
}
</style>