Shades of East Side #BB86CA
Tints of East Side #BB86CA
RGB
CMYK
RGB Variations
Color information
#BB86CA (or 0xBB86CA) is known color: East Side. HEX triplet: BB, 86 and CA. RGB value is (187,134,202). Sum of RGB (Red+Green+Blue) = 187+134+202=523 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.76% from 523); Green value is 134 (52.73% from 255 or 25.62% from 523); Blue value is 202 (79.30% from 255 or 38.62% from 523); Max value from RGB is 202 - color contains mainly: blue. Hex color #BB86CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB86CA is #447935. Grayscale: #9D9D9D. Windows color (decimal): -4487478 or 13272763. OLE color: 13272763.
HSL color Cylindrical-coordinate representation of color #BB86CA: hue angle of 286.76º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BB86CA is Cyan = 0.07, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 187 | 134 | 202 | - |
| CMYK | 0.07 | 0.34 | 0 | 0.21 |
| HSL | 286.76º | 0.39% | 0.66% | - |
| HSV(B) | 286.76º | 0.34% | 0.79% | - |
| XYZ | 39.68 | 31.88 | 59.94 | - |
| YUV | 157.6 | 153.06 | 148.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 134 | 202 | 0.07 | 0.34 | 0 | 0.21 | 286.76 | 0.39 | 0.66 |
| Hex | BB | 86 | CA | 7 | 22 | 0 | 15 | 11F | 27 | 42 |
| Octal | 273 | 206 | 312 | 7 | 42 | 0 | 25 | 437 | 47 | 102 |
| Binary | 10111011 | 10000110 | 11001010 | 111 | 100010 | 0 | 10101 | 100011111 | 100111 | 1000010 |
Color Harmonies of #BB86CA
Complementary color
Monochromatic Colors of #BB86CA
Black with #BB86CA
Text Example
Text Example
White with #BB86CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB86CA; }
p { color: rgb(187,134,202); }
H1.HeaderClassName
{
color: #BB86CA;
}
.AnyTagClassName
{
color: #BB86CA;
}
</style>
background-color css
<style>
a { background-color: #BB86CA; }
a { background-color: rgb(187,134,202); }
div.DivClassName
{
background-color: #BB86CA;
}
.BgClassName
{
background-color: #BB86CA;
}
</style>
border-color css
<style>
span { border-color: #BB86CA; }
span { border-color: rgb(187,134,202); }
td.TdClassName
{
border-color: #BB86CA;
}
.TagClassName
{
border-color: #BB86CA;
}
</style>