Shades of East Side #B686BF
Tints of East Side #B686BF
RGB
CMYK
RGB Variations
Color information
#B686BF (or 0xB686BF) is known color: East Side. HEX triplet: B6, 86 and BF. RGB value is (182,134,191). Sum of RGB (Red+Green+Blue) = 182+134+191=507 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.90% from 507); Green value is 134 (52.73% from 255 or 26.43% from 507); Blue value is 191 (75% from 255 or 37.67% from 507); Max value from RGB is 191 - color contains mainly: blue. Hex color #B686BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B686BF is #497940. Grayscale: #9A9A9A. Windows color (decimal): -4815169 or 12551862. OLE color: 12551862.
HSL color Cylindrical-coordinate representation of color #B686BF: hue angle of 290.53º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B686BF is Cyan = 0.05, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 182 | 134 | 191 | - |
| CMYK | 0.05 | 0.30 | 0 | 0.25 |
| HSL | 290.53º | 0.31% | 0.64% | - |
| HSV(B) | 290.53º | 0.3% | 0.75% | - |
| XYZ | 37.22 | 30.76 | 53.27 | - |
| YUV | 154.85 | 148.4 | 147.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 134 | 191 | 0.05 | 0.30 | 0 | 0.25 | 290.53 | 0.31 | 0.64 |
| Hex | B6 | 86 | BF | 5 | 1E | 0 | 19 | 123 | 1F | 40 |
| Octal | 266 | 206 | 277 | 5 | 36 | 0 | 31 | 443 | 37 | 100 |
| Binary | 10110110 | 10000110 | 10111111 | 101 | 11110 | 0 | 11001 | 100100011 | 11111 | 1000000 |
Color Harmonies of #B686BF
Complementary color
Monochromatic Colors of #B686BF
Black with #B686BF
Text Example
Text Example
White with #B686BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B686BF; }
p { color: rgb(182,134,191); }
H1.HeaderClassName
{
color: #B686BF;
}
.AnyTagClassName
{
color: #B686BF;
}
</style>
background-color css
<style>
a { background-color: #B686BF; }
a { background-color: rgb(182,134,191); }
div.DivClassName
{
background-color: #B686BF;
}
.BgClassName
{
background-color: #B686BF;
}
</style>
border-color css
<style>
span { border-color: #B686BF; }
span { border-color: rgb(182,134,191); }
td.TdClassName
{
border-color: #B686BF;
}
.TagClassName
{
border-color: #B686BF;
}
</style>