Shades of London Hue #BC8CB3
Tints of London Hue #BC8CB3
RGB
CMYK
RGB Variations
Color information
#BC8CB3 (or 0xBC8CB3) is known color: London Hue. HEX triplet: BC, 8C and B3. RGB value is (188,140,179). Sum of RGB (Red+Green+Blue) = 188+140+179=507 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.08% from 507); Green value is 140 (55.08% from 255 or 27.61% from 507); Blue value is 179 (70.31% from 255 or 35.31% from 507); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8CB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC8CB3 is #43734C. Grayscale: #9E9E9E. Windows color (decimal): -4420429 or 11766972. OLE color: 11766972.
HSL color Cylindrical-coordinate representation of color #BC8CB3: hue angle of 311.25º degrees, saturation: 0.26, 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 #BC8CB3 is Cyan = 0, Magento = 0.26, Yellow = 0.05 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 140 | 179 | - |
| CMYK | 0 | 0.26 | 0.05 | 0.26 |
| HSL | 311.25º | 0.26% | 0.64% | - |
| HSV(B) | 311.25º | 0.26% | 0.74% | - |
| XYZ | 38.25 | 32.7 | 46.94 | - |
| YUV | 158.8 | 139.4 | 148.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 140 | 179 | 0 | 0.26 | 0.05 | 0.26 | 311.25 | 0.26 | 0.64 |
| Hex | BC | 8C | B3 | 0 | 1A | 5 | 1A | 137 | 1A | 40 |
| Octal | 274 | 214 | 263 | 0 | 32 | 5 | 32 | 467 | 32 | 100 |
| Binary | 10111100 | 10001100 | 10110011 | 0 | 11010 | 101 | 11010 | 100110111 | 11010 | 1000000 |
Color Harmonies of #BC8CB3
Complementary color
Monochromatic Colors of #BC8CB3
Black with #BC8CB3
Text Example
Text Example
White with #BC8CB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8CB3; }
p { color: rgb(188,140,179); }
H1.HeaderClassName
{
color: #BC8CB3;
}
.AnyTagClassName
{
color: #BC8CB3;
}
</style>
background-color css
<style>
a { background-color: #BC8CB3; }
a { background-color: rgb(188,140,179); }
div.DivClassName
{
background-color: #BC8CB3;
}
.BgClassName
{
background-color: #BC8CB3;
}
</style>
border-color css
<style>
span { border-color: #BC8CB3; }
span { border-color: rgb(188,140,179); }
td.TdClassName
{
border-color: #BC8CB3;
}
.TagClassName
{
border-color: #BC8CB3;
}
</style>