Shades of London Hue #BC8BAE
Tints of London Hue #BC8BAE
RGB
CMYK
RGB Variations
Color information
#BC8BAE (or 0xBC8BAE) is known color: London Hue. HEX triplet: BC, 8B and AE. RGB value is (188,139,174). Sum of RGB (Red+Green+Blue) = 188+139+174=501 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.52% from 501); Green value is 139 (54.69% from 255 or 27.74% from 501); Blue value is 174 (68.36% from 255 or 34.73% from 501); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8BAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8BAE is #437451. Grayscale: #9D9D9D. Windows color (decimal): -4420690 or 11439036. OLE color: 11439036.
HSL color Cylindrical-coordinate representation of color #BC8BAE: hue angle of 317.14º degrees, saturation: 0.27, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BC8BAE is Cyan = 0, Magento = 0.26, Yellow = 0.07 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 139 | 174 | - |
| CMYK | 0 | 0.26 | 0.07 | 0.26 |
| HSL | 317.14º | 0.27% | 0.64% | - |
| HSV(B) | 317.14º | 0.26% | 0.74% | - |
| XYZ | 37.61 | 32.21 | 44.28 | - |
| YUV | 157.64 | 137.23 | 149.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 139 | 174 | 0 | 0.26 | 0.07 | 0.26 | 317.14 | 0.27 | 0.64 |
| Hex | BC | 8B | AE | 0 | 1A | 7 | 1A | 13D | 1B | 40 |
| Octal | 274 | 213 | 256 | 0 | 32 | 7 | 32 | 475 | 33 | 100 |
| Binary | 10111100 | 10001011 | 10101110 | 0 | 11010 | 111 | 11010 | 100111101 | 11011 | 1000000 |
Color Harmonies of #BC8BAE
Complementary color
Monochromatic Colors of #BC8BAE
Black with #BC8BAE
Text Example
Text Example
White with #BC8BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8BAE; }
p { color: rgb(188,139,174); }
H1.HeaderClassName
{
color: #BC8BAE;
}
.AnyTagClassName
{
color: #BC8BAE;
}
</style>
background-color css
<style>
a { background-color: #BC8BAE; }
a { background-color: rgb(188,139,174); }
div.DivClassName
{
background-color: #BC8BAE;
}
.BgClassName
{
background-color: #BC8BAE;
}
</style>
border-color css
<style>
span { border-color: #BC8BAE; }
span { border-color: rgb(188,139,174); }
td.TdClassName
{
border-color: #BC8BAE;
}
.TagClassName
{
border-color: #BC8BAE;
}
</style>