Shades of East Side #B397BA
Tints of East Side #B397BA
RGB
CMYK
RGB Variations
Color information
#B397BA (or 0xB397BA) is known color: East Side. HEX triplet: B3, 97 and BA. RGB value is (179,151,186). Sum of RGB (Red+Green+Blue) = 179+151+186=516 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.69% from 516); Green value is 151 (59.38% from 255 or 29.26% from 516); Blue value is 186 (73.05% from 255 or 36.05% from 516); Max value from RGB is 186 - color contains mainly: blue. Hex color #B397BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B397BA is #4C6845. Grayscale: #A3A3A3. Windows color (decimal): -5007430 or 12228531. OLE color: 12228531.
HSL color Cylindrical-coordinate representation of color #B397BA: hue angle of 288º degrees, saturation: 0.2, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B397BA is Cyan = 0.04, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 179 | 151 | 186 | - |
| CMYK | 0.04 | 0.19 | 0 | 0.27 |
| HSL | 288º | 0.2% | 0.66% | - |
| HSV(B) | 288º | 0.19% | 0.73% | - |
| XYZ | 38.52 | 35.26 | 51.23 | - |
| YUV | 163.36 | 140.78 | 139.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 151 | 186 | 0.04 | 0.19 | 0 | 0.27 | 288 | 0.2 | 0.66 |
| Hex | B3 | 97 | BA | 4 | 13 | 0 | 1B | 120 | 14 | 42 |
| Octal | 263 | 227 | 272 | 4 | 23 | 0 | 33 | 440 | 24 | 102 |
| Binary | 10110011 | 10010111 | 10111010 | 100 | 10011 | 0 | 11011 | 100100000 | 10100 | 1000010 |
Color Harmonies of #B397BA
Complementary color
Monochromatic Colors of #B397BA
Black with #B397BA
Text Example
Text Example
White with #B397BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B397BA; }
p { color: rgb(179,151,186); }
H1.HeaderClassName
{
color: #B397BA;
}
.AnyTagClassName
{
color: #B397BA;
}
</style>
background-color css
<style>
a { background-color: #B397BA; }
a { background-color: rgb(179,151,186); }
div.DivClassName
{
background-color: #B397BA;
}
.BgClassName
{
background-color: #B397BA;
}
</style>
border-color css
<style>
span { border-color: #B397BA; }
span { border-color: rgb(179,151,186); }
td.TdClassName
{
border-color: #B397BA;
}
.TagClassName
{
border-color: #B397BA;
}
</style>