Shades of East Side #B889BF
Tints of East Side #B889BF
RGB
CMYK
RGB Variations
Color information
#B889BF (or 0xB889BF) is known color: East Side. HEX triplet: B8, 89 and BF. RGB value is (184,137,191). Sum of RGB (Red+Green+Blue) = 184+137+191=512 (67% of max value = 765). Red value is 184 (72.27% from 255 or 35.94% from 512); Green value is 137 (53.91% from 255 or 26.76% from 512); Blue value is 191 (75% from 255 or 37.30% from 512); Max value from RGB is 191 - color contains mainly: blue. Hex color #B889BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B889BF is #477640. Grayscale: #9D9D9D. Windows color (decimal): -4683329 or 12552632. OLE color: 12552632.
HSL color Cylindrical-coordinate representation of color #B889BF: hue angle of 292.22º 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 #B889BF is Cyan = 0.04, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 184 | 137 | 191 | - |
| CMYK | 0.04 | 0.28 | 0 | 0.25 |
| HSL | 292.22º | 0.3% | 0.64% | - |
| HSV(B) | 292.22º | 0.28% | 0.75% | - |
| XYZ | 38.12 | 31.84 | 53.43 | - |
| YUV | 157.21 | 147.07 | 147.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 137 | 191 | 0.04 | 0.28 | 0 | 0.25 | 292.22 | 0.3 | 0.64 |
| Hex | B8 | 89 | BF | 4 | 1C | 0 | 19 | 124 | 1E | 40 |
| Octal | 270 | 211 | 277 | 4 | 34 | 0 | 31 | 444 | 36 | 100 |
| Binary | 10111000 | 10001001 | 10111111 | 100 | 11100 | 0 | 11001 | 100100100 | 11110 | 1000000 |
Color Harmonies of #B889BF
Complementary color
Monochromatic Colors of #B889BF
Black with #B889BF
Text Example
Text Example
White with #B889BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B889BF; }
p { color: rgb(184,137,191); }
H1.HeaderClassName
{
color: #B889BF;
}
.AnyTagClassName
{
color: #B889BF;
}
</style>
background-color css
<style>
a { background-color: #B889BF; }
a { background-color: rgb(184,137,191); }
div.DivClassName
{
background-color: #B889BF;
}
.BgClassName
{
background-color: #B889BF;
}
</style>
border-color css
<style>
span { border-color: #B889BF; }
span { border-color: rgb(184,137,191); }
td.TdClassName
{
border-color: #B889BF;
}
.TagClassName
{
border-color: #B889BF;
}
</style>