Shades of East Side #BC80D0
Tints of East Side #BC80D0
RGB
CMYK
RGB Variations
Color information
#BC80D0 (or 0xBC80D0) is known color: East Side. HEX triplet: BC, 80 and D0. RGB value is (188,128,208). Sum of RGB (Red+Green+Blue) = 188+128+208=524 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.88% from 524); Green value is 128 (50.39% from 255 or 24.43% from 524); Blue value is 208 (81.64% from 255 or 39.69% from 524); Max value from RGB is 208 - color contains mainly: blue. Hex color #BC80D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC80D0 is #437F2F. Grayscale: #9A9A9A. Windows color (decimal): -4423472 or 13664444. OLE color: 13664444.
HSL color Cylindrical-coordinate representation of color #BC80D0: hue angle of 285º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BC80D0 is Cyan = 0.10, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 188 | 128 | 208 | - |
| CMYK | 0.10 | 0.38 | 0 | 0.18 |
| HSL | 285º | 0.46% | 0.66% | - |
| HSV(B) | 285º | 0.38% | 0.82% | - |
| XYZ | 39.84 | 30.68 | 63.5 | - |
| YUV | 155.06 | 157.88 | 151.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 128 | 208 | 0.10 | 0.38 | 0 | 0.18 | 285 | 0.46 | 0.66 |
| Hex | BC | 80 | D0 | A | 26 | 0 | 12 | 11D | 2E | 42 |
| Octal | 274 | 200 | 320 | 12 | 46 | 0 | 22 | 435 | 56 | 102 |
| Binary | 10111100 | 10000000 | 11010000 | 1010 | 100110 | 0 | 10010 | 100011101 | 101110 | 1000010 |
Color Harmonies of #BC80D0
Complementary color
Monochromatic Colors of #BC80D0
Black with #BC80D0
Text Example
Text Example
White with #BC80D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC80D0; }
p { color: rgb(188,128,208); }
H1.HeaderClassName
{
color: #BC80D0;
}
.AnyTagClassName
{
color: #BC80D0;
}
</style>
background-color css
<style>
a { background-color: #BC80D0; }
a { background-color: rgb(188,128,208); }
div.DivClassName
{
background-color: #BC80D0;
}
.BgClassName
{
background-color: #BC80D0;
}
</style>
border-color css
<style>
span { border-color: #BC80D0; }
span { border-color: rgb(188,128,208); }
td.TdClassName
{
border-color: #BC80D0;
}
.TagClassName
{
border-color: #BC80D0;
}
</style>