Shades of East Side #BC80CE
Tints of East Side #BC80CE
RGB
CMYK
RGB Variations
Color information
#BC80CE (or 0xBC80CE) is known color: East Side. HEX triplet: BC, 80 and CE. RGB value is (188,128,206). Sum of RGB (Red+Green+Blue) = 188+128+206=522 (69% of max value = 765). Red value is 188 (73.83% from 255 or 36.02% from 522); Green value is 128 (50.39% from 255 or 24.52% from 522); Blue value is 206 (80.86% from 255 or 39.46% from 522); Max value from RGB is 206 - color contains mainly: blue. Hex color #BC80CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC80CE is #437F31. Grayscale: #9A9A9A. Windows color (decimal): -4423474 or 13533372. OLE color: 13533372.
HSL color Cylindrical-coordinate representation of color #BC80CE: hue angle of 286.15º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BC80CE is Cyan = 0.09, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 188 | 128 | 206 | - |
| CMYK | 0.09 | 0.38 | 0 | 0.19 |
| HSL | 286.15º | 0.44% | 0.65% | - |
| HSV(B) | 286.15º | 0.38% | 0.81% | - |
| XYZ | 39.6 | 30.59 | 62.21 | - |
| YUV | 154.83 | 156.88 | 151.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 128 | 206 | 0.09 | 0.38 | 0 | 0.19 | 286.15 | 0.44 | 0.65 |
| Hex | BC | 80 | CE | 9 | 26 | 0 | 13 | 11E | 2C | 41 |
| Octal | 274 | 200 | 316 | 11 | 46 | 0 | 23 | 436 | 54 | 101 |
| Binary | 10111100 | 10000000 | 11001110 | 1001 | 100110 | 0 | 10011 | 100011110 | 101100 | 1000001 |
Color Harmonies of #BC80CE
Complementary color
Monochromatic Colors of #BC80CE
Black with #BC80CE
Text Example
Text Example
White with #BC80CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC80CE; }
p { color: rgb(188,128,206); }
H1.HeaderClassName
{
color: #BC80CE;
}
.AnyTagClassName
{
color: #BC80CE;
}
</style>
background-color css
<style>
a { background-color: #BC80CE; }
a { background-color: rgb(188,128,206); }
div.DivClassName
{
background-color: #BC80CE;
}
.BgClassName
{
background-color: #BC80CE;
}
</style>
border-color css
<style>
span { border-color: #BC80CE; }
span { border-color: rgb(188,128,206); }
td.TdClassName
{
border-color: #BC80CE;
}
.TagClassName
{
border-color: #BC80CE;
}
</style>