Shades of East Side #BC80CF
Tints of East Side #BC80CF
RGB
CMYK
RGB Variations
Color information
#BC80CF (or 0xBC80CF) is known color: East Side. HEX triplet: BC, 80 and CF. RGB value is (188,128,207). Sum of RGB (Red+Green+Blue) = 188+128+207=523 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.95% from 523); Green value is 128 (50.39% from 255 or 24.47% from 523); Blue value is 207 (81.25% from 255 or 39.58% from 523); Max value from RGB is 207 - color contains mainly: blue. Hex color #BC80CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC80CF is #437F30. Grayscale: #9A9A9A. Windows color (decimal): -4423473 or 13598908. OLE color: 13598908.
HSL color Cylindrical-coordinate representation of color #BC80CF: hue angle of 285.57º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BC80CF is Cyan = 0.09, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 188 | 128 | 207 | - |
| CMYK | 0.09 | 0.38 | 0 | 0.19 |
| HSL | 285.57º | 0.45% | 0.66% | - |
| HSV(B) | 285.57º | 0.38% | 0.81% | - |
| XYZ | 39.72 | 30.63 | 62.85 | - |
| YUV | 154.95 | 157.38 | 151.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 128 | 207 | 0.09 | 0.38 | 0 | 0.19 | 285.57 | 0.45 | 0.66 |
| Hex | BC | 80 | CF | 9 | 26 | 0 | 13 | 11E | 2D | 42 |
| Octal | 274 | 200 | 317 | 11 | 46 | 0 | 23 | 436 | 55 | 102 |
| Binary | 10111100 | 10000000 | 11001111 | 1001 | 100110 | 0 | 10011 | 100011110 | 101101 | 1000010 |
Color Harmonies of #BC80CF
Complementary color
Monochromatic Colors of #BC80CF
Black with #BC80CF
Text Example
Text Example
White with #BC80CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC80CF; }
p { color: rgb(188,128,207); }
H1.HeaderClassName
{
color: #BC80CF;
}
.AnyTagClassName
{
color: #BC80CF;
}
</style>
background-color css
<style>
a { background-color: #BC80CF; }
a { background-color: rgb(188,128,207); }
div.DivClassName
{
background-color: #BC80CF;
}
.BgClassName
{
background-color: #BC80CF;
}
</style>
border-color css
<style>
span { border-color: #BC80CF; }
span { border-color: rgb(188,128,207); }
td.TdClassName
{
border-color: #BC80CF;
}
.TagClassName
{
border-color: #BC80CF;
}
</style>