Shades of East Side #B28DCE
Tints of East Side #B28DCE
RGB
CMYK
RGB Variations
Color information
#B28DCE (or 0xB28DCE) is known color: East Side. HEX triplet: B2, 8D and CE. RGB value is (178,141,206). Sum of RGB (Red+Green+Blue) = 178+141+206=525 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.90% from 525); Green value is 141 (55.47% from 255 or 26.86% from 525); Blue value is 206 (80.86% from 255 or 39.24% from 525); Max value from RGB is 206 - color contains mainly: blue. Hex color #B28DCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B28DCE is #4D7231. Grayscale: #9F9F9F. Windows color (decimal): -5075506 or 13536690. OLE color: 13536690.
HSL color Cylindrical-coordinate representation of color #B28DCE: hue angle of 274.15º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B28DCE is Cyan = 0.14, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 178 | 141 | 206 | - |
| CMYK | 0.14 | 0.32 | 0 | 0.19 |
| HSL | 274.15º | 0.4% | 0.68% | - |
| HSV(B) | 274.15º | 0.32% | 0.81% | - |
| XYZ | 39.03 | 32.97 | 62.7 | - |
| YUV | 159.47 | 154.26 | 141.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 141 | 206 | 0.14 | 0.32 | 0 | 0.19 | 274.15 | 0.4 | 0.68 |
| Hex | B2 | 8D | CE | E | 20 | 0 | 13 | 112 | 28 | 44 |
| Octal | 262 | 215 | 316 | 16 | 40 | 0 | 23 | 422 | 50 | 104 |
| Binary | 10110010 | 10001101 | 11001110 | 1110 | 100000 | 0 | 10011 | 100010010 | 101000 | 1000100 |
Color Harmonies of #B28DCE
Complementary color
Monochromatic Colors of #B28DCE
Black with #B28DCE
Text Example
Text Example
White with #B28DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B28DCE; }
p { color: rgb(178,141,206); }
H1.HeaderClassName
{
color: #B28DCE;
}
.AnyTagClassName
{
color: #B28DCE;
}
</style>
background-color css
<style>
a { background-color: #B28DCE; }
a { background-color: rgb(178,141,206); }
div.DivClassName
{
background-color: #B28DCE;
}
.BgClassName
{
background-color: #B28DCE;
}
</style>
border-color css
<style>
span { border-color: #B28DCE; }
span { border-color: rgb(178,141,206); }
td.TdClassName
{
border-color: #B28DCE;
}
.TagClassName
{
border-color: #B28DCE;
}
</style>