Shades of East Side #BC82C9
Tints of East Side #BC82C9
RGB
CMYK
RGB Variations
Color information
#BC82C9 (or 0xBC82C9) is known color: East Side. HEX triplet: BC, 82 and C9. RGB value is (188,130,201). Sum of RGB (Red+Green+Blue) = 188+130+201=519 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.22% from 519); Green value is 130 (51.17% from 255 or 25.05% from 519); Blue value is 201 (78.91% from 255 or 38.73% from 519); Max value from RGB is 201 - color contains mainly: blue. Hex color #BC82C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC82C9 is #437D36. Grayscale: #9B9B9B. Windows color (decimal): -4422967 or 13206204. OLE color: 13206204.
HSL color Cylindrical-coordinate representation of color #BC82C9: hue angle of 289.01º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BC82C9 is Cyan = 0.06, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 188 | 130 | 201 | - |
| CMYK | 0.06 | 0.35 | 0 | 0.21 |
| HSL | 289.01º | 0.4% | 0.65% | - |
| HSV(B) | 289.01º | 0.35% | 0.79% | - |
| XYZ | 39.26 | 30.87 | 59.15 | - |
| YUV | 155.44 | 153.72 | 151.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 130 | 201 | 0.06 | 0.35 | 0 | 0.21 | 289.01 | 0.4 | 0.65 |
| Hex | BC | 82 | C9 | 6 | 23 | 0 | 15 | 121 | 28 | 41 |
| Octal | 274 | 202 | 311 | 6 | 43 | 0 | 25 | 441 | 50 | 101 |
| Binary | 10111100 | 10000010 | 11001001 | 110 | 100011 | 0 | 10101 | 100100001 | 101000 | 1000001 |
Color Harmonies of #BC82C9
Complementary color
Monochromatic Colors of #BC82C9
Black with #BC82C9
Text Example
Text Example
White with #BC82C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC82C9; }
p { color: rgb(188,130,201); }
H1.HeaderClassName
{
color: #BC82C9;
}
.AnyTagClassName
{
color: #BC82C9;
}
</style>
background-color css
<style>
a { background-color: #BC82C9; }
a { background-color: rgb(188,130,201); }
div.DivClassName
{
background-color: #BC82C9;
}
.BgClassName
{
background-color: #BC82C9;
}
</style>
border-color css
<style>
span { border-color: #BC82C9; }
span { border-color: rgb(188,130,201); }
td.TdClassName
{
border-color: #BC82C9;
}
.TagClassName
{
border-color: #BC82C9;
}
</style>