Shades of East Side #BC89C8
Tints of East Side #BC89C8
RGB
CMYK
RGB Variations
Color information
#BC89C8 (or 0xBC89C8) is known color: East Side. HEX triplet: BC, 89 and C8. RGB value is (188,137,200). Sum of RGB (Red+Green+Blue) = 188+137+200=525 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.81% from 525); Green value is 137 (53.91% from 255 or 26.10% from 525); Blue value is 200 (78.52% from 255 or 38.10% from 525); Max value from RGB is 200 - color contains mainly: blue. Hex color #BC89C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC89C8 is #437637. Grayscale: #9F9F9F. Windows color (decimal): -4421176 or 13142460. OLE color: 13142460.
HSL color Cylindrical-coordinate representation of color #BC89C8: hue angle of 288.57º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BC89C8 is Cyan = 0.06, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 188 | 137 | 200 | - |
| CMYK | 0.06 | 0.32 | 0 | 0.22 |
| HSL | 288.57º | 0.36% | 0.66% | - |
| HSV(B) | 288.57º | 0.32% | 0.78% | - |
| XYZ | 40.11 | 32.75 | 58.85 | - |
| YUV | 159.43 | 150.9 | 148.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 137 | 200 | 0.06 | 0.32 | 0 | 0.22 | 288.57 | 0.36 | 0.66 |
| Hex | BC | 89 | C8 | 6 | 20 | 0 | 16 | 121 | 24 | 42 |
| Octal | 274 | 211 | 310 | 6 | 40 | 0 | 26 | 441 | 44 | 102 |
| Binary | 10111100 | 10001001 | 11001000 | 110 | 100000 | 0 | 10110 | 100100001 | 100100 | 1000010 |
Color Harmonies of #BC89C8
Complementary color
Monochromatic Colors of #BC89C8
Black with #BC89C8
Text Example
Text Example
White with #BC89C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC89C8; }
p { color: rgb(188,137,200); }
H1.HeaderClassName
{
color: #BC89C8;
}
.AnyTagClassName
{
color: #BC89C8;
}
</style>
background-color css
<style>
a { background-color: #BC89C8; }
a { background-color: rgb(188,137,200); }
div.DivClassName
{
background-color: #BC89C8;
}
.BgClassName
{
background-color: #BC89C8;
}
</style>
border-color css
<style>
span { border-color: #BC89C8; }
span { border-color: rgb(188,137,200); }
td.TdClassName
{
border-color: #BC89C8;
}
.TagClassName
{
border-color: #BC89C8;
}
</style>