Shades of East Side #BD88D0
Tints of East Side #BD88D0
RGB
CMYK
RGB Variations
Color information
#BD88D0 (or 0xBD88D0) is known color: East Side. HEX triplet: BD, 88 and D0. RGB value is (189,136,208). Sum of RGB (Red+Green+Blue) = 189+136+208=533 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.46% from 533); Green value is 136 (53.52% from 255 or 25.52% from 533); Blue value is 208 (81.64% from 255 or 39.02% from 533); Max value from RGB is 208 - color contains mainly: blue. Hex color #BD88D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD88D0 is #42772F. Grayscale: #9F9F9F. Windows color (decimal): -4355888 or 13666493. OLE color: 13666493.
HSL color Cylindrical-coordinate representation of color #BD88D0: hue angle of 284.17º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BD88D0 is Cyan = 0.09, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 189 | 136 | 208 | - |
| CMYK | 0.09 | 0.35 | 0 | 0.18 |
| HSL | 284.17º | 0.43% | 0.67% | - |
| HSV(B) | 284.17º | 0.35% | 0.82% | - |
| XYZ | 41.18 | 32.98 | 63.87 | - |
| YUV | 160.06 | 155.06 | 148.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 136 | 208 | 0.09 | 0.35 | 0 | 0.18 | 284.17 | 0.43 | 0.67 |
| Hex | BD | 88 | D0 | 9 | 23 | 0 | 12 | 11C | 2B | 43 |
| Octal | 275 | 210 | 320 | 11 | 43 | 0 | 22 | 434 | 53 | 103 |
| Binary | 10111101 | 10001000 | 11010000 | 1001 | 100011 | 0 | 10010 | 100011100 | 101011 | 1000011 |
Color Harmonies of #BD88D0
Complementary color
Monochromatic Colors of #BD88D0
Black with #BD88D0
Text Example
Text Example
White with #BD88D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD88D0; }
p { color: rgb(189,136,208); }
H1.HeaderClassName
{
color: #BD88D0;
}
.AnyTagClassName
{
color: #BD88D0;
}
</style>
background-color css
<style>
a { background-color: #BD88D0; }
a { background-color: rgb(189,136,208); }
div.DivClassName
{
background-color: #BD88D0;
}
.BgClassName
{
background-color: #BD88D0;
}
</style>
border-color css
<style>
span { border-color: #BD88D0; }
span { border-color: rgb(189,136,208); }
td.TdClassName
{
border-color: #BD88D0;
}
.TagClassName
{
border-color: #BD88D0;
}
</style>