Shades of East Side #BC81D2
Tints of East Side #BC81D2
RGB
CMYK
RGB Variations
Color information
#BC81D2 (or 0xBC81D2) is known color: East Side. HEX triplet: BC, 81 and D2. RGB value is (188,129,210). Sum of RGB (Red+Green+Blue) = 188+129+210=527 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.67% from 527); Green value is 129 (50.78% from 255 or 24.48% from 527); Blue value is 210 (82.42% from 255 or 39.85% from 527); Max value from RGB is 210 - color contains mainly: blue. Hex color #BC81D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC81D2 is #437E2D. Grayscale: #9B9B9B. Windows color (decimal): -4423214 or 13795772. OLE color: 13795772.
HSL color Cylindrical-coordinate representation of color #BC81D2: hue angle of 283.7º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BC81D2 is Cyan = 0.10, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 188 | 129 | 210 | - |
| CMYK | 0.10 | 0.39 | 0 | 0.18 |
| HSL | 283.7º | 0.47% | 0.66% | - |
| HSV(B) | 283.7º | 0.39% | 0.82% | - |
| XYZ | 40.22 | 31.05 | 64.85 | - |
| YUV | 155.88 | 158.55 | 150.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 129 | 210 | 0.10 | 0.39 | 0 | 0.18 | 283.7 | 0.47 | 0.66 |
| Hex | BC | 81 | D2 | A | 27 | 0 | 12 | 11C | 2F | 42 |
| Octal | 274 | 201 | 322 | 12 | 47 | 0 | 22 | 434 | 57 | 102 |
| Binary | 10111100 | 10000001 | 11010010 | 1010 | 100111 | 0 | 10010 | 100011100 | 101111 | 1000010 |
Color Harmonies of #BC81D2
Complementary color
Monochromatic Colors of #BC81D2
Black with #BC81D2
Text Example
Text Example
White with #BC81D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC81D2; }
p { color: rgb(188,129,210); }
H1.HeaderClassName
{
color: #BC81D2;
}
.AnyTagClassName
{
color: #BC81D2;
}
</style>
background-color css
<style>
a { background-color: #BC81D2; }
a { background-color: rgb(188,129,210); }
div.DivClassName
{
background-color: #BC81D2;
}
.BgClassName
{
background-color: #BC81D2;
}
</style>
border-color css
<style>
span { border-color: #BC81D2; }
span { border-color: rgb(188,129,210); }
td.TdClassName
{
border-color: #BC81D2;
}
.TagClassName
{
border-color: #BC81D2;
}
</style>