Shades of East Side #BD89C7
Tints of East Side #BD89C7
RGB
CMYK
RGB Variations
Color information
#BD89C7 (or 0xBD89C7) is known color: East Side. HEX triplet: BD, 89 and C7. RGB value is (189,137,199). Sum of RGB (Red+Green+Blue) = 189+137+199=525 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36% from 525); Green value is 137 (53.91% from 255 or 26.10% from 525); Blue value is 199 (78.12% from 255 or 37.90% from 525); Max value from RGB is 199 - color contains mainly: blue. Hex color #BD89C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD89C7 is #427638. Grayscale: #9F9F9F. Windows color (decimal): -4355641 or 13076925. OLE color: 13076925.
HSL color Cylindrical-coordinate representation of color #BD89C7: hue angle of 290.32º degrees, saturation: 0.36, 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 #BD89C7 is Cyan = 0.05, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 189 | 137 | 199 | - |
| CMYK | 0.05 | 0.31 | 0 | 0.22 |
| HSL | 290.32º | 0.36% | 0.66% | - |
| HSV(B) | 290.32º | 0.31% | 0.78% | - |
| XYZ | 40.24 | 32.83 | 58.25 | - |
| YUV | 159.62 | 150.23 | 148.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 137 | 199 | 0.05 | 0.31 | 0 | 0.22 | 290.32 | 0.36 | 0.66 |
| Hex | BD | 89 | C7 | 5 | 1F | 0 | 16 | 122 | 24 | 42 |
| Octal | 275 | 211 | 307 | 5 | 37 | 0 | 26 | 442 | 44 | 102 |
| Binary | 10111101 | 10001001 | 11000111 | 101 | 11111 | 0 | 10110 | 100100010 | 100100 | 1000010 |
Color Harmonies of #BD89C7
Complementary color
Monochromatic Colors of #BD89C7
Black with #BD89C7
Text Example
Text Example
White with #BD89C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD89C7; }
p { color: rgb(189,137,199); }
H1.HeaderClassName
{
color: #BD89C7;
}
.AnyTagClassName
{
color: #BD89C7;
}
</style>
background-color css
<style>
a { background-color: #BD89C7; }
a { background-color: rgb(189,137,199); }
div.DivClassName
{
background-color: #BD89C7;
}
.BgClassName
{
background-color: #BD89C7;
}
</style>
border-color css
<style>
span { border-color: #BD89C7; }
span { border-color: rgb(189,137,199); }
td.TdClassName
{
border-color: #BD89C7;
}
.TagClassName
{
border-color: #BD89C7;
}
</style>