Shades of East Side #B886CE
Tints of East Side #B886CE
RGB
CMYK
RGB Variations
Color information
#B886CE (or 0xB886CE) is known color: East Side. HEX triplet: B8, 86 and CE. RGB value is (184,134,206). Sum of RGB (Red+Green+Blue) = 184+134+206=524 (69% of max value = 765). Red value is 184 (72.27% from 255 or 35.11% from 524); Green value is 134 (52.73% from 255 or 25.57% from 524); Blue value is 206 (80.86% from 255 or 39.31% from 524); Max value from RGB is 206 - color contains mainly: blue. Hex color #B886CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B886CE is #477931. Grayscale: #9C9C9C. Windows color (decimal): -4684082 or 13534904. OLE color: 13534904.
HSL color Cylindrical-coordinate representation of color #B886CE: hue angle of 281.67º degrees, saturation: 0.42, 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 #B886CE is Cyan = 0.11, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 184 | 134 | 206 | - |
| CMYK | 0.11 | 0.35 | 0 | 0.19 |
| HSL | 281.67º | 0.42% | 0.67% | - |
| HSV(B) | 281.67º | 0.35% | 0.81% | - |
| XYZ | 39.43 | 31.7 | 62.43 | - |
| YUV | 157.16 | 155.57 | 147.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 134 | 206 | 0.11 | 0.35 | 0 | 0.19 | 281.67 | 0.42 | 0.67 |
| Hex | B8 | 86 | CE | B | 23 | 0 | 13 | 11A | 2A | 43 |
| Octal | 270 | 206 | 316 | 13 | 43 | 0 | 23 | 432 | 52 | 103 |
| Binary | 10111000 | 10000110 | 11001110 | 1011 | 100011 | 0 | 10011 | 100011010 | 101010 | 1000011 |
Color Harmonies of #B886CE
Complementary color
Monochromatic Colors of #B886CE
Black with #B886CE
Text Example
Text Example
White with #B886CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B886CE; }
p { color: rgb(184,134,206); }
H1.HeaderClassName
{
color: #B886CE;
}
.AnyTagClassName
{
color: #B886CE;
}
</style>
background-color css
<style>
a { background-color: #B886CE; }
a { background-color: rgb(184,134,206); }
div.DivClassName
{
background-color: #B886CE;
}
.BgClassName
{
background-color: #B886CE;
}
</style>
border-color css
<style>
span { border-color: #B886CE; }
span { border-color: rgb(184,134,206); }
td.TdClassName
{
border-color: #B886CE;
}
.TagClassName
{
border-color: #B886CE;
}
</style>