Shades of East Side #BC84D2
Tints of East Side #BC84D2
RGB
CMYK
RGB Variations
Color information
#BC84D2 (or 0xBC84D2) is known color: East Side. HEX triplet: BC, 84 and D2. RGB value is (188,132,210). Sum of RGB (Red+Green+Blue) = 188+132+210=530 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.47% from 530); Green value is 132 (51.95% from 255 or 24.91% from 530); Blue value is 210 (82.42% from 255 or 39.62% from 530); Max value from RGB is 210 - color contains mainly: blue. Hex color #BC84D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC84D2 is #437B2D. Grayscale: #9D9D9D. Windows color (decimal): -4422446 or 13796540. OLE color: 13796540.
HSL color Cylindrical-coordinate representation of color #BC84D2: hue angle of 283.08º degrees, saturation: 0.46, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BC84D2 is Cyan = 0.10, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 188 | 132 | 210 | - |
| CMYK | 0.10 | 0.37 | 0 | 0.18 |
| HSL | 283.08º | 0.46% | 0.67% | - |
| HSV(B) | 283.08º | 0.37% | 0.82% | - |
| XYZ | 40.62 | 31.85 | 64.98 | - |
| YUV | 157.64 | 157.55 | 149.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 132 | 210 | 0.10 | 0.37 | 0 | 0.18 | 283.08 | 0.46 | 0.67 |
| Hex | BC | 84 | D2 | A | 25 | 0 | 12 | 11B | 2E | 43 |
| Octal | 274 | 204 | 322 | 12 | 45 | 0 | 22 | 433 | 56 | 103 |
| Binary | 10111100 | 10000100 | 11010010 | 1010 | 100101 | 0 | 10010 | 100011011 | 101110 | 1000011 |
Color Harmonies of #BC84D2
Complementary color
Monochromatic Colors of #BC84D2
Black with #BC84D2
Text Example
Text Example
White with #BC84D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC84D2; }
p { color: rgb(188,132,210); }
H1.HeaderClassName
{
color: #BC84D2;
}
.AnyTagClassName
{
color: #BC84D2;
}
</style>
background-color css
<style>
a { background-color: #BC84D2; }
a { background-color: rgb(188,132,210); }
div.DivClassName
{
background-color: #BC84D2;
}
.BgClassName
{
background-color: #BC84D2;
}
</style>
border-color css
<style>
span { border-color: #BC84D2; }
span { border-color: rgb(188,132,210); }
td.TdClassName
{
border-color: #BC84D2;
}
.TagClassName
{
border-color: #BC84D2;
}
</style>