Shades of East Side #BB86CE
Tints of East Side #BB86CE
RGB
CMYK
RGB Variations
Color information
#BB86CE (or 0xBB86CE) is known color: East Side. HEX triplet: BB, 86 and CE. RGB value is (187,134,206). Sum of RGB (Red+Green+Blue) = 187+134+206=527 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.48% from 527); Green value is 134 (52.73% from 255 or 25.43% from 527); Blue value is 206 (80.86% from 255 or 39.09% from 527); Max value from RGB is 206 - color contains mainly: blue. Hex color #BB86CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB86CE is #447931. Grayscale: #9D9D9D. Windows color (decimal): -4487474 or 13534907. OLE color: 13534907.
HSL color Cylindrical-coordinate representation of color #BB86CE: hue angle of 284.17º 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 #BB86CE is Cyan = 0.09, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 187 | 134 | 206 | - |
| CMYK | 0.09 | 0.35 | 0 | 0.19 |
| HSL | 284.17º | 0.42% | 0.67% | - |
| HSV(B) | 284.17º | 0.35% | 0.81% | - |
| XYZ | 40.16 | 32.07 | 62.47 | - |
| YUV | 158.06 | 155.06 | 148.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 134 | 206 | 0.09 | 0.35 | 0 | 0.19 | 284.17 | 0.42 | 0.67 |
| Hex | BB | 86 | CE | 9 | 23 | 0 | 13 | 11C | 2A | 43 |
| Octal | 273 | 206 | 316 | 11 | 43 | 0 | 23 | 434 | 52 | 103 |
| Binary | 10111011 | 10000110 | 11001110 | 1001 | 100011 | 0 | 10011 | 100011100 | 101010 | 1000011 |
Color Harmonies of #BB86CE
Complementary color
Monochromatic Colors of #BB86CE
Black with #BB86CE
Text Example
Text Example
White with #BB86CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB86CE; }
p { color: rgb(187,134,206); }
H1.HeaderClassName
{
color: #BB86CE;
}
.AnyTagClassName
{
color: #BB86CE;
}
</style>
background-color css
<style>
a { background-color: #BB86CE; }
a { background-color: rgb(187,134,206); }
div.DivClassName
{
background-color: #BB86CE;
}
.BgClassName
{
background-color: #BB86CE;
}
</style>
border-color css
<style>
span { border-color: #BB86CE; }
span { border-color: rgb(187,134,206); }
td.TdClassName
{
border-color: #BB86CE;
}
.TagClassName
{
border-color: #BB86CE;
}
</style>