Shades of East Side #B086BD
Tints of East Side #B086BD
RGB
CMYK
RGB Variations
Color information
#B086BD (or 0xB086BD) is known color: East Side. HEX triplet: B0, 86 and BD. RGB value is (176,134,189). Sum of RGB (Red+Green+Blue) = 176+134+189=499 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.27% from 499); Green value is 134 (52.73% from 255 or 26.85% from 499); Blue value is 189 (74.22% from 255 or 37.88% from 499); Max value from RGB is 189 - color contains mainly: blue. Hex color #B086BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B086BD is #4F7942. Grayscale: #989898. Windows color (decimal): -5208387 or 12420784. OLE color: 12420784.
HSL color Cylindrical-coordinate representation of color #B086BD: hue angle of 285.82º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B086BD is Cyan = 0.07, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 176 | 134 | 189 | - |
| CMYK | 0.07 | 0.29 | 0 | 0.26 |
| HSL | 285.82º | 0.29% | 0.63% | - |
| HSV(B) | 285.82º | 0.29% | 0.74% | - |
| XYZ | 35.61 | 29.95 | 52.05 | - |
| YUV | 152.83 | 148.41 | 144.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 134 | 189 | 0.07 | 0.29 | 0 | 0.26 | 285.82 | 0.29 | 0.63 |
| Hex | B0 | 86 | BD | 7 | 1D | 0 | 1A | 11E | 1D | 3F |
| Octal | 260 | 206 | 275 | 7 | 35 | 0 | 32 | 436 | 35 | 77 |
| Binary | 10110000 | 10000110 | 10111101 | 111 | 11101 | 0 | 11010 | 100011110 | 11101 | 111111 |
Color Harmonies of #B086BD
Complementary color
Monochromatic Colors of #B086BD
Black with #B086BD
Text Example
Text Example
White with #B086BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B086BD; }
p { color: rgb(176,134,189); }
H1.HeaderClassName
{
color: #B086BD;
}
.AnyTagClassName
{
color: #B086BD;
}
</style>
background-color css
<style>
a { background-color: #B086BD; }
a { background-color: rgb(176,134,189); }
div.DivClassName
{
background-color: #B086BD;
}
.BgClassName
{
background-color: #B086BD;
}
</style>
border-color css
<style>
span { border-color: #B086BD; }
span { border-color: rgb(176,134,189); }
td.TdClassName
{
border-color: #B086BD;
}
.TagClassName
{
border-color: #B086BD;
}
</style>