Shades of East Side #BC82D1
Tints of East Side #BC82D1
RGB
CMYK
RGB Variations
Color information
#BC82D1 (or 0xBC82D1) is known color: East Side. HEX triplet: BC, 82 and D1. RGB value is (188,130,209). Sum of RGB (Red+Green+Blue) = 188+130+209=527 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.67% from 527); Green value is 130 (51.17% from 255 or 24.67% from 527); Blue value is 209 (82.03% from 255 or 39.66% from 527); Max value from RGB is 209 - color contains mainly: blue. Hex color #BC82D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC82D1 is #437D2E. Grayscale: #9C9C9C. Windows color (decimal): -4422959 or 13730492. OLE color: 13730492.
HSL color Cylindrical-coordinate representation of color #BC82D1: hue angle of 284.05º 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 #BC82D1 is Cyan = 0.10, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 188 | 130 | 209 | - |
| CMYK | 0.10 | 0.38 | 0 | 0.18 |
| HSL | 284.05º | 0.46% | 0.66% | - |
| HSV(B) | 284.05º | 0.38% | 0.82% | - |
| XYZ | 40.23 | 31.26 | 64.24 | - |
| YUV | 156.35 | 157.72 | 150.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 130 | 209 | 0.10 | 0.38 | 0 | 0.18 | 284.05 | 0.46 | 0.66 |
| Hex | BC | 82 | D1 | A | 26 | 0 | 12 | 11C | 2E | 42 |
| Octal | 274 | 202 | 321 | 12 | 46 | 0 | 22 | 434 | 56 | 102 |
| Binary | 10111100 | 10000010 | 11010001 | 1010 | 100110 | 0 | 10010 | 100011100 | 101110 | 1000010 |
Color Harmonies of #BC82D1
Complementary color
Monochromatic Colors of #BC82D1
Black with #BC82D1
Text Example
Text Example
White with #BC82D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC82D1; }
p { color: rgb(188,130,209); }
H1.HeaderClassName
{
color: #BC82D1;
}
.AnyTagClassName
{
color: #BC82D1;
}
</style>
background-color css
<style>
a { background-color: #BC82D1; }
a { background-color: rgb(188,130,209); }
div.DivClassName
{
background-color: #BC82D1;
}
.BgClassName
{
background-color: #BC82D1;
}
</style>
border-color css
<style>
span { border-color: #BC82D1; }
span { border-color: rgb(188,130,209); }
td.TdClassName
{
border-color: #BC82D1;
}
.TagClassName
{
border-color: #BC82D1;
}
</style>