Shades of East Side #BC85C4
Tints of East Side #BC85C4
RGB
CMYK
RGB Variations
Color information
#BC85C4 (or 0xBC85C4) is known color: East Side. HEX triplet: BC, 85 and C4. RGB value is (188,133,196). Sum of RGB (Red+Green+Blue) = 188+133+196=517 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.36% from 517); Green value is 133 (52.34% from 255 or 25.73% from 517); Blue value is 196 (76.95% from 255 or 37.91% from 517); Max value from RGB is 196 - color contains mainly: blue. Hex color #BC85C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC85C4 is #437A3B. Grayscale: #9C9C9C. Windows color (decimal): -4422204 or 12879292. OLE color: 12879292.
HSL color Cylindrical-coordinate representation of color #BC85C4: hue angle of 292.38º degrees, saturation: 0.35, 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 #BC85C4 is Cyan = 0.04, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 188 | 133 | 196 | - |
| CMYK | 0.04 | 0.32 | 0 | 0.23 |
| HSL | 292.38º | 0.35% | 0.65% | - |
| HSV(B) | 292.38º | 0.32% | 0.77% | - |
| XYZ | 39.09 | 31.45 | 56.24 | - |
| YUV | 156.63 | 150.22 | 150.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 133 | 196 | 0.04 | 0.32 | 0 | 0.23 | 292.38 | 0.35 | 0.65 |
| Hex | BC | 85 | C4 | 4 | 20 | 0 | 17 | 124 | 23 | 41 |
| Octal | 274 | 205 | 304 | 4 | 40 | 0 | 27 | 444 | 43 | 101 |
| Binary | 10111100 | 10000101 | 11000100 | 100 | 100000 | 0 | 10111 | 100100100 | 100011 | 1000001 |
Color Harmonies of #BC85C4
Complementary color
Monochromatic Colors of #BC85C4
Black with #BC85C4
Text Example
Text Example
White with #BC85C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC85C4; }
p { color: rgb(188,133,196); }
H1.HeaderClassName
{
color: #BC85C4;
}
.AnyTagClassName
{
color: #BC85C4;
}
</style>
background-color css
<style>
a { background-color: #BC85C4; }
a { background-color: rgb(188,133,196); }
div.DivClassName
{
background-color: #BC85C4;
}
.BgClassName
{
background-color: #BC85C4;
}
</style>
border-color css
<style>
span { border-color: #BC85C4; }
span { border-color: rgb(188,133,196); }
td.TdClassName
{
border-color: #BC85C4;
}
.TagClassName
{
border-color: #BC85C4;
}
</style>