Shades of East Side #BB89CA
Tints of East Side #BB89CA
RGB
CMYK
RGB Variations
Color information
#BB89CA (or 0xBB89CA) is known color: East Side. HEX triplet: BB, 89 and CA. RGB value is (187,137,202). Sum of RGB (Red+Green+Blue) = 187+137+202=526 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.55% from 526); Green value is 137 (53.91% from 255 or 26.05% from 526); Blue value is 202 (79.30% from 255 or 38.40% from 526); Max value from RGB is 202 - color contains mainly: blue. Hex color #BB89CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB89CA is #447635. Grayscale: #9F9F9F. Windows color (decimal): -4486710 or 13273531. OLE color: 13273531.
HSL color Cylindrical-coordinate representation of color #BB89CA: hue angle of 286.15º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BB89CA is Cyan = 0.07, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 187 | 137 | 202 | - |
| CMYK | 0.07 | 0.32 | 0 | 0.21 |
| HSL | 286.15º | 0.38% | 0.66% | - |
| HSV(B) | 286.15º | 0.32% | 0.79% | - |
| XYZ | 40.1 | 32.72 | 60.08 | - |
| YUV | 159.36 | 152.07 | 147.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 137 | 202 | 0.07 | 0.32 | 0 | 0.21 | 286.15 | 0.38 | 0.66 |
| Hex | BB | 89 | CA | 7 | 20 | 0 | 15 | 11E | 26 | 42 |
| Octal | 273 | 211 | 312 | 7 | 40 | 0 | 25 | 436 | 46 | 102 |
| Binary | 10111011 | 10001001 | 11001010 | 111 | 100000 | 0 | 10101 | 100011110 | 100110 | 1000010 |
Color Harmonies of #BB89CA
Complementary color
Monochromatic Colors of #BB89CA
Black with #BB89CA
Text Example
Text Example
White with #BB89CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB89CA; }
p { color: rgb(187,137,202); }
H1.HeaderClassName
{
color: #BB89CA;
}
.AnyTagClassName
{
color: #BB89CA;
}
</style>
background-color css
<style>
a { background-color: #BB89CA; }
a { background-color: rgb(187,137,202); }
div.DivClassName
{
background-color: #BB89CA;
}
.BgClassName
{
background-color: #BB89CA;
}
</style>
border-color css
<style>
span { border-color: #BB89CA; }
span { border-color: rgb(187,137,202); }
td.TdClassName
{
border-color: #BB89CA;
}
.TagClassName
{
border-color: #BB89CA;
}
</style>