Shades of East Side #BC89CA
Tints of East Side #BC89CA
RGB
CMYK
RGB Variations
Color information
#BC89CA (or 0xBC89CA) is known color: East Side. HEX triplet: BC, 89 and CA. RGB value is (188,137,202). Sum of RGB (Red+Green+Blue) = 188+137+202=527 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.67% from 527); Green value is 137 (53.91% from 255 or 26.00% from 527); Blue value is 202 (79.30% from 255 or 38.33% from 527); Max value from RGB is 202 - color contains mainly: blue. Hex color #BC89CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC89CA is #437635. Grayscale: #9F9F9F. Windows color (decimal): -4421174 or 13273532. OLE color: 13273532.
HSL color Cylindrical-coordinate representation of color #BC89CA: hue angle of 287.08º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BC89CA is Cyan = 0.07, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 188 | 137 | 202 | - |
| CMYK | 0.07 | 0.32 | 0 | 0.21 |
| HSL | 287.08º | 0.38% | 0.66% | - |
| HSV(B) | 287.08º | 0.32% | 0.79% | - |
| XYZ | 40.35 | 32.85 | 60.09 | - |
| YUV | 159.66 | 151.9 | 148.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 137 | 202 | 0.07 | 0.32 | 0 | 0.21 | 287.08 | 0.38 | 0.66 |
| Hex | BC | 89 | CA | 7 | 20 | 0 | 15 | 11F | 26 | 42 |
| Octal | 274 | 211 | 312 | 7 | 40 | 0 | 25 | 437 | 46 | 102 |
| Binary | 10111100 | 10001001 | 11001010 | 111 | 100000 | 0 | 10101 | 100011111 | 100110 | 1000010 |
Color Harmonies of #BC89CA
Complementary color
Monochromatic Colors of #BC89CA
Black with #BC89CA
Text Example
Text Example
White with #BC89CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC89CA; }
p { color: rgb(188,137,202); }
H1.HeaderClassName
{
color: #BC89CA;
}
.AnyTagClassName
{
color: #BC89CA;
}
</style>
background-color css
<style>
a { background-color: #BC89CA; }
a { background-color: rgb(188,137,202); }
div.DivClassName
{
background-color: #BC89CA;
}
.BgClassName
{
background-color: #BC89CA;
}
</style>
border-color css
<style>
span { border-color: #BC89CA; }
span { border-color: rgb(188,137,202); }
td.TdClassName
{
border-color: #BC89CA;
}
.TagClassName
{
border-color: #BC89CA;
}
</style>