Shades of East Side #BD88CE
Tints of East Side #BD88CE
RGB
CMYK
RGB Variations
Color information
#BD88CE (or 0xBD88CE) is known color: East Side. HEX triplet: BD, 88 and CE. RGB value is (189,136,206). Sum of RGB (Red+Green+Blue) = 189+136+206=531 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.59% from 531); Green value is 136 (53.52% from 255 or 25.61% from 531); Blue value is 206 (80.86% from 255 or 38.79% from 531); Max value from RGB is 206 - color contains mainly: blue. Hex color #BD88CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD88CE is #427731. Grayscale: #9F9F9F. Windows color (decimal): -4355890 or 13535421. OLE color: 13535421.
HSL color Cylindrical-coordinate representation of color #BD88CE: hue angle of 285.43º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BD88CE is Cyan = 0.08, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 189 | 136 | 206 | - |
| CMYK | 0.08 | 0.34 | 0 | 0.19 |
| HSL | 285.43º | 0.42% | 0.67% | - |
| HSV(B) | 285.43º | 0.34% | 0.81% | - |
| XYZ | 40.93 | 32.88 | 62.58 | - |
| YUV | 159.83 | 154.06 | 148.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 136 | 206 | 0.08 | 0.34 | 0 | 0.19 | 285.43 | 0.42 | 0.67 |
| Hex | BD | 88 | CE | 8 | 22 | 0 | 13 | 11D | 2A | 43 |
| Octal | 275 | 210 | 316 | 10 | 42 | 0 | 23 | 435 | 52 | 103 |
| Binary | 10111101 | 10001000 | 11001110 | 1000 | 100010 | 0 | 10011 | 100011101 | 101010 | 1000011 |
Color Harmonies of #BD88CE
Complementary color
Monochromatic Colors of #BD88CE
Black with #BD88CE
Text Example
Text Example
White with #BD88CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD88CE; }
p { color: rgb(189,136,206); }
H1.HeaderClassName
{
color: #BD88CE;
}
.AnyTagClassName
{
color: #BD88CE;
}
</style>
background-color css
<style>
a { background-color: #BD88CE; }
a { background-color: rgb(189,136,206); }
div.DivClassName
{
background-color: #BD88CE;
}
.BgClassName
{
background-color: #BD88CE;
}
</style>
border-color css
<style>
span { border-color: #BD88CE; }
span { border-color: rgb(189,136,206); }
td.TdClassName
{
border-color: #BD88CE;
}
.TagClassName
{
border-color: #BD88CE;
}
</style>