Shades of East Side #B086CF
Tints of East Side #B086CF
RGB
CMYK
RGB Variations
Color information
#B086CF (or 0xB086CF) is known color: East Side. HEX triplet: B0, 86 and CF. RGB value is (176,134,207). Sum of RGB (Red+Green+Blue) = 176+134+207=517 (68% of max value = 765). Red value is 176 (69.14% from 255 or 34.04% from 517); Green value is 134 (52.73% from 255 or 25.92% from 517); Blue value is 207 (81.25% from 255 or 40.04% from 517); Max value from RGB is 207 - color contains mainly: blue. Hex color #B086CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B086CF is #4F7930. Grayscale: #9A9A9A. Windows color (decimal): -5208369 or 13600432. OLE color: 13600432.
HSL color Cylindrical-coordinate representation of color #B086CF: hue angle of 274.52º degrees, saturation: 0.43, 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 #B086CF is Cyan = 0.15, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 176 | 134 | 207 | - |
| CMYK | 0.15 | 0.35 | 0 | 0.19 |
| HSL | 274.52º | 0.43% | 0.67% | - |
| HSV(B) | 274.52º | 0.35% | 0.81% | - |
| XYZ | 37.69 | 30.79 | 62.99 | - |
| YUV | 154.88 | 157.41 | 143.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 134 | 207 | 0.15 | 0.35 | 0 | 0.19 | 274.52 | 0.43 | 0.67 |
| Hex | B0 | 86 | CF | F | 23 | 0 | 13 | 113 | 2B | 43 |
| Octal | 260 | 206 | 317 | 17 | 43 | 0 | 23 | 423 | 53 | 103 |
| Binary | 10110000 | 10000110 | 11001111 | 1111 | 100011 | 0 | 10011 | 100010011 | 101011 | 1000011 |
Color Harmonies of #B086CF
Complementary color
Monochromatic Colors of #B086CF
Black with #B086CF
Text Example
Text Example
White with #B086CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B086CF; }
p { color: rgb(176,134,207); }
H1.HeaderClassName
{
color: #B086CF;
}
.AnyTagClassName
{
color: #B086CF;
}
</style>
background-color css
<style>
a { background-color: #B086CF; }
a { background-color: rgb(176,134,207); }
div.DivClassName
{
background-color: #B086CF;
}
.BgClassName
{
background-color: #B086CF;
}
</style>
border-color css
<style>
span { border-color: #B086CF; }
span { border-color: rgb(176,134,207); }
td.TdClassName
{
border-color: #B086CF;
}
.TagClassName
{
border-color: #B086CF;
}
</style>