Shades of East Side #B086CE
Tints of East Side #B086CE
RGB
CMYK
RGB Variations
Color information
#B086CE (or 0xB086CE) is known color: East Side. HEX triplet: B0, 86 and CE. RGB value is (176,134,206). Sum of RGB (Red+Green+Blue) = 176+134+206=516 (68% of max value = 765). Red value is 176 (69.14% from 255 or 34.11% from 516); Green value is 134 (52.73% from 255 or 25.97% 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 #B086CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B086CE is #4F7931. Grayscale: #9A9A9A. Windows color (decimal): -5208370 or 13534896. OLE color: 13534896.
HSL color Cylindrical-coordinate representation of color #B086CE: hue angle of 275º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B086CE is Cyan = 0.15, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 176 | 134 | 206 | - |
| CMYK | 0.15 | 0.35 | 0 | 0.19 |
| HSL | 275º | 0.42% | 0.67% | - |
| HSV(B) | 275º | 0.35% | 0.81% | - |
| XYZ | 37.57 | 30.74 | 62.35 | - |
| YUV | 154.77 | 156.91 | 143.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 134 | 206 | 0.15 | 0.35 | 0 | 0.19 | 275 | 0.42 | 0.67 |
| Hex | B0 | 86 | CE | F | 23 | 0 | 13 | 113 | 2A | 43 |
| Octal | 260 | 206 | 316 | 17 | 43 | 0 | 23 | 423 | 52 | 103 |
| Binary | 10110000 | 10000110 | 11001110 | 1111 | 100011 | 0 | 10011 | 100010011 | 101010 | 1000011 |
Color Harmonies of #B086CE
Complementary color
Monochromatic Colors of #B086CE
Black with #B086CE
Text Example
Text Example
White with #B086CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B086CE; }
p { color: rgb(176,134,206); }
H1.HeaderClassName
{
color: #B086CE;
}
.AnyTagClassName
{
color: #B086CE;
}
</style>
background-color css
<style>
a { background-color: #B086CE; }
a { background-color: rgb(176,134,206); }
div.DivClassName
{
background-color: #B086CE;
}
.BgClassName
{
background-color: #B086CE;
}
</style>
border-color css
<style>
span { border-color: #B086CE; }
span { border-color: rgb(176,134,206); }
td.TdClassName
{
border-color: #B086CE;
}
.TagClassName
{
border-color: #B086CE;
}
</style>