Shades of East Side #B97ACE
Tints of East Side #B97ACE
RGB
CMYK
RGB Variations
Color information
#B97ACE (or 0xB97ACE) is known color: East Side. HEX triplet: B9, 7A and CE. RGB value is (185,122,206). Sum of RGB (Red+Green+Blue) = 185+122+206=513 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.06% from 513); Green value is 122 (48.05% from 255 or 23.78% from 513); Blue value is 206 (80.86% from 255 or 40.16% from 513); Max value from RGB is 206 - color contains mainly: blue. Hex color #B97ACE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B97ACE is #468531. Grayscale: #969696. Windows color (decimal): -4621618 or 13531833. OLE color: 13531833.
HSL color Cylindrical-coordinate representation of color #B97ACE: hue angle of 285º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B97ACE is Cyan = 0.10, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 185 | 122 | 206 | - |
| CMYK | 0.10 | 0.41 | 0 | 0.19 |
| HSL | 285º | 0.46% | 0.64% | - |
| HSV(B) | 285º | 0.41% | 0.81% | - |
| XYZ | 38.11 | 28.69 | 61.92 | - |
| YUV | 150.41 | 159.37 | 152.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 122 | 206 | 0.10 | 0.41 | 0 | 0.19 | 285 | 0.46 | 0.64 |
| Hex | B9 | 7A | CE | A | 29 | 0 | 13 | 11D | 2E | 40 |
| Octal | 271 | 172 | 316 | 12 | 51 | 0 | 23 | 435 | 56 | 100 |
| Binary | 10111001 | 1111010 | 11001110 | 1010 | 101001 | 0 | 10011 | 100011101 | 101110 | 1000000 |
Color Harmonies of #B97ACE
Complementary color
Monochromatic Colors of #B97ACE
Black with #B97ACE
Text Example
Text Example
White with #B97ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B97ACE; }
p { color: rgb(185,122,206); }
H1.HeaderClassName
{
color: #B97ACE;
}
.AnyTagClassName
{
color: #B97ACE;
}
</style>
background-color css
<style>
a { background-color: #B97ACE; }
a { background-color: rgb(185,122,206); }
div.DivClassName
{
background-color: #B97ACE;
}
.BgClassName
{
background-color: #B97ACE;
}
</style>
border-color css
<style>
span { border-color: #B97ACE; }
span { border-color: rgb(185,122,206); }
td.TdClassName
{
border-color: #B97ACE;
}
.TagClassName
{
border-color: #B97ACE;
}
</style>