Shades of London Hue #BC8FB6
Tints of London Hue #BC8FB6
RGB
CMYK
RGB Variations
Color information
#BC8FB6 (or 0xBC8FB6) is known color: London Hue. HEX triplet: BC, 8F and B6. RGB value is (188,143,182). Sum of RGB (Red+Green+Blue) = 188+143+182=513 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.65% from 513); Green value is 143 (56.25% from 255 or 27.88% from 513); Blue value is 182 (71.48% from 255 or 35.48% from 513); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8FB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC8FB6 is #437049. Grayscale: #A0A0A0. Windows color (decimal): -4419658 or 11964348. OLE color: 11964348.
HSL color Cylindrical-coordinate representation of color #BC8FB6: hue angle of 308º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BC8FB6 is Cyan = 0, Magento = 0.24, Yellow = 0.03 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 143 | 182 | - |
| CMYK | 0 | 0.24 | 0.03 | 0.26 |
| HSL | 308º | 0.25% | 0.65% | - |
| HSV(B) | 308º | 0.24% | 0.74% | - |
| XYZ | 39.01 | 33.71 | 48.71 | - |
| YUV | 160.9 | 139.91 | 147.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 143 | 182 | 0 | 0.24 | 0.03 | 0.26 | 308 | 0.25 | 0.65 |
| Hex | BC | 8F | B6 | 0 | 18 | 3 | 1A | 134 | 19 | 41 |
| Octal | 274 | 217 | 266 | 0 | 30 | 3 | 32 | 464 | 31 | 101 |
| Binary | 10111100 | 10001111 | 10110110 | 0 | 11000 | 11 | 11010 | 100110100 | 11001 | 1000001 |
Color Harmonies of #BC8FB6
Complementary color
Monochromatic Colors of #BC8FB6
Black with #BC8FB6
Text Example
Text Example
White with #BC8FB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8FB6; }
p { color: rgb(188,143,182); }
H1.HeaderClassName
{
color: #BC8FB6;
}
.AnyTagClassName
{
color: #BC8FB6;
}
</style>
background-color css
<style>
a { background-color: #BC8FB6; }
a { background-color: rgb(188,143,182); }
div.DivClassName
{
background-color: #BC8FB6;
}
.BgClassName
{
background-color: #BC8FB6;
}
</style>
border-color css
<style>
span { border-color: #BC8FB6; }
span { border-color: rgb(188,143,182); }
td.TdClassName
{
border-color: #BC8FB6;
}
.TagClassName
{
border-color: #BC8FB6;
}
</style>