Shades of East Side #B189CA
Tints of East Side #B189CA
RGB
CMYK
RGB Variations
Color information
#B189CA (or 0xB189CA) is known color: East Side. HEX triplet: B1, 89 and CA. RGB value is (177,137,202). Sum of RGB (Red+Green+Blue) = 177+137+202=516 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.30% from 516); Green value is 137 (53.91% from 255 or 26.55% from 516); Blue value is 202 (79.30% from 255 or 39.15% from 516); Max value from RGB is 202 - color contains mainly: blue. Hex color #B189CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B189CA is #4E7635. Grayscale: #9C9C9C. Windows color (decimal): -5142070 or 13273521. OLE color: 13273521.
HSL color Cylindrical-coordinate representation of color #B189CA: hue angle of 276.92º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B189CA is Cyan = 0.12, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 177 | 137 | 202 | - |
| CMYK | 0.12 | 0.32 | 0 | 0.21 |
| HSL | 276.92º | 0.38% | 0.66% | - |
| HSV(B) | 276.92º | 0.32% | 0.79% | - |
| XYZ | 37.74 | 31.5 | 59.97 | - |
| YUV | 156.37 | 153.75 | 142.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 137 | 202 | 0.12 | 0.32 | 0 | 0.21 | 276.92 | 0.38 | 0.66 |
| Hex | B1 | 89 | CA | C | 20 | 0 | 15 | 115 | 26 | 42 |
| Octal | 261 | 211 | 312 | 14 | 40 | 0 | 25 | 425 | 46 | 102 |
| Binary | 10110001 | 10001001 | 11001010 | 1100 | 100000 | 0 | 10101 | 100010101 | 100110 | 1000010 |
Color Harmonies of #B189CA
Complementary color
Monochromatic Colors of #B189CA
Black with #B189CA
Text Example
Text Example
White with #B189CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B189CA; }
p { color: rgb(177,137,202); }
H1.HeaderClassName
{
color: #B189CA;
}
.AnyTagClassName
{
color: #B189CA;
}
</style>
background-color css
<style>
a { background-color: #B189CA; }
a { background-color: rgb(177,137,202); }
div.DivClassName
{
background-color: #B189CA;
}
.BgClassName
{
background-color: #B189CA;
}
</style>
border-color css
<style>
span { border-color: #B189CA; }
span { border-color: rgb(177,137,202); }
td.TdClassName
{
border-color: #B189CA;
}
.TagClassName
{
border-color: #B189CA;
}
</style>