Shades of East Side #BD8ACB
Tints of East Side #BD8ACB
RGB
CMYK
RGB Variations
Color information
#BD8ACB (or 0xBD8ACB) is known color: East Side. HEX triplet: BD, 8A and CB. RGB value is (189,138,203). Sum of RGB (Red+Green+Blue) = 189+138+203=530 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.66% from 530); Green value is 138 (54.30% from 255 or 26.04% from 530); Blue value is 203 (79.69% from 255 or 38.30% from 530); Max value from RGB is 203 - color contains mainly: blue. Hex color #BD8ACB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD8ACB is #427534. Grayscale: #A0A0A0. Windows color (decimal): -4355381 or 13339325. OLE color: 13339325.
HSL color Cylindrical-coordinate representation of color #BD8ACB: hue angle of 287.08º degrees, saturation: 0.38, 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 #BD8ACB is Cyan = 0.07, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 189 | 138 | 203 | - |
| CMYK | 0.07 | 0.32 | 0 | 0.20 |
| HSL | 287.08º | 0.38% | 0.67% | - |
| HSV(B) | 287.08º | 0.32% | 0.8% | - |
| XYZ | 40.85 | 33.31 | 60.78 | - |
| YUV | 160.66 | 151.9 | 148.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 138 | 203 | 0.07 | 0.32 | 0 | 0.20 | 287.08 | 0.38 | 0.67 |
| Hex | BD | 8A | CB | 7 | 20 | 0 | 14 | 11F | 26 | 43 |
| Octal | 275 | 212 | 313 | 7 | 40 | 0 | 24 | 437 | 46 | 103 |
| Binary | 10111101 | 10001010 | 11001011 | 111 | 100000 | 0 | 10100 | 100011111 | 100110 | 1000011 |
Color Harmonies of #BD8ACB
Complementary color
Monochromatic Colors of #BD8ACB
Black with #BD8ACB
Text Example
Text Example
White with #BD8ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8ACB; }
p { color: rgb(189,138,203); }
H1.HeaderClassName
{
color: #BD8ACB;
}
.AnyTagClassName
{
color: #BD8ACB;
}
</style>
background-color css
<style>
a { background-color: #BD8ACB; }
a { background-color: rgb(189,138,203); }
div.DivClassName
{
background-color: #BD8ACB;
}
.BgClassName
{
background-color: #BD8ACB;
}
</style>
border-color css
<style>
span { border-color: #BD8ACB; }
span { border-color: rgb(189,138,203); }
td.TdClassName
{
border-color: #BD8ACB;
}
.TagClassName
{
border-color: #BD8ACB;
}
</style>