Shades of East Side #BC82CA
Tints of East Side #BC82CA
RGB
CMYK
RGB Variations
Color information
#BC82CA (or 0xBC82CA) is known color: East Side. HEX triplet: BC, 82 and CA. RGB value is (188,130,202). Sum of RGB (Red+Green+Blue) = 188+130+202=520 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.15% from 520); Green value is 130 (51.17% from 255 or 25% from 520); Blue value is 202 (79.30% from 255 or 38.85% from 520); Max value from RGB is 202 - color contains mainly: blue. Hex color #BC82CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC82CA is #437D35. Grayscale: #9B9B9B. Windows color (decimal): -4422966 or 13271740. OLE color: 13271740.
HSL color Cylindrical-coordinate representation of color #BC82CA: hue angle of 288.33º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BC82CA is Cyan = 0.07, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 188 | 130 | 202 | - |
| CMYK | 0.07 | 0.36 | 0 | 0.21 |
| HSL | 288.33º | 0.4% | 0.65% | - |
| HSV(B) | 288.33º | 0.36% | 0.79% | - |
| XYZ | 39.38 | 30.92 | 59.77 | - |
| YUV | 155.55 | 154.22 | 151.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 130 | 202 | 0.07 | 0.36 | 0 | 0.21 | 288.33 | 0.4 | 0.65 |
| Hex | BC | 82 | CA | 7 | 24 | 0 | 15 | 120 | 28 | 41 |
| Octal | 274 | 202 | 312 | 7 | 44 | 0 | 25 | 440 | 50 | 101 |
| Binary | 10111100 | 10000010 | 11001010 | 111 | 100100 | 0 | 10101 | 100100000 | 101000 | 1000001 |
Color Harmonies of #BC82CA
Complementary color
Monochromatic Colors of #BC82CA
Black with #BC82CA
Text Example
Text Example
White with #BC82CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC82CA; }
p { color: rgb(188,130,202); }
H1.HeaderClassName
{
color: #BC82CA;
}
.AnyTagClassName
{
color: #BC82CA;
}
</style>
background-color css
<style>
a { background-color: #BC82CA; }
a { background-color: rgb(188,130,202); }
div.DivClassName
{
background-color: #BC82CA;
}
.BgClassName
{
background-color: #BC82CA;
}
</style>
border-color css
<style>
span { border-color: #BC82CA; }
span { border-color: rgb(188,130,202); }
td.TdClassName
{
border-color: #BC82CA;
}
.TagClassName
{
border-color: #BC82CA;
}
</style>