Shades of East Side #BD88CF
Tints of East Side #BD88CF
RGB
CMYK
RGB Variations
Color information
#BD88CF (or 0xBD88CF) is known color: East Side. HEX triplet: BD, 88 and CF. RGB value is (189,136,207). Sum of RGB (Red+Green+Blue) = 189+136+207=532 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.53% from 532); Green value is 136 (53.52% from 255 or 25.56% from 532); Blue value is 207 (81.25% from 255 or 38.91% from 532); Max value from RGB is 207 - color contains mainly: blue. Hex color #BD88CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD88CF is #427730. Grayscale: #9F9F9F. Windows color (decimal): -4355889 or 13600957. OLE color: 13600957.
HSL color Cylindrical-coordinate representation of color #BD88CF: hue angle of 284.79º degrees, saturation: 0.43, 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 #BD88CF is Cyan = 0.09, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 189 | 136 | 207 | - |
| CMYK | 0.09 | 0.34 | 0 | 0.19 |
| HSL | 284.79º | 0.43% | 0.67% | - |
| HSV(B) | 284.79º | 0.34% | 0.81% | - |
| XYZ | 41.05 | 32.93 | 63.22 | - |
| YUV | 159.94 | 154.56 | 148.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 136 | 207 | 0.09 | 0.34 | 0 | 0.19 | 284.79 | 0.43 | 0.67 |
| Hex | BD | 88 | CF | 9 | 22 | 0 | 13 | 11D | 2B | 43 |
| Octal | 275 | 210 | 317 | 11 | 42 | 0 | 23 | 435 | 53 | 103 |
| Binary | 10111101 | 10001000 | 11001111 | 1001 | 100010 | 0 | 10011 | 100011101 | 101011 | 1000011 |
Color Harmonies of #BD88CF
Complementary color
Monochromatic Colors of #BD88CF
Black with #BD88CF
Text Example
Text Example
White with #BD88CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD88CF; }
p { color: rgb(189,136,207); }
H1.HeaderClassName
{
color: #BD88CF;
}
.AnyTagClassName
{
color: #BD88CF;
}
</style>
background-color css
<style>
a { background-color: #BD88CF; }
a { background-color: rgb(189,136,207); }
div.DivClassName
{
background-color: #BD88CF;
}
.BgClassName
{
background-color: #BD88CF;
}
</style>
border-color css
<style>
span { border-color: #BD88CF; }
span { border-color: rgb(189,136,207); }
td.TdClassName
{
border-color: #BD88CF;
}
.TagClassName
{
border-color: #BD88CF;
}
</style>