Shades of East Side #BB89C6
Tints of East Side #BB89C6
RGB
CMYK
RGB Variations
Color information
#BB89C6 (or 0xBB89C6) is known color: East Side. HEX triplet: BB, 89 and C6. RGB value is (187,137,198). Sum of RGB (Red+Green+Blue) = 187+137+198=522 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.82% from 522); Green value is 137 (53.91% from 255 or 26.25% from 522); Blue value is 198 (77.73% from 255 or 37.93% from 522); Max value from RGB is 198 - color contains mainly: blue. Hex color #BB89C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB89C6 is #447639. Grayscale: #9E9E9E. Windows color (decimal): -4486714 or 13011387. OLE color: 13011387.
HSL color Cylindrical-coordinate representation of color #BB89C6: hue angle of 289.18º degrees, saturation: 0.35, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BB89C6 is Cyan = 0.06, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 187 | 137 | 198 | - |
| CMYK | 0.06 | 0.31 | 0 | 0.22 |
| HSL | 289.18º | 0.35% | 0.66% | - |
| HSV(B) | 289.18º | 0.31% | 0.78% | - |
| XYZ | 39.63 | 32.53 | 57.62 | - |
| YUV | 158.9 | 150.07 | 148.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 137 | 198 | 0.06 | 0.31 | 0 | 0.22 | 289.18 | 0.35 | 0.66 |
| Hex | BB | 89 | C6 | 6 | 1F | 0 | 16 | 121 | 23 | 42 |
| Octal | 273 | 211 | 306 | 6 | 37 | 0 | 26 | 441 | 43 | 102 |
| Binary | 10111011 | 10001001 | 11000110 | 110 | 11111 | 0 | 10110 | 100100001 | 100011 | 1000010 |
Color Harmonies of #BB89C6
Complementary color
Monochromatic Colors of #BB89C6
Black with #BB89C6
Text Example
Text Example
White with #BB89C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB89C6; }
p { color: rgb(187,137,198); }
H1.HeaderClassName
{
color: #BB89C6;
}
.AnyTagClassName
{
color: #BB89C6;
}
</style>
background-color css
<style>
a { background-color: #BB89C6; }
a { background-color: rgb(187,137,198); }
div.DivClassName
{
background-color: #BB89C6;
}
.BgClassName
{
background-color: #BB89C6;
}
</style>
border-color css
<style>
span { border-color: #BB89C6; }
span { border-color: rgb(187,137,198); }
td.TdClassName
{
border-color: #BB89C6;
}
.TagClassName
{
border-color: #BB89C6;
}
</style>