Shades of East Side #BD8ACC
Tints of East Side #BD8ACC
RGB
CMYK
RGB Variations
Color information
#BD8ACC (or 0xBD8ACC) is known color: East Side. HEX triplet: BD, 8A and CC. RGB value is (189,138,204). Sum of RGB (Red+Green+Blue) = 189+138+204=531 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.59% from 531); Green value is 138 (54.30% from 255 or 25.99% from 531); Blue value is 204 (80.08% from 255 or 38.42% from 531); Max value from RGB is 204 - color contains mainly: blue. Hex color #BD8ACC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD8ACC is #427533. Grayscale: #A0A0A0. Windows color (decimal): -4355380 or 13404861. OLE color: 13404861.
HSL color Cylindrical-coordinate representation of color #BD8ACC: hue angle of 286.36º 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 #BD8ACC is Cyan = 0.07, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 189 | 138 | 204 | - |
| CMYK | 0.07 | 0.32 | 0 | 0.2 |
| HSL | 286.36º | 0.39% | 0.67% | - |
| HSV(B) | 286.36º | 0.32% | 0.8% | - |
| XYZ | 40.97 | 33.36 | 61.41 | - |
| YUV | 160.77 | 152.4 | 148.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 138 | 204 | 0.07 | 0.32 | 0 | 0.2 | 286.36 | 0.39 | 0.67 |
| Hex | BD | 8A | CC | 7 | 20 | 0 | 14 | 11E | 27 | 43 |
| Octal | 275 | 212 | 314 | 7 | 40 | 0 | 24 | 436 | 47 | 103 |
| Binary | 10111101 | 10001010 | 11001100 | 111 | 100000 | 0 | 10100 | 100011110 | 100111 | 1000011 |
Color Harmonies of #BD8ACC
Complementary color
Monochromatic Colors of #BD8ACC
Black with #BD8ACC
Text Example
Text Example
White with #BD8ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8ACC; }
p { color: rgb(189,138,204); }
H1.HeaderClassName
{
color: #BD8ACC;
}
.AnyTagClassName
{
color: #BD8ACC;
}
</style>
background-color css
<style>
a { background-color: #BD8ACC; }
a { background-color: rgb(189,138,204); }
div.DivClassName
{
background-color: #BD8ACC;
}
.BgClassName
{
background-color: #BD8ACC;
}
</style>
border-color css
<style>
span { border-color: #BD8ACC; }
span { border-color: rgb(189,138,204); }
td.TdClassName
{
border-color: #BD8ACC;
}
.TagClassName
{
border-color: #BD8ACC;
}
</style>