Shades of East Side #BC89C3
Tints of East Side #BC89C3
RGB
CMYK
RGB Variations
Color information
#BC89C3 (or 0xBC89C3) is known color: East Side. HEX triplet: BC, 89 and C3. RGB value is (188,137,195). Sum of RGB (Red+Green+Blue) = 188+137+195=520 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.15% from 520); Green value is 137 (53.91% from 255 or 26.35% from 520); Blue value is 195 (76.56% from 255 or 37.5% from 520); Max value from RGB is 195 - color contains mainly: blue. Hex color #BC89C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC89C3 is #43763C. Grayscale: #9E9E9E. Windows color (decimal): -4421181 or 12814780. OLE color: 12814780.
HSL color Cylindrical-coordinate representation of color #BC89C3: hue angle of 292.76º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BC89C3 is Cyan = 0.04, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 188 | 137 | 195 | - |
| CMYK | 0.04 | 0.30 | 0 | 0.24 |
| HSL | 292.76º | 0.33% | 0.65% | - |
| HSV(B) | 292.76º | 0.3% | 0.76% | - |
| XYZ | 39.54 | 32.52 | 55.82 | - |
| YUV | 158.86 | 148.4 | 148.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 137 | 195 | 0.04 | 0.30 | 0 | 0.24 | 292.76 | 0.33 | 0.65 |
| Hex | BC | 89 | C3 | 4 | 1E | 0 | 18 | 125 | 21 | 41 |
| Octal | 274 | 211 | 303 | 4 | 36 | 0 | 30 | 445 | 41 | 101 |
| Binary | 10111100 | 10001001 | 11000011 | 100 | 11110 | 0 | 11000 | 100100101 | 100001 | 1000001 |
Color Harmonies of #BC89C3
Complementary color
Monochromatic Colors of #BC89C3
Black with #BC89C3
Text Example
Text Example
White with #BC89C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC89C3; }
p { color: rgb(188,137,195); }
H1.HeaderClassName
{
color: #BC89C3;
}
.AnyTagClassName
{
color: #BC89C3;
}
</style>
background-color css
<style>
a { background-color: #BC89C3; }
a { background-color: rgb(188,137,195); }
div.DivClassName
{
background-color: #BC89C3;
}
.BgClassName
{
background-color: #BC89C3;
}
</style>
border-color css
<style>
span { border-color: #BC89C3; }
span { border-color: rgb(188,137,195); }
td.TdClassName
{
border-color: #BC89C3;
}
.TagClassName
{
border-color: #BC89C3;
}
</style>