Shades of East Side #BC93CA
Tints of East Side #BC93CA
RGB
CMYK
RGB Variations
Color information
#BC93CA (or 0xBC93CA) is known color: East Side. HEX triplet: BC, 93 and CA. RGB value is (188,147,202). Sum of RGB (Red+Green+Blue) = 188+147+202=537 (71% of max value = 765). Red value is 188 (73.83% from 255 or 35.01% from 537); Green value is 147 (57.81% from 255 or 27.37% from 537); Blue value is 202 (79.30% from 255 or 37.62% from 537); Max value from RGB is 202 - color contains mainly: blue. Hex color #BC93CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC93CA is #436C35. Grayscale: #A5A5A5. Windows color (decimal): -4418614 or 13276092. OLE color: 13276092.
HSL color Cylindrical-coordinate representation of color #BC93CA: hue angle of 284.73º degrees, saturation: 0.34, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BC93CA is Cyan = 0.07, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 188 | 147 | 202 | - |
| CMYK | 0.07 | 0.27 | 0 | 0.21 |
| HSL | 284.73º | 0.34% | 0.68% | - |
| HSV(B) | 284.73º | 0.27% | 0.79% | - |
| XYZ | 41.83 | 35.82 | 60.59 | - |
| YUV | 165.53 | 148.58 | 144.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 147 | 202 | 0.07 | 0.27 | 0 | 0.21 | 284.73 | 0.34 | 0.68 |
| Hex | BC | 93 | CA | 7 | 1B | 0 | 15 | 11D | 22 | 44 |
| Octal | 274 | 223 | 312 | 7 | 33 | 0 | 25 | 435 | 42 | 104 |
| Binary | 10111100 | 10010011 | 11001010 | 111 | 11011 | 0 | 10101 | 100011101 | 100010 | 1000100 |
Color Harmonies of #BC93CA
Complementary color
Monochromatic Colors of #BC93CA
Black with #BC93CA
Text Example
Text Example
White with #BC93CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC93CA; }
p { color: rgb(188,147,202); }
H1.HeaderClassName
{
color: #BC93CA;
}
.AnyTagClassName
{
color: #BC93CA;
}
</style>
background-color css
<style>
a { background-color: #BC93CA; }
a { background-color: rgb(188,147,202); }
div.DivClassName
{
background-color: #BC93CA;
}
.BgClassName
{
background-color: #BC93CA;
}
</style>
border-color css
<style>
span { border-color: #BC93CA; }
span { border-color: rgb(188,147,202); }
td.TdClassName
{
border-color: #BC93CA;
}
.TagClassName
{
border-color: #BC93CA;
}
</style>