Shades of East Side #BB89CE
Tints of East Side #BB89CE
RGB
CMYK
RGB Variations
Color information
#BB89CE (or 0xBB89CE) is known color: East Side. HEX triplet: BB, 89 and CE. RGB value is (187,137,206). Sum of RGB (Red+Green+Blue) = 187+137+206=530 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.28% from 530); Green value is 137 (53.91% from 255 or 25.85% from 530); Blue value is 206 (80.86% from 255 or 38.87% from 530); Max value from RGB is 206 - color contains mainly: blue. Hex color #BB89CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB89CE is #447631. Grayscale: #9F9F9F. Windows color (decimal): -4486706 or 13535675. OLE color: 13535675.
HSL color Cylindrical-coordinate representation of color #BB89CE: hue angle of 283.48º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BB89CE is Cyan = 0.09, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 187 | 137 | 206 | - |
| CMYK | 0.09 | 0.33 | 0 | 0.19 |
| HSL | 283.48º | 0.41% | 0.67% | - |
| HSV(B) | 283.48º | 0.33% | 0.81% | - |
| XYZ | 40.58 | 32.91 | 62.61 | - |
| YUV | 159.82 | 154.07 | 147.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 137 | 206 | 0.09 | 0.33 | 0 | 0.19 | 283.48 | 0.41 | 0.67 |
| Hex | BB | 89 | CE | 9 | 21 | 0 | 13 | 11B | 29 | 43 |
| Octal | 273 | 211 | 316 | 11 | 41 | 0 | 23 | 433 | 51 | 103 |
| Binary | 10111011 | 10001001 | 11001110 | 1001 | 100001 | 0 | 10011 | 100011011 | 101001 | 1000011 |
Color Harmonies of #BB89CE
Complementary color
Monochromatic Colors of #BB89CE
Black with #BB89CE
Text Example
Text Example
White with #BB89CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB89CE; }
p { color: rgb(187,137,206); }
H1.HeaderClassName
{
color: #BB89CE;
}
.AnyTagClassName
{
color: #BB89CE;
}
</style>
background-color css
<style>
a { background-color: #BB89CE; }
a { background-color: rgb(187,137,206); }
div.DivClassName
{
background-color: #BB89CE;
}
.BgClassName
{
background-color: #BB89CE;
}
</style>
border-color css
<style>
span { border-color: #BB89CE; }
span { border-color: rgb(187,137,206); }
td.TdClassName
{
border-color: #BB89CE;
}
.TagClassName
{
border-color: #BB89CE;
}
</style>