Shades of London Hue #BC83AD
Tints of London Hue #BC83AD
RGB
CMYK
RGB Variations
Color information
#BC83AD (or 0xBC83AD) is known color: London Hue. HEX triplet: BC, 83 and AD. RGB value is (188,131,173). Sum of RGB (Red+Green+Blue) = 188+131+173=492 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.21% from 492); Green value is 131 (51.56% from 255 or 26.63% from 492); Blue value is 173 (67.97% from 255 or 35.16% from 492); Max value from RGB is 188 - color contains mainly: red. Hex color #BC83AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC83AD is #437C52. Grayscale: #989898. Windows color (decimal): -4422739 or 11371452. OLE color: 11371452.
HSL color Cylindrical-coordinate representation of color #BC83AD: hue angle of 315.79º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BC83AD is Cyan = 0, Magento = 0.30, Yellow = 0.08 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 131 | 173 | - |
| CMYK | 0 | 0.30 | 0.08 | 0.26 |
| HSL | 315.79º | 0.3% | 0.63% | - |
| HSV(B) | 315.79º | 0.3% | 0.74% | - |
| XYZ | 36.4 | 29.94 | 43.4 | - |
| YUV | 152.83 | 139.38 | 153.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 131 | 173 | 0 | 0.30 | 0.08 | 0.26 | 315.79 | 0.3 | 0.63 |
| Hex | BC | 83 | AD | 0 | 1E | 8 | 1A | 13C | 1E | 3F |
| Octal | 274 | 203 | 255 | 0 | 36 | 10 | 32 | 474 | 36 | 77 |
| Binary | 10111100 | 10000011 | 10101101 | 0 | 11110 | 1000 | 11010 | 100111100 | 11110 | 111111 |
Color Harmonies of #BC83AD
Complementary color
Monochromatic Colors of #BC83AD
Black with #BC83AD
Text Example
Text Example
White with #BC83AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC83AD; }
p { color: rgb(188,131,173); }
H1.HeaderClassName
{
color: #BC83AD;
}
.AnyTagClassName
{
color: #BC83AD;
}
</style>
background-color css
<style>
a { background-color: #BC83AD; }
a { background-color: rgb(188,131,173); }
div.DivClassName
{
background-color: #BC83AD;
}
.BgClassName
{
background-color: #BC83AD;
}
</style>
border-color css
<style>
span { border-color: #BC83AD; }
span { border-color: rgb(188,131,173); }
td.TdClassName
{
border-color: #BC83AD;
}
.TagClassName
{
border-color: #BC83AD;
}
</style>