Shades of East Side #BC81C2
Tints of East Side #BC81C2
RGB
CMYK
RGB Variations
Color information
#BC81C2 (or 0xBC81C2) is known color: East Side. HEX triplet: BC, 81 and C2. RGB value is (188,129,194). Sum of RGB (Red+Green+Blue) = 188+129+194=511 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.79% from 511); Green value is 129 (50.78% from 255 or 25.24% from 511); Blue value is 194 (76.17% from 255 or 37.96% from 511); Max value from RGB is 194 - color contains mainly: blue. Hex color #BC81C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC81C2 is #437E3D. Grayscale: #999999. Windows color (decimal): -4423230 or 12747196. OLE color: 12747196.
HSL color Cylindrical-coordinate representation of color #BC81C2: hue angle of 294.46º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BC81C2 is Cyan = 0.03, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 188 | 129 | 194 | - |
| CMYK | 0.03 | 0.34 | 0 | 0.24 |
| HSL | 294.46º | 0.35% | 0.63% | - |
| HSV(B) | 294.46º | 0.34% | 0.76% | - |
| XYZ | 38.33 | 30.29 | 54.86 | - |
| YUV | 154.05 | 150.55 | 152.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 129 | 194 | 0.03 | 0.34 | 0 | 0.24 | 294.46 | 0.35 | 0.63 |
| Hex | BC | 81 | C2 | 3 | 22 | 0 | 18 | 126 | 23 | 3F |
| Octal | 274 | 201 | 302 | 3 | 42 | 0 | 30 | 446 | 43 | 77 |
| Binary | 10111100 | 10000001 | 11000010 | 11 | 100010 | 0 | 11000 | 100100110 | 100011 | 111111 |
Color Harmonies of #BC81C2
Complementary color
Monochromatic Colors of #BC81C2
Black with #BC81C2
Text Example
Text Example
White with #BC81C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC81C2; }
p { color: rgb(188,129,194); }
H1.HeaderClassName
{
color: #BC81C2;
}
.AnyTagClassName
{
color: #BC81C2;
}
</style>
background-color css
<style>
a { background-color: #BC81C2; }
a { background-color: rgb(188,129,194); }
div.DivClassName
{
background-color: #BC81C2;
}
.BgClassName
{
background-color: #BC81C2;
}
</style>
border-color css
<style>
span { border-color: #BC81C2; }
span { border-color: rgb(188,129,194); }
td.TdClassName
{
border-color: #BC81C2;
}
.TagClassName
{
border-color: #BC81C2;
}
</style>