Shades of London Hue #BC8BAF
Tints of London Hue #BC8BAF
RGB
CMYK
RGB Variations
Color information
#BC8BAF (or 0xBC8BAF) is known color: London Hue. HEX triplet: BC, 8B and AF. RGB value is (188,139,175). Sum of RGB (Red+Green+Blue) = 188+139+175=502 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.45% from 502); Green value is 139 (54.69% from 255 or 27.69% from 502); Blue value is 175 (68.75% from 255 or 34.86% from 502); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8BAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8BAF is #437450. Grayscale: #9D9D9D. Windows color (decimal): -4420689 or 11504572. OLE color: 11504572.
HSL color Cylindrical-coordinate representation of color #BC8BAF: hue angle of 315.92º 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 #BC8BAF is Cyan = 0, Magento = 0.26, Yellow = 0.07 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 139 | 175 | - |
| CMYK | 0 | 0.26 | 0.07 | 0.26 |
| HSL | 315.92º | 0.27% | 0.64% | - |
| HSV(B) | 315.92º | 0.26% | 0.74% | - |
| XYZ | 37.71 | 32.25 | 44.8 | - |
| YUV | 157.76 | 137.73 | 149.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 139 | 175 | 0 | 0.26 | 0.07 | 0.26 | 315.92 | 0.27 | 0.64 |
| Hex | BC | 8B | AF | 0 | 1A | 7 | 1A | 13C | 1B | 40 |
| Octal | 274 | 213 | 257 | 0 | 32 | 7 | 32 | 474 | 33 | 100 |
| Binary | 10111100 | 10001011 | 10101111 | 0 | 11010 | 111 | 11010 | 100111100 | 11011 | 1000000 |
Color Harmonies of #BC8BAF
Complementary color
Monochromatic Colors of #BC8BAF
Black with #BC8BAF
Text Example
Text Example
White with #BC8BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8BAF; }
p { color: rgb(188,139,175); }
H1.HeaderClassName
{
color: #BC8BAF;
}
.AnyTagClassName
{
color: #BC8BAF;
}
</style>
background-color css
<style>
a { background-color: #BC8BAF; }
a { background-color: rgb(188,139,175); }
div.DivClassName
{
background-color: #BC8BAF;
}
.BgClassName
{
background-color: #BC8BAF;
}
</style>
border-color css
<style>
span { border-color: #BC8BAF; }
span { border-color: rgb(188,139,175); }
td.TdClassName
{
border-color: #BC8BAF;
}
.TagClassName
{
border-color: #BC8BAF;
}
</style>