Shades of East Side #BC82C2
Tints of East Side #BC82C2
RGB
CMYK
RGB Variations
Color information
#BC82C2 (or 0xBC82C2) is known color: East Side. HEX triplet: BC, 82 and C2. RGB value is (188,130,194). Sum of RGB (Red+Green+Blue) = 188+130+194=512 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.72% from 512); Green value is 130 (51.17% from 255 or 25.39% from 512); Blue value is 194 (76.17% from 255 or 37.89% from 512); Max value from RGB is 194 - color contains mainly: blue. Hex color #BC82C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC82C2 is #437D3D. Grayscale: #9A9A9A. Windows color (decimal): -4422974 or 12747452. OLE color: 12747452.
HSL color Cylindrical-coordinate representation of color #BC82C2: hue angle of 294.38º degrees, saturation: 0.34, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BC82C2 is Cyan = 0.03, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 188 | 130 | 194 | - |
| CMYK | 0.03 | 0.33 | 0 | 0.24 |
| HSL | 294.38º | 0.34% | 0.64% | - |
| HSV(B) | 294.38º | 0.33% | 0.76% | - |
| XYZ | 38.46 | 30.55 | 54.91 | - |
| YUV | 154.64 | 150.22 | 151.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 130 | 194 | 0.03 | 0.33 | 0 | 0.24 | 294.38 | 0.34 | 0.64 |
| Hex | BC | 82 | C2 | 3 | 21 | 0 | 18 | 126 | 22 | 40 |
| Octal | 274 | 202 | 302 | 3 | 41 | 0 | 30 | 446 | 42 | 100 |
| Binary | 10111100 | 10000010 | 11000010 | 11 | 100001 | 0 | 11000 | 100100110 | 100010 | 1000000 |
Color Harmonies of #BC82C2
Complementary color
Monochromatic Colors of #BC82C2
Black with #BC82C2
Text Example
Text Example
White with #BC82C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC82C2; }
p { color: rgb(188,130,194); }
H1.HeaderClassName
{
color: #BC82C2;
}
.AnyTagClassName
{
color: #BC82C2;
}
</style>
background-color css
<style>
a { background-color: #BC82C2; }
a { background-color: rgb(188,130,194); }
div.DivClassName
{
background-color: #BC82C2;
}
.BgClassName
{
background-color: #BC82C2;
}
</style>
border-color css
<style>
span { border-color: #BC82C2; }
span { border-color: rgb(188,130,194); }
td.TdClassName
{
border-color: #BC82C2;
}
.TagClassName
{
border-color: #BC82C2;
}
</style>