Shades of East Side #BC85C5
Tints of East Side #BC85C5
RGB
CMYK
RGB Variations
Color information
#BC85C5 (or 0xBC85C5) is known color: East Side. HEX triplet: BC, 85 and C5. RGB value is (188,133,197). Sum of RGB (Red+Green+Blue) = 188+133+197=518 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.29% from 518); Green value is 133 (52.34% from 255 or 25.68% from 518); Blue value is 197 (77.34% from 255 or 38.03% from 518); Max value from RGB is 197 - color contains mainly: blue. Hex color #BC85C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC85C5 is #437A3A. Grayscale: #9C9C9C. Windows color (decimal): -4422203 or 12944828. OLE color: 12944828.
HSL color Cylindrical-coordinate representation of color #BC85C5: hue angle of 291.56º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BC85C5 is Cyan = 0.05, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 188 | 133 | 197 | - |
| CMYK | 0.05 | 0.32 | 0 | 0.23 |
| HSL | 291.56º | 0.36% | 0.65% | - |
| HSV(B) | 291.56º | 0.32% | 0.77% | - |
| XYZ | 39.2 | 31.5 | 56.84 | - |
| YUV | 156.74 | 150.72 | 150.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 133 | 197 | 0.05 | 0.32 | 0 | 0.23 | 291.56 | 0.36 | 0.65 |
| Hex | BC | 85 | C5 | 5 | 20 | 0 | 17 | 124 | 24 | 41 |
| Octal | 274 | 205 | 305 | 5 | 40 | 0 | 27 | 444 | 44 | 101 |
| Binary | 10111100 | 10000101 | 11000101 | 101 | 100000 | 0 | 10111 | 100100100 | 100100 | 1000001 |
Color Harmonies of #BC85C5
Complementary color
Monochromatic Colors of #BC85C5
Black with #BC85C5
Text Example
Text Example
White with #BC85C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC85C5; }
p { color: rgb(188,133,197); }
H1.HeaderClassName
{
color: #BC85C5;
}
.AnyTagClassName
{
color: #BC85C5;
}
</style>
background-color css
<style>
a { background-color: #BC85C5; }
a { background-color: rgb(188,133,197); }
div.DivClassName
{
background-color: #BC85C5;
}
.BgClassName
{
background-color: #BC85C5;
}
</style>
border-color css
<style>
span { border-color: #BC85C5; }
span { border-color: rgb(188,133,197); }
td.TdClassName
{
border-color: #BC85C5;
}
.TagClassName
{
border-color: #BC85C5;
}
</style>