Shades of East Side #B686CF
Tints of East Side #B686CF
RGB
CMYK
RGB Variations
Color information
#B686CF (or 0xB686CF) is known color: East Side. HEX triplet: B6, 86 and CF. RGB value is (182,134,207). Sum of RGB (Red+Green+Blue) = 182+134+207=523 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.80% from 523); Green value is 134 (52.73% from 255 or 25.62% from 523); Blue value is 207 (81.25% from 255 or 39.58% from 523); Max value from RGB is 207 - color contains mainly: blue. Hex color #B686CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B686CF is #497930. Grayscale: #9C9C9C. Windows color (decimal): -4815153 or 13600438. OLE color: 13600438.
HSL color Cylindrical-coordinate representation of color #B686CF: hue angle of 279.45º 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 #B686CF is Cyan = 0.12, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 182 | 134 | 207 | - |
| CMYK | 0.12 | 0.35 | 0 | 0.19 |
| HSL | 279.45º | 0.43% | 0.67% | - |
| HSV(B) | 279.45º | 0.35% | 0.81% | - |
| XYZ | 39.08 | 31.5 | 63.05 | - |
| YUV | 156.67 | 156.4 | 146.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 134 | 207 | 0.12 | 0.35 | 0 | 0.19 | 279.45 | 0.43 | 0.67 |
| Hex | B6 | 86 | CF | C | 23 | 0 | 13 | 117 | 2B | 43 |
| Octal | 266 | 206 | 317 | 14 | 43 | 0 | 23 | 427 | 53 | 103 |
| Binary | 10110110 | 10000110 | 11001111 | 1100 | 100011 | 0 | 10011 | 100010111 | 101011 | 1000011 |
Color Harmonies of #B686CF
Complementary color
Monochromatic Colors of #B686CF
Black with #B686CF
Text Example
Text Example
White with #B686CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B686CF; }
p { color: rgb(182,134,207); }
H1.HeaderClassName
{
color: #B686CF;
}
.AnyTagClassName
{
color: #B686CF;
}
</style>
background-color css
<style>
a { background-color: #B686CF; }
a { background-color: rgb(182,134,207); }
div.DivClassName
{
background-color: #B686CF;
}
.BgClassName
{
background-color: #B686CF;
}
</style>
border-color css
<style>
span { border-color: #B686CF; }
span { border-color: rgb(182,134,207); }
td.TdClassName
{
border-color: #B686CF;
}
.TagClassName
{
border-color: #B686CF;
}
</style>