Shades of East Side #B893C0
Tints of East Side #B893C0
RGB
CMYK
RGB Variations
Color information
#B893C0 (or 0xB893C0) is known color: East Side. HEX triplet: B8, 93 and C0. RGB value is (184,147,192). Sum of RGB (Red+Green+Blue) = 184+147+192=523 (69% of max value = 765). Red value is 184 (72.27% from 255 or 35.18% from 523); Green value is 147 (57.81% from 255 or 28.11% from 523); Blue value is 192 (75.39% from 255 or 36.71% from 523); Max value from RGB is 192 - color contains mainly: blue. Hex color #B893C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B893C0 is #476C3F. Grayscale: #A3A3A3. Windows color (decimal): -4680768 or 12620728. OLE color: 12620728.
HSL color Cylindrical-coordinate representation of color #B893C0: hue angle of 289.33º 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 #B893C0 is Cyan = 0.04, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 184 | 147 | 192 | - |
| CMYK | 0.04 | 0.23 | 0 | 0.25 |
| HSL | 289.33º | 0.26% | 0.66% | - |
| HSV(B) | 289.33º | 0.23% | 0.75% | - |
| XYZ | 39.72 | 34.86 | 54.51 | - |
| YUV | 163.19 | 144.26 | 142.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 147 | 192 | 0.04 | 0.23 | 0 | 0.25 | 289.33 | 0.26 | 0.66 |
| Hex | B8 | 93 | C0 | 4 | 17 | 0 | 19 | 121 | 1A | 42 |
| Octal | 270 | 223 | 300 | 4 | 27 | 0 | 31 | 441 | 32 | 102 |
| Binary | 10111000 | 10010011 | 11000000 | 100 | 10111 | 0 | 11001 | 100100001 | 11010 | 1000010 |
Color Harmonies of #B893C0
Complementary color
Monochromatic Colors of #B893C0
Black with #B893C0
Text Example
Text Example
White with #B893C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B893C0; }
p { color: rgb(184,147,192); }
H1.HeaderClassName
{
color: #B893C0;
}
.AnyTagClassName
{
color: #B893C0;
}
</style>
background-color css
<style>
a { background-color: #B893C0; }
a { background-color: rgb(184,147,192); }
div.DivClassName
{
background-color: #B893C0;
}
.BgClassName
{
background-color: #B893C0;
}
</style>
border-color css
<style>
span { border-color: #B893C0; }
span { border-color: rgb(184,147,192); }
td.TdClassName
{
border-color: #B893C0;
}
.TagClassName
{
border-color: #B893C0;
}
</style>