Shades of London Hue #BC8DBD
Tints of London Hue #BC8DBD
RGB
CMYK
RGB Variations
Color information
#BC8DBD (or 0xBC8DBD) is known color: London Hue. HEX triplet: BC, 8D and BD. RGB value is (188,141,189). Sum of RGB (Red+Green+Blue) = 188+141+189=518 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.29% from 518); Green value is 141 (55.47% from 255 or 27.22% from 518); Blue value is 189 (74.22% from 255 or 36.49% from 518); Max value from RGB is 189 - color contains mainly: blue. Hex color #BC8DBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC8DBD is #437242. Grayscale: #A0A0A0. Windows color (decimal): -4420163 or 12422588. OLE color: 12422588.
HSL color Cylindrical-coordinate representation of color #BC8DBD: hue angle of 298.75º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BC8DBD is Cyan = 0.01, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 141 | 189 | - |
| CMYK | 0.01 | 0.25 | 0 | 0.26 |
| HSL | 298.75º | 0.27% | 0.65% | - |
| HSV(B) | 298.75º | 0.25% | 0.74% | - |
| XYZ | 39.45 | 33.42 | 52.51 | - |
| YUV | 160.53 | 144.07 | 147.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 141 | 189 | 0.01 | 0.25 | 0 | 0.26 | 298.75 | 0.27 | 0.65 |
| Hex | BC | 8D | BD | 1 | 19 | 0 | 1A | 12B | 1B | 41 |
| Octal | 274 | 215 | 275 | 1 | 31 | 0 | 32 | 453 | 33 | 101 |
| Binary | 10111100 | 10001101 | 10111101 | 1 | 11001 | 0 | 11010 | 100101011 | 11011 | 1000001 |
Color Harmonies of #BC8DBD
Complementary color
Monochromatic Colors of #BC8DBD
Black with #BC8DBD
Text Example
Text Example
White with #BC8DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8DBD; }
p { color: rgb(188,141,189); }
H1.HeaderClassName
{
color: #BC8DBD;
}
.AnyTagClassName
{
color: #BC8DBD;
}
</style>
background-color css
<style>
a { background-color: #BC8DBD; }
a { background-color: rgb(188,141,189); }
div.DivClassName
{
background-color: #BC8DBD;
}
.BgClassName
{
background-color: #BC8DBD;
}
</style>
border-color css
<style>
span { border-color: #BC8DBD; }
span { border-color: rgb(188,141,189); }
td.TdClassName
{
border-color: #BC8DBD;
}
.TagClassName
{
border-color: #BC8DBD;
}
</style>