Shades of East Side #BD89CB
Tints of East Side #BD89CB
RGB
CMYK
RGB Variations
Color information
#BD89CB (or 0xBD89CB) is known color: East Side. HEX triplet: BD, 89 and CB. RGB value is (189,137,203). Sum of RGB (Red+Green+Blue) = 189+137+203=529 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.73% from 529); Green value is 137 (53.91% from 255 or 25.90% from 529); Blue value is 203 (79.69% from 255 or 38.37% from 529); Max value from RGB is 203 - color contains mainly: blue. Hex color #BD89CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD89CB is #427634. Grayscale: #9F9F9F. Windows color (decimal): -4355637 or 13339069. OLE color: 13339069.
HSL color Cylindrical-coordinate representation of color #BD89CB: hue angle of 287.27º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BD89CB is Cyan = 0.07, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 189 | 137 | 203 | - |
| CMYK | 0.07 | 0.33 | 0 | 0.20 |
| HSL | 287.27º | 0.39% | 0.67% | - |
| HSV(B) | 287.27º | 0.33% | 0.8% | - |
| XYZ | 40.71 | 33.02 | 60.73 | - |
| YUV | 160.07 | 152.23 | 148.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 137 | 203 | 0.07 | 0.33 | 0 | 0.20 | 287.27 | 0.39 | 0.67 |
| Hex | BD | 89 | CB | 7 | 21 | 0 | 14 | 11F | 27 | 43 |
| Octal | 275 | 211 | 313 | 7 | 41 | 0 | 24 | 437 | 47 | 103 |
| Binary | 10111101 | 10001001 | 11001011 | 111 | 100001 | 0 | 10100 | 100011111 | 100111 | 1000011 |
Color Harmonies of #BD89CB
Complementary color
Monochromatic Colors of #BD89CB
Black with #BD89CB
Text Example
Text Example
White with #BD89CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD89CB; }
p { color: rgb(189,137,203); }
H1.HeaderClassName
{
color: #BD89CB;
}
.AnyTagClassName
{
color: #BD89CB;
}
</style>
background-color css
<style>
a { background-color: #BD89CB; }
a { background-color: rgb(189,137,203); }
div.DivClassName
{
background-color: #BD89CB;
}
.BgClassName
{
background-color: #BD89CB;
}
</style>
border-color css
<style>
span { border-color: #BD89CB; }
span { border-color: rgb(189,137,203); }
td.TdClassName
{
border-color: #BD89CB;
}
.TagClassName
{
border-color: #BD89CB;
}
</style>