Shades of East Side #BD8BCC
Tints of East Side #BD8BCC
RGB
CMYK
RGB Variations
Color information
#BD8BCC (or 0xBD8BCC) is known color: East Side. HEX triplet: BD, 8B and CC. RGB value is (189,139,204). Sum of RGB (Red+Green+Blue) = 189+139+204=532 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.53% from 532); Green value is 139 (54.69% from 255 or 26.13% from 532); Blue value is 204 (80.08% from 255 or 38.35% from 532); Max value from RGB is 204 - color contains mainly: blue. Hex color #BD8BCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD8BCC is #427433. Grayscale: #A1A1A1. Windows color (decimal): -4355124 or 13405117. OLE color: 13405117.
HSL color Cylindrical-coordinate representation of color #BD8BCC: hue angle of 286.15º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BD8BCC is Cyan = 0.07, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 189 | 139 | 204 | - |
| CMYK | 0.07 | 0.32 | 0 | 0.2 |
| HSL | 286.15º | 0.39% | 0.67% | - |
| HSV(B) | 286.15º | 0.32% | 0.8% | - |
| XYZ | 41.12 | 33.64 | 61.45 | - |
| YUV | 161.36 | 152.07 | 147.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 139 | 204 | 0.07 | 0.32 | 0 | 0.2 | 286.15 | 0.39 | 0.67 |
| Hex | BD | 8B | CC | 7 | 20 | 0 | 14 | 11E | 27 | 43 |
| Octal | 275 | 213 | 314 | 7 | 40 | 0 | 24 | 436 | 47 | 103 |
| Binary | 10111101 | 10001011 | 11001100 | 111 | 100000 | 0 | 10100 | 100011110 | 100111 | 1000011 |
Color Harmonies of #BD8BCC
Complementary color
Monochromatic Colors of #BD8BCC
Black with #BD8BCC
Text Example
Text Example
White with #BD8BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8BCC; }
p { color: rgb(189,139,204); }
H1.HeaderClassName
{
color: #BD8BCC;
}
.AnyTagClassName
{
color: #BD8BCC;
}
</style>
background-color css
<style>
a { background-color: #BD8BCC; }
a { background-color: rgb(189,139,204); }
div.DivClassName
{
background-color: #BD8BCC;
}
.BgClassName
{
background-color: #BD8BCC;
}
</style>
border-color css
<style>
span { border-color: #BD8BCC; }
span { border-color: rgb(189,139,204); }
td.TdClassName
{
border-color: #BD8BCC;
}
.TagClassName
{
border-color: #BD8BCC;
}
</style>