Shades of East Side #BD8DCB
Tints of East Side #BD8DCB
RGB
CMYK
RGB Variations
Color information
#BD8DCB (or 0xBD8DCB) is known color: East Side. HEX triplet: BD, 8D and CB. RGB value is (189,141,203). Sum of RGB (Red+Green+Blue) = 189+141+203=533 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.46% from 533); Green value is 141 (55.47% from 255 or 26.45% from 533); Blue value is 203 (79.69% from 255 or 38.09% from 533); Max value from RGB is 203 - color contains mainly: blue. Hex color #BD8DCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD8DCB is #427234. Grayscale: #A2A2A2. Windows color (decimal): -4354613 or 13340093. OLE color: 13340093.
HSL color Cylindrical-coordinate representation of color #BD8DCB: hue angle of 286.45º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BD8DCB is Cyan = 0.07, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 189 | 141 | 203 | - |
| CMYK | 0.07 | 0.31 | 0 | 0.20 |
| HSL | 286.45º | 0.37% | 0.67% | - |
| HSV(B) | 286.45º | 0.31% | 0.8% | - |
| XYZ | 41.29 | 34.18 | 60.92 | - |
| YUV | 162.42 | 150.9 | 146.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 141 | 203 | 0.07 | 0.31 | 0 | 0.20 | 286.45 | 0.37 | 0.67 |
| Hex | BD | 8D | CB | 7 | 1F | 0 | 14 | 11E | 25 | 43 |
| Octal | 275 | 215 | 313 | 7 | 37 | 0 | 24 | 436 | 45 | 103 |
| Binary | 10111101 | 10001101 | 11001011 | 111 | 11111 | 0 | 10100 | 100011110 | 100101 | 1000011 |
Color Harmonies of #BD8DCB
Complementary color
Monochromatic Colors of #BD8DCB
Black with #BD8DCB
Text Example
Text Example
White with #BD8DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8DCB; }
p { color: rgb(189,141,203); }
H1.HeaderClassName
{
color: #BD8DCB;
}
.AnyTagClassName
{
color: #BD8DCB;
}
</style>
background-color css
<style>
a { background-color: #BD8DCB; }
a { background-color: rgb(189,141,203); }
div.DivClassName
{
background-color: #BD8DCB;
}
.BgClassName
{
background-color: #BD8DCB;
}
</style>
border-color css
<style>
span { border-color: #BD8DCB; }
span { border-color: rgb(189,141,203); }
td.TdClassName
{
border-color: #BD8DCB;
}
.TagClassName
{
border-color: #BD8DCB;
}
</style>