Shades of London Hue #BC8AB8
Tints of London Hue #BC8AB8
RGB
CMYK
RGB Variations
Color information
#BC8AB8 (or 0xBC8AB8) is known color: London Hue. HEX triplet: BC, 8A and B8. RGB value is (188,138,184). Sum of RGB (Red+Green+Blue) = 188+138+184=510 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.86% from 510); Green value is 138 (54.30% from 255 or 27.06% from 510); Blue value is 184 (72.27% from 255 or 36.08% from 510); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8AB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC8AB8 is #437547. Grayscale: #9E9E9E. Windows color (decimal): -4420936 or 12094140. OLE color: 12094140.
HSL color Cylindrical-coordinate representation of color #BC8AB8: hue angle of 304.8º 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 #BC8AB8 is Cyan = 0, Magento = 0.27, Yellow = 0.02 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 138 | 184 | - |
| CMYK | 0 | 0.27 | 0.02 | 0.26 |
| HSL | 304.8º | 0.27% | 0.64% | - |
| HSV(B) | 304.8º | 0.27% | 0.74% | - |
| XYZ | 38.48 | 32.33 | 49.56 | - |
| YUV | 158.19 | 142.57 | 149.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 138 | 184 | 0 | 0.27 | 0.02 | 0.26 | 304.8 | 0.27 | 0.64 |
| Hex | BC | 8A | B8 | 0 | 1B | 2 | 1A | 131 | 1B | 40 |
| Octal | 274 | 212 | 270 | 0 | 33 | 2 | 32 | 461 | 33 | 100 |
| Binary | 10111100 | 10001010 | 10111000 | 0 | 11011 | 10 | 11010 | 100110001 | 11011 | 1000000 |
Color Harmonies of #BC8AB8
Complementary color
Monochromatic Colors of #BC8AB8
Black with #BC8AB8
Text Example
Text Example
White with #BC8AB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8AB8; }
p { color: rgb(188,138,184); }
H1.HeaderClassName
{
color: #BC8AB8;
}
.AnyTagClassName
{
color: #BC8AB8;
}
</style>
background-color css
<style>
a { background-color: #BC8AB8; }
a { background-color: rgb(188,138,184); }
div.DivClassName
{
background-color: #BC8AB8;
}
.BgClassName
{
background-color: #BC8AB8;
}
</style>
border-color css
<style>
span { border-color: #BC8AB8; }
span { border-color: rgb(188,138,184); }
td.TdClassName
{
border-color: #BC8AB8;
}
.TagClassName
{
border-color: #BC8AB8;
}
</style>