Shades of East Side #BC7ACE
Tints of East Side #BC7ACE
RGB
CMYK
RGB Variations
Color information
#BC7ACE (or 0xBC7ACE) is known color: East Side. HEX triplet: BC, 7A and CE. RGB value is (188,122,206). Sum of RGB (Red+Green+Blue) = 188+122+206=516 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.43% from 516); Green value is 122 (48.05% from 255 or 23.64% from 516); Blue value is 206 (80.86% from 255 or 39.92% from 516); Max value from RGB is 206 - color contains mainly: blue. Hex color #BC7ACE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC7ACE is #438531. Grayscale: #979797. Windows color (decimal): -4425010 or 13531836. OLE color: 13531836.
HSL color Cylindrical-coordinate representation of color #BC7ACE: hue angle of 287.14º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BC7ACE is Cyan = 0.09, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 188 | 122 | 206 | - |
| CMYK | 0.09 | 0.41 | 0 | 0.19 |
| HSL | 287.14º | 0.46% | 0.64% | - |
| HSV(B) | 287.14º | 0.41% | 0.81% | - |
| XYZ | 38.84 | 29.07 | 61.96 | - |
| YUV | 151.31 | 158.87 | 154.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 122 | 206 | 0.09 | 0.41 | 0 | 0.19 | 287.14 | 0.46 | 0.64 |
| Hex | BC | 7A | CE | 9 | 29 | 0 | 13 | 11F | 2E | 40 |
| Octal | 274 | 172 | 316 | 11 | 51 | 0 | 23 | 437 | 56 | 100 |
| Binary | 10111100 | 1111010 | 11001110 | 1001 | 101001 | 0 | 10011 | 100011111 | 101110 | 1000000 |
Color Harmonies of #BC7ACE
Complementary color
Monochromatic Colors of #BC7ACE
Black with #BC7ACE
Text Example
Text Example
White with #BC7ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7ACE; }
p { color: rgb(188,122,206); }
H1.HeaderClassName
{
color: #BC7ACE;
}
.AnyTagClassName
{
color: #BC7ACE;
}
</style>
background-color css
<style>
a { background-color: #BC7ACE; }
a { background-color: rgb(188,122,206); }
div.DivClassName
{
background-color: #BC7ACE;
}
.BgClassName
{
background-color: #BC7ACE;
}
</style>
border-color css
<style>
span { border-color: #BC7ACE; }
span { border-color: rgb(188,122,206); }
td.TdClassName
{
border-color: #BC7ACE;
}
.TagClassName
{
border-color: #BC7ACE;
}
</style>