Shades of East Side #B389BE
Tints of East Side #B389BE
RGB
CMYK
RGB Variations
Color information
#B389BE (or 0xB389BE) is known color: East Side. HEX triplet: B3, 89 and BE. RGB value is (179,137,190). Sum of RGB (Red+Green+Blue) = 179+137+190=506 (67% of max value = 765). Red value is 179 (70.31% from 255 or 35.38% from 506); Green value is 137 (53.91% from 255 or 27.08% from 506); Blue value is 190 (74.61% from 255 or 37.55% from 506); Max value from RGB is 190 - color contains mainly: blue. Hex color #B389BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B389BE is #4C7641. Grayscale: #9B9B9B. Windows color (decimal): -5011010 or 12487091. OLE color: 12487091.
HSL color Cylindrical-coordinate representation of color #B389BE: hue angle of 287.55º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B389BE is Cyan = 0.06, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 179 | 137 | 190 | - |
| CMYK | 0.06 | 0.28 | 0 | 0.25 |
| HSL | 287.55º | 0.29% | 0.64% | - |
| HSV(B) | 287.55º | 0.28% | 0.75% | - |
| XYZ | 36.83 | 31.19 | 52.79 | - |
| YUV | 155.6 | 147.41 | 144.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 137 | 190 | 0.06 | 0.28 | 0 | 0.25 | 287.55 | 0.29 | 0.64 |
| Hex | B3 | 89 | BE | 6 | 1C | 0 | 19 | 120 | 1D | 40 |
| Octal | 263 | 211 | 276 | 6 | 34 | 0 | 31 | 440 | 35 | 100 |
| Binary | 10110011 | 10001001 | 10111110 | 110 | 11100 | 0 | 11001 | 100100000 | 11101 | 1000000 |
Color Harmonies of #B389BE
Complementary color
Monochromatic Colors of #B389BE
Black with #B389BE
Text Example
Text Example
White with #B389BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B389BE; }
p { color: rgb(179,137,190); }
H1.HeaderClassName
{
color: #B389BE;
}
.AnyTagClassName
{
color: #B389BE;
}
</style>
background-color css
<style>
a { background-color: #B389BE; }
a { background-color: rgb(179,137,190); }
div.DivClassName
{
background-color: #B389BE;
}
.BgClassName
{
background-color: #B389BE;
}
</style>
border-color css
<style>
span { border-color: #B389BE; }
span { border-color: rgb(179,137,190); }
td.TdClassName
{
border-color: #B389BE;
}
.TagClassName
{
border-color: #B389BE;
}
</style>