Shades of East Side #BC82D0
Tints of East Side #BC82D0
RGB
CMYK
RGB Variations
Color information
#BC82D0 (or 0xBC82D0) is known color: East Side. HEX triplet: BC, 82 and D0. RGB value is (188,130,208). Sum of RGB (Red+Green+Blue) = 188+130+208=526 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.74% from 526); Green value is 130 (51.17% from 255 or 24.71% from 526); Blue value is 208 (81.64% from 255 or 39.54% from 526); Max value from RGB is 208 - color contains mainly: blue. Hex color #BC82D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC82D0 is #437D2F. Grayscale: #9B9B9B. Windows color (decimal): -4422960 or 13664956. OLE color: 13664956.
HSL color Cylindrical-coordinate representation of color #BC82D0: hue angle of 284.62º degrees, saturation: 0.45, 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 #BC82D0 is Cyan = 0.10, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 188 | 130 | 208 | - |
| CMYK | 0.10 | 0.38 | 0 | 0.18 |
| HSL | 284.62º | 0.45% | 0.66% | - |
| HSV(B) | 284.62º | 0.38% | 0.82% | - |
| XYZ | 40.11 | 31.21 | 63.58 | - |
| YUV | 156.23 | 157.22 | 150.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 130 | 208 | 0.10 | 0.38 | 0 | 0.18 | 284.62 | 0.45 | 0.66 |
| Hex | BC | 82 | D0 | A | 26 | 0 | 12 | 11D | 2D | 42 |
| Octal | 274 | 202 | 320 | 12 | 46 | 0 | 22 | 435 | 55 | 102 |
| Binary | 10111100 | 10000010 | 11010000 | 1010 | 100110 | 0 | 10010 | 100011101 | 101101 | 1000010 |
Color Harmonies of #BC82D0
Complementary color
Monochromatic Colors of #BC82D0
Black with #BC82D0
Text Example
Text Example
White with #BC82D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC82D0; }
p { color: rgb(188,130,208); }
H1.HeaderClassName
{
color: #BC82D0;
}
.AnyTagClassName
{
color: #BC82D0;
}
</style>
background-color css
<style>
a { background-color: #BC82D0; }
a { background-color: rgb(188,130,208); }
div.DivClassName
{
background-color: #BC82D0;
}
.BgClassName
{
background-color: #BC82D0;
}
</style>
border-color css
<style>
span { border-color: #BC82D0; }
span { border-color: rgb(188,130,208); }
td.TdClassName
{
border-color: #BC82D0;
}
.TagClassName
{
border-color: #BC82D0;
}
</style>