Shades of East Side #B986C2
Tints of East Side #B986C2
RGB
CMYK
RGB Variations
Color information
#B986C2 (or 0xB986C2) is known color: East Side. HEX triplet: B9, 86 and C2. RGB value is (185,134,194). Sum of RGB (Red+Green+Blue) = 185+134+194=513 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.06% from 513); Green value is 134 (52.73% from 255 or 26.12% from 513); Blue value is 194 (76.17% from 255 or 37.82% from 513); Max value from RGB is 194 - color contains mainly: blue. Hex color #B986C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B986C2 is #46793D. Grayscale: #9B9B9B. Windows color (decimal): -4618558 or 12748473. OLE color: 12748473.
HSL color Cylindrical-coordinate representation of color #B986C2: hue angle of 291º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B986C2 is Cyan = 0.05, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 185 | 134 | 194 | - |
| CMYK | 0.05 | 0.31 | 0 | 0.24 |
| HSL | 291º | 0.33% | 0.64% | - |
| HSV(B) | 291º | 0.31% | 0.76% | - |
| XYZ | 38.27 | 31.26 | 55.06 | - |
| YUV | 156.09 | 149.4 | 148.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 134 | 194 | 0.05 | 0.31 | 0 | 0.24 | 291 | 0.33 | 0.64 |
| Hex | B9 | 86 | C2 | 5 | 1F | 0 | 18 | 123 | 21 | 40 |
| Octal | 271 | 206 | 302 | 5 | 37 | 0 | 30 | 443 | 41 | 100 |
| Binary | 10111001 | 10000110 | 11000010 | 101 | 11111 | 0 | 11000 | 100100011 | 100001 | 1000000 |
Color Harmonies of #B986C2
Complementary color
Monochromatic Colors of #B986C2
Black with #B986C2
Text Example
Text Example
White with #B986C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B986C2; }
p { color: rgb(185,134,194); }
H1.HeaderClassName
{
color: #B986C2;
}
.AnyTagClassName
{
color: #B986C2;
}
</style>
background-color css
<style>
a { background-color: #B986C2; }
a { background-color: rgb(185,134,194); }
div.DivClassName
{
background-color: #B986C2;
}
.BgClassName
{
background-color: #B986C2;
}
</style>
border-color css
<style>
span { border-color: #B986C2; }
span { border-color: rgb(185,134,194); }
td.TdClassName
{
border-color: #B986C2;
}
.TagClassName
{
border-color: #B986C2;
}
</style>