Shades of East Side #B189BF
Tints of East Side #B189BF
RGB
CMYK
RGB Variations
Color information
#B189BF (or 0xB189BF) is known color: East Side. HEX triplet: B1, 89 and BF. RGB value is (177,137,191). Sum of RGB (Red+Green+Blue) = 177+137+191=505 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.05% from 505); Green value is 137 (53.91% from 255 or 27.13% from 505); Blue value is 191 (75% from 255 or 37.82% from 505); Max value from RGB is 191 - color contains mainly: blue. Hex color #B189BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B189BF is #4E7640. Grayscale: #9A9A9A. Windows color (decimal): -5142081 or 12552625. OLE color: 12552625.
HSL color Cylindrical-coordinate representation of color #B189BF: hue angle of 284.44º degrees, saturation: 0.3, 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 #B189BF is Cyan = 0.07, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 177 | 137 | 191 | - |
| CMYK | 0.07 | 0.28 | 0 | 0.25 |
| HSL | 284.44º | 0.3% | 0.64% | - |
| HSV(B) | 284.44º | 0.28% | 0.75% | - |
| XYZ | 36.48 | 31 | 53.35 | - |
| YUV | 155.12 | 148.25 | 143.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 137 | 191 | 0.07 | 0.28 | 0 | 0.25 | 284.44 | 0.3 | 0.64 |
| Hex | B1 | 89 | BF | 7 | 1C | 0 | 19 | 11C | 1E | 40 |
| Octal | 261 | 211 | 277 | 7 | 34 | 0 | 31 | 434 | 36 | 100 |
| Binary | 10110001 | 10001001 | 10111111 | 111 | 11100 | 0 | 11001 | 100011100 | 11110 | 1000000 |
Color Harmonies of #B189BF
Complementary color
Monochromatic Colors of #B189BF
Black with #B189BF
Text Example
Text Example
White with #B189BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B189BF; }
p { color: rgb(177,137,191); }
H1.HeaderClassName
{
color: #B189BF;
}
.AnyTagClassName
{
color: #B189BF;
}
</style>
background-color css
<style>
a { background-color: #B189BF; }
a { background-color: rgb(177,137,191); }
div.DivClassName
{
background-color: #B189BF;
}
.BgClassName
{
background-color: #B189BF;
}
</style>
border-color css
<style>
span { border-color: #B189BF; }
span { border-color: rgb(177,137,191); }
td.TdClassName
{
border-color: #B189BF;
}
.TagClassName
{
border-color: #B189BF;
}
</style>