Shades of East Side #BB86CB
Tints of East Side #BB86CB
RGB
CMYK
RGB Variations
Color information
#BB86CB (or 0xBB86CB) is known color: East Side. HEX triplet: BB, 86 and CB. RGB value is (187,134,203). Sum of RGB (Red+Green+Blue) = 187+134+203=524 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.69% from 524); Green value is 134 (52.73% from 255 or 25.57% from 524); Blue value is 203 (79.69% from 255 or 38.74% from 524); Max value from RGB is 203 - color contains mainly: blue. Hex color #BB86CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB86CB is #447934. Grayscale: #9D9D9D. Windows color (decimal): -4487477 or 13338299. OLE color: 13338299.
HSL color Cylindrical-coordinate representation of color #BB86CB: hue angle of 286.09º degrees, saturation: 0.4, 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 #BB86CB is Cyan = 0.08, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 187 | 134 | 203 | - |
| CMYK | 0.08 | 0.34 | 0 | 0.20 |
| HSL | 286.09º | 0.4% | 0.66% | - |
| HSV(B) | 286.09º | 0.34% | 0.8% | - |
| XYZ | 39.8 | 31.93 | 60.56 | - |
| YUV | 157.71 | 153.56 | 148.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 134 | 203 | 0.08 | 0.34 | 0 | 0.20 | 286.09 | 0.4 | 0.66 |
| Hex | BB | 86 | CB | 8 | 22 | 0 | 14 | 11E | 28 | 42 |
| Octal | 273 | 206 | 313 | 10 | 42 | 0 | 24 | 436 | 50 | 102 |
| Binary | 10111011 | 10000110 | 11001011 | 1000 | 100010 | 0 | 10100 | 100011110 | 101000 | 1000010 |
Color Harmonies of #BB86CB
Complementary color
Monochromatic Colors of #BB86CB
Black with #BB86CB
Text Example
Text Example
White with #BB86CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB86CB; }
p { color: rgb(187,134,203); }
H1.HeaderClassName
{
color: #BB86CB;
}
.AnyTagClassName
{
color: #BB86CB;
}
</style>
background-color css
<style>
a { background-color: #BB86CB; }
a { background-color: rgb(187,134,203); }
div.DivClassName
{
background-color: #BB86CB;
}
.BgClassName
{
background-color: #BB86CB;
}
</style>
border-color css
<style>
span { border-color: #BB86CB; }
span { border-color: rgb(187,134,203); }
td.TdClassName
{
border-color: #BB86CB;
}
.TagClassName
{
border-color: #BB86CB;
}
</style>