Shades of East Side #B286CC
Tints of East Side #B286CC
RGB
CMYK
RGB Variations
Color information
#B286CC (or 0xB286CC) is known color: East Side. HEX triplet: B2, 86 and CC. RGB value is (178,134,204). Sum of RGB (Red+Green+Blue) = 178+134+204=516 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.50% from 516); Green value is 134 (52.73% from 255 or 25.97% from 516); Blue value is 204 (80.08% from 255 or 39.53% from 516); Max value from RGB is 204 - color contains mainly: blue. Hex color #B286CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B286CC is #4D7933. Grayscale: #9A9A9A. Windows color (decimal): -5077300 or 13403826. OLE color: 13403826.
HSL color Cylindrical-coordinate representation of color #B286CC: hue angle of 277.71º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B286CC is Cyan = 0.13, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 178 | 134 | 204 | - |
| CMYK | 0.13 | 0.34 | 0 | 0.2 |
| HSL | 277.71º | 0.41% | 0.66% | - |
| HSV(B) | 277.71º | 0.34% | 0.8% | - |
| XYZ | 37.78 | 30.87 | 61.09 | - |
| YUV | 155.14 | 155.58 | 144.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 134 | 204 | 0.13 | 0.34 | 0 | 0.2 | 277.71 | 0.41 | 0.66 |
| Hex | B2 | 86 | CC | D | 22 | 0 | 14 | 116 | 29 | 42 |
| Octal | 262 | 206 | 314 | 15 | 42 | 0 | 24 | 426 | 51 | 102 |
| Binary | 10110010 | 10000110 | 11001100 | 1101 | 100010 | 0 | 10100 | 100010110 | 101001 | 1000010 |
Color Harmonies of #B286CC
Complementary color
Monochromatic Colors of #B286CC
Black with #B286CC
Text Example
Text Example
White with #B286CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B286CC; }
p { color: rgb(178,134,204); }
H1.HeaderClassName
{
color: #B286CC;
}
.AnyTagClassName
{
color: #B286CC;
}
</style>
background-color css
<style>
a { background-color: #B286CC; }
a { background-color: rgb(178,134,204); }
div.DivClassName
{
background-color: #B286CC;
}
.BgClassName
{
background-color: #B286CC;
}
</style>
border-color css
<style>
span { border-color: #B286CC; }
span { border-color: rgb(178,134,204); }
td.TdClassName
{
border-color: #B286CC;
}
.TagClassName
{
border-color: #B286CC;
}
</style>