Shades of London Hue #BC8AB2
Tints of London Hue #BC8AB2
RGB
CMYK
RGB Variations
Color information
#BC8AB2 (or 0xBC8AB2) is known color: London Hue. HEX triplet: BC, 8A and B2. RGB value is (188,138,178). Sum of RGB (Red+Green+Blue) = 188+138+178=504 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.30% from 504); Green value is 138 (54.30% from 255 or 27.38% from 504); Blue value is 178 (69.92% from 255 or 35.32% from 504); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8AB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8AB2 is #43754D. Grayscale: #9D9D9D. Windows color (decimal): -4420942 or 11700924. OLE color: 11700924.
HSL color Cylindrical-coordinate representation of color #BC8AB2: hue angle of 312º 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 #BC8AB2 is Cyan = 0, Magento = 0.27, Yellow = 0.05 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 138 | 178 | - |
| CMYK | 0 | 0.27 | 0.05 | 0.26 |
| HSL | 312º | 0.27% | 0.64% | - |
| HSV(B) | 312º | 0.27% | 0.74% | - |
| XYZ | 37.86 | 32.08 | 46.32 | - |
| YUV | 157.51 | 139.57 | 149.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 138 | 178 | 0 | 0.27 | 0.05 | 0.26 | 312 | 0.27 | 0.64 |
| Hex | BC | 8A | B2 | 0 | 1B | 5 | 1A | 138 | 1B | 40 |
| Octal | 274 | 212 | 262 | 0 | 33 | 5 | 32 | 470 | 33 | 100 |
| Binary | 10111100 | 10001010 | 10110010 | 0 | 11011 | 101 | 11010 | 100111000 | 11011 | 1000000 |
Color Harmonies of #BC8AB2
Complementary color
Monochromatic Colors of #BC8AB2
Black with #BC8AB2
Text Example
Text Example
White with #BC8AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8AB2; }
p { color: rgb(188,138,178); }
H1.HeaderClassName
{
color: #BC8AB2;
}
.AnyTagClassName
{
color: #BC8AB2;
}
</style>
background-color css
<style>
a { background-color: #BC8AB2; }
a { background-color: rgb(188,138,178); }
div.DivClassName
{
background-color: #BC8AB2;
}
.BgClassName
{
background-color: #BC8AB2;
}
</style>
border-color css
<style>
span { border-color: #BC8AB2; }
span { border-color: rgb(188,138,178); }
td.TdClassName
{
border-color: #BC8AB2;
}
.TagClassName
{
border-color: #BC8AB2;
}
</style>