Shades of East Side #BC7DC8
Tints of East Side #BC7DC8
RGB
CMYK
RGB Variations
Color information
#BC7DC8 (or 0xBC7DC8) is known color: East Side. HEX triplet: BC, 7D and C8. RGB value is (188,125,200). Sum of RGB (Red+Green+Blue) = 188+125+200=513 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.65% from 513); Green value is 125 (49.22% from 255 or 24.37% from 513); Blue value is 200 (78.52% from 255 or 38.99% from 513); Max value from RGB is 200 - color contains mainly: blue. Hex color #BC7DC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC7DC8 is #438237. Grayscale: #989898. Windows color (decimal): -4424248 or 13139388. OLE color: 13139388.
HSL color Cylindrical-coordinate representation of color #BC7DC8: hue angle of 290.4º degrees, saturation: 0.41, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BC7DC8 is Cyan = 0.06, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 188 | 125 | 200 | - |
| CMYK | 0.06 | 0.38 | 0 | 0.22 |
| HSL | 290.4º | 0.41% | 0.64% | - |
| HSV(B) | 290.4º | 0.38% | 0.78% | - |
| XYZ | 38.5 | 29.53 | 58.31 | - |
| YUV | 152.39 | 154.87 | 153.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 125 | 200 | 0.06 | 0.38 | 0 | 0.22 | 290.4 | 0.41 | 0.64 |
| Hex | BC | 7D | C8 | 6 | 26 | 0 | 16 | 122 | 29 | 40 |
| Octal | 274 | 175 | 310 | 6 | 46 | 0 | 26 | 442 | 51 | 100 |
| Binary | 10111100 | 1111101 | 11001000 | 110 | 100110 | 0 | 10110 | 100100010 | 101001 | 1000000 |
Color Harmonies of #BC7DC8
Complementary color
Monochromatic Colors of #BC7DC8
Black with #BC7DC8
Text Example
Text Example
White with #BC7DC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7DC8; }
p { color: rgb(188,125,200); }
H1.HeaderClassName
{
color: #BC7DC8;
}
.AnyTagClassName
{
color: #BC7DC8;
}
</style>
background-color css
<style>
a { background-color: #BC7DC8; }
a { background-color: rgb(188,125,200); }
div.DivClassName
{
background-color: #BC7DC8;
}
.BgClassName
{
background-color: #BC7DC8;
}
</style>
border-color css
<style>
span { border-color: #BC7DC8; }
span { border-color: rgb(188,125,200); }
td.TdClassName
{
border-color: #BC7DC8;
}
.TagClassName
{
border-color: #BC7DC8;
}
</style>