Shades of East Side #B893BF
Tints of East Side #B893BF
RGB
CMYK
RGB Variations
Color information
#B893BF (or 0xB893BF) is known color: East Side. HEX triplet: B8, 93 and BF. RGB value is (184,147,191). Sum of RGB (Red+Green+Blue) = 184+147+191=522 (69% of max value = 765). Red value is 184 (72.27% from 255 or 35.25% from 522); Green value is 147 (57.81% from 255 or 28.16% from 522); Blue value is 191 (75% from 255 or 36.59% from 522); Max value from RGB is 191 - color contains mainly: blue. Hex color #B893BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B893BF is #476C40. Grayscale: #A2A2A2. Windows color (decimal): -4680769 or 12555192. OLE color: 12555192.
HSL color Cylindrical-coordinate representation of color #B893BF: hue angle of 290.45º degrees, saturation: 0.26, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B893BF is Cyan = 0.04, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 184 | 147 | 191 | - |
| CMYK | 0.04 | 0.23 | 0 | 0.25 |
| HSL | 290.45º | 0.26% | 0.66% | - |
| HSV(B) | 290.45º | 0.23% | 0.75% | - |
| XYZ | 39.6 | 34.82 | 53.92 | - |
| YUV | 163.08 | 143.76 | 142.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 147 | 191 | 0.04 | 0.23 | 0 | 0.25 | 290.45 | 0.26 | 0.66 |
| Hex | B8 | 93 | BF | 4 | 17 | 0 | 19 | 122 | 1A | 42 |
| Octal | 270 | 223 | 277 | 4 | 27 | 0 | 31 | 442 | 32 | 102 |
| Binary | 10111000 | 10010011 | 10111111 | 100 | 10111 | 0 | 11001 | 100100010 | 11010 | 1000010 |
Color Harmonies of #B893BF
Complementary color
Monochromatic Colors of #B893BF
Black with #B893BF
Text Example
Text Example
White with #B893BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B893BF; }
p { color: rgb(184,147,191); }
H1.HeaderClassName
{
color: #B893BF;
}
.AnyTagClassName
{
color: #B893BF;
}
</style>
background-color css
<style>
a { background-color: #B893BF; }
a { background-color: rgb(184,147,191); }
div.DivClassName
{
background-color: #B893BF;
}
.BgClassName
{
background-color: #B893BF;
}
</style>
border-color css
<style>
span { border-color: #B893BF; }
span { border-color: rgb(184,147,191); }
td.TdClassName
{
border-color: #B893BF;
}
.TagClassName
{
border-color: #B893BF;
}
</style>