Shades of East Side #B886CC
Tints of East Side #B886CC
RGB
CMYK
RGB Variations
Color information
#B886CC (or 0xB886CC) is known color: East Side. HEX triplet: B8, 86 and CC. RGB value is (184,134,204). Sum of RGB (Red+Green+Blue) = 184+134+204=522 (69% of max value = 765). Red value is 184 (72.27% from 255 or 35.25% from 522); Green value is 134 (52.73% from 255 or 25.67% from 522); Blue value is 204 (80.08% from 255 or 39.08% from 522); Max value from RGB is 204 - color contains mainly: blue. Hex color #B886CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B886CC is #477933. Grayscale: #9C9C9C. Windows color (decimal): -4684084 or 13403832. OLE color: 13403832.
HSL color Cylindrical-coordinate representation of color #B886CC: hue angle of 282.86º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B886CC is Cyan = 0.10, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 184 | 134 | 204 | - |
| CMYK | 0.10 | 0.34 | 0 | 0.2 |
| HSL | 282.86º | 0.41% | 0.66% | - |
| HSV(B) | 282.86º | 0.34% | 0.8% | - |
| XYZ | 39.19 | 31.6 | 61.16 | - |
| YUV | 156.93 | 154.57 | 147.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 134 | 204 | 0.10 | 0.34 | 0 | 0.2 | 282.86 | 0.41 | 0.66 |
| Hex | B8 | 86 | CC | A | 22 | 0 | 14 | 11B | 29 | 42 |
| Octal | 270 | 206 | 314 | 12 | 42 | 0 | 24 | 433 | 51 | 102 |
| Binary | 10111000 | 10000110 | 11001100 | 1010 | 100010 | 0 | 10100 | 100011011 | 101001 | 1000010 |
Color Harmonies of #B886CC
Complementary color
Monochromatic Colors of #B886CC
Black with #B886CC
Text Example
Text Example
White with #B886CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B886CC; }
p { color: rgb(184,134,204); }
H1.HeaderClassName
{
color: #B886CC;
}
.AnyTagClassName
{
color: #B886CC;
}
</style>
background-color css
<style>
a { background-color: #B886CC; }
a { background-color: rgb(184,134,204); }
div.DivClassName
{
background-color: #B886CC;
}
.BgClassName
{
background-color: #B886CC;
}
</style>
border-color css
<style>
span { border-color: #B886CC; }
span { border-color: rgb(184,134,204); }
td.TdClassName
{
border-color: #B886CC;
}
.TagClassName
{
border-color: #B886CC;
}
</style>