Shades of East Side #BC8EC7
Tints of East Side #BC8EC7
RGB
CMYK
RGB Variations
Color information
#BC8EC7 (or 0xBC8EC7) is known color: East Side. HEX triplet: BC, 8E and C7. RGB value is (188,142,199). Sum of RGB (Red+Green+Blue) = 188+142+199=529 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.54% from 529); Green value is 142 (55.86% from 255 or 26.84% from 529); Blue value is 199 (78.12% from 255 or 37.62% from 529); Max value from RGB is 199 - color contains mainly: blue. Hex color #BC8EC7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC8EC7 is #437138. Grayscale: #A2A2A2. Windows color (decimal): -4419897 or 13078204. OLE color: 13078204.
HSL color Cylindrical-coordinate representation of color #BC8EC7: hue angle of 288.42º degrees, saturation: 0.34, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BC8EC7 is Cyan = 0.06, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 188 | 142 | 199 | - |
| CMYK | 0.06 | 0.29 | 0 | 0.22 |
| HSL | 288.42º | 0.34% | 0.67% | - |
| HSV(B) | 288.42º | 0.29% | 0.78% | - |
| XYZ | 40.72 | 34.16 | 58.48 | - |
| YUV | 162.25 | 148.74 | 146.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 142 | 199 | 0.06 | 0.29 | 0 | 0.22 | 288.42 | 0.34 | 0.67 |
| Hex | BC | 8E | C7 | 6 | 1D | 0 | 16 | 120 | 22 | 43 |
| Octal | 274 | 216 | 307 | 6 | 35 | 0 | 26 | 440 | 42 | 103 |
| Binary | 10111100 | 10001110 | 11000111 | 110 | 11101 | 0 | 10110 | 100100000 | 100010 | 1000011 |
Color Harmonies of #BC8EC7
Complementary color
Monochromatic Colors of #BC8EC7
Black with #BC8EC7
Text Example
Text Example
White with #BC8EC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8EC7; }
p { color: rgb(188,142,199); }
H1.HeaderClassName
{
color: #BC8EC7;
}
.AnyTagClassName
{
color: #BC8EC7;
}
</style>
background-color css
<style>
a { background-color: #BC8EC7; }
a { background-color: rgb(188,142,199); }
div.DivClassName
{
background-color: #BC8EC7;
}
.BgClassName
{
background-color: #BC8EC7;
}
</style>
border-color css
<style>
span { border-color: #BC8EC7; }
span { border-color: rgb(188,142,199); }
td.TdClassName
{
border-color: #BC8EC7;
}
.TagClassName
{
border-color: #BC8EC7;
}
</style>