Shades of East Side #B686BB
Tints of East Side #B686BB
RGB
CMYK
RGB Variations
Color information
#B686BB (or 0xB686BB) is known color: East Side. HEX triplet: B6, 86 and BB. RGB value is (182,134,187). Sum of RGB (Red+Green+Blue) = 182+134+187=503 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.18% from 503); Green value is 134 (52.73% from 255 or 26.64% from 503); Blue value is 187 (73.44% from 255 or 37.18% from 503); Max value from RGB is 187 - color contains mainly: blue. Hex color #B686BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B686BB is #497944. Grayscale: #9A9A9A. Windows color (decimal): -4815173 or 12289718. OLE color: 12289718.
HSL color Cylindrical-coordinate representation of color #B686BB: hue angle of 294.34º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B686BB is Cyan = 0.03, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 182 | 134 | 187 | - |
| CMYK | 0.03 | 0.28 | 0 | 0.27 |
| HSL | 294.34º | 0.28% | 0.63% | - |
| HSV(B) | 294.34º | 0.28% | 0.73% | - |
| XYZ | 36.79 | 30.58 | 50.98 | - |
| YUV | 154.39 | 146.4 | 147.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 134 | 187 | 0.03 | 0.28 | 0 | 0.27 | 294.34 | 0.28 | 0.63 |
| Hex | B6 | 86 | BB | 3 | 1C | 0 | 1B | 126 | 1C | 3F |
| Octal | 266 | 206 | 273 | 3 | 34 | 0 | 33 | 446 | 34 | 77 |
| Binary | 10110110 | 10000110 | 10111011 | 11 | 11100 | 0 | 11011 | 100100110 | 11100 | 111111 |
Color Harmonies of #B686BB
Complementary color
Monochromatic Colors of #B686BB
Black with #B686BB
Text Example
Text Example
White with #B686BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B686BB; }
p { color: rgb(182,134,187); }
H1.HeaderClassName
{
color: #B686BB;
}
.AnyTagClassName
{
color: #B686BB;
}
</style>
background-color css
<style>
a { background-color: #B686BB; }
a { background-color: rgb(182,134,187); }
div.DivClassName
{
background-color: #B686BB;
}
.BgClassName
{
background-color: #B686BB;
}
</style>
border-color css
<style>
span { border-color: #B686BB; }
span { border-color: rgb(182,134,187); }
td.TdClassName
{
border-color: #B686BB;
}
.TagClassName
{
border-color: #B686BB;
}
</style>