Shades of East Side #BC85C2
Tints of East Side #BC85C2
RGB
CMYK
RGB Variations
Color information
#BC85C2 (or 0xBC85C2) is known color: East Side. HEX triplet: BC, 85 and C2. RGB value is (188,133,194). Sum of RGB (Red+Green+Blue) = 188+133+194=515 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.50% from 515); Green value is 133 (52.34% from 255 or 25.83% from 515); Blue value is 194 (76.17% from 255 or 37.67% from 515); Max value from RGB is 194 - color contains mainly: blue. Hex color #BC85C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC85C2 is #437A3D. Grayscale: #9C9C9C. Windows color (decimal): -4422206 or 12748220. OLE color: 12748220.
HSL color Cylindrical-coordinate representation of color #BC85C2: hue angle of 294.1º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BC85C2 is Cyan = 0.03, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 188 | 133 | 194 | - |
| CMYK | 0.03 | 0.31 | 0 | 0.24 |
| HSL | 294.1º | 0.33% | 0.64% | - |
| HSV(B) | 294.1º | 0.31% | 0.76% | - |
| XYZ | 38.86 | 31.36 | 55.04 | - |
| YUV | 156.4 | 149.22 | 150.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 133 | 194 | 0.03 | 0.31 | 0 | 0.24 | 294.1 | 0.33 | 0.64 |
| Hex | BC | 85 | C2 | 3 | 1F | 0 | 18 | 126 | 21 | 40 |
| Octal | 274 | 205 | 302 | 3 | 37 | 0 | 30 | 446 | 41 | 100 |
| Binary | 10111100 | 10000101 | 11000010 | 11 | 11111 | 0 | 11000 | 100100110 | 100001 | 1000000 |
Color Harmonies of #BC85C2
Complementary color
Monochromatic Colors of #BC85C2
Black with #BC85C2
Text Example
Text Example
White with #BC85C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC85C2; }
p { color: rgb(188,133,194); }
H1.HeaderClassName
{
color: #BC85C2;
}
.AnyTagClassName
{
color: #BC85C2;
}
</style>
background-color css
<style>
a { background-color: #BC85C2; }
a { background-color: rgb(188,133,194); }
div.DivClassName
{
background-color: #BC85C2;
}
.BgClassName
{
background-color: #BC85C2;
}
</style>
border-color css
<style>
span { border-color: #BC85C2; }
span { border-color: rgb(188,133,194); }
td.TdClassName
{
border-color: #BC85C2;
}
.TagClassName
{
border-color: #BC85C2;
}
</style>