Shades of East Side #B286C9
Tints of East Side #B286C9
RGB
CMYK
RGB Variations
Color information
#B286C9 (or 0xB286C9) is known color: East Side. HEX triplet: B2, 86 and C9. RGB value is (178,134,201). Sum of RGB (Red+Green+Blue) = 178+134+201=513 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.70% from 513); Green value is 134 (52.73% from 255 or 26.12% from 513); Blue value is 201 (78.91% from 255 or 39.18% from 513); Max value from RGB is 201 - color contains mainly: blue. Hex color #B286C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B286C9 is #4D7936. Grayscale: #9A9A9A. Windows color (decimal): -5077303 or 13207218. OLE color: 13207218.
HSL color Cylindrical-coordinate representation of color #B286C9: hue angle of 279.4º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B286C9 is Cyan = 0.11, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 178 | 134 | 201 | - |
| CMYK | 0.11 | 0.33 | 0 | 0.21 |
| HSL | 279.4º | 0.38% | 0.66% | - |
| HSV(B) | 279.4º | 0.33% | 0.79% | - |
| XYZ | 37.43 | 30.73 | 59.22 | - |
| YUV | 154.79 | 154.08 | 144.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 134 | 201 | 0.11 | 0.33 | 0 | 0.21 | 279.4 | 0.38 | 0.66 |
| Hex | B2 | 86 | C9 | B | 21 | 0 | 15 | 117 | 26 | 42 |
| Octal | 262 | 206 | 311 | 13 | 41 | 0 | 25 | 427 | 46 | 102 |
| Binary | 10110010 | 10000110 | 11001001 | 1011 | 100001 | 0 | 10101 | 100010111 | 100110 | 1000010 |
Color Harmonies of #B286C9
Complementary color
Monochromatic Colors of #B286C9
Black with #B286C9
Text Example
Text Example
White with #B286C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B286C9; }
p { color: rgb(178,134,201); }
H1.HeaderClassName
{
color: #B286C9;
}
.AnyTagClassName
{
color: #B286C9;
}
</style>
background-color css
<style>
a { background-color: #B286C9; }
a { background-color: rgb(178,134,201); }
div.DivClassName
{
background-color: #B286C9;
}
.BgClassName
{
background-color: #B286C9;
}
</style>
border-color css
<style>
span { border-color: #B286C9; }
span { border-color: rgb(178,134,201); }
td.TdClassName
{
border-color: #B286C9;
}
.TagClassName
{
border-color: #B286C9;
}
</style>