Shades of East Side #B890C1
Tints of East Side #B890C1
RGB
CMYK
RGB Variations
Color information
#B890C1 (or 0xB890C1) is known color: East Side. HEX triplet: B8, 90 and C1. RGB value is (184,144,193). Sum of RGB (Red+Green+Blue) = 184+144+193=521 (69% of max value = 765). Red value is 184 (72.27% from 255 or 35.32% from 521); Green value is 144 (56.64% from 255 or 27.64% from 521); Blue value is 193 (75.78% from 255 or 37.04% from 521); Max value from RGB is 193 - color contains mainly: blue. Hex color #B890C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B890C1 is #476F3E. Grayscale: #A1A1A1. Windows color (decimal): -4681535 or 12685496. OLE color: 12685496.
HSL color Cylindrical-coordinate representation of color #B890C1: hue angle of 288.98º degrees, saturation: 0.28, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B890C1 is Cyan = 0.05, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 184 | 144 | 193 | - |
| CMYK | 0.05 | 0.25 | 0 | 0.24 |
| HSL | 288.98º | 0.28% | 0.66% | - |
| HSV(B) | 288.98º | 0.25% | 0.76% | - |
| XYZ | 39.37 | 33.99 | 54.94 | - |
| YUV | 161.55 | 145.75 | 144.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 144 | 193 | 0.05 | 0.25 | 0 | 0.24 | 288.98 | 0.28 | 0.66 |
| Hex | B8 | 90 | C1 | 5 | 19 | 0 | 18 | 121 | 1C | 42 |
| Octal | 270 | 220 | 301 | 5 | 31 | 0 | 30 | 441 | 34 | 102 |
| Binary | 10111000 | 10010000 | 11000001 | 101 | 11001 | 0 | 11000 | 100100001 | 11100 | 1000010 |
Color Harmonies of #B890C1
Complementary color
Monochromatic Colors of #B890C1
Black with #B890C1
Text Example
Text Example
White with #B890C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B890C1; }
p { color: rgb(184,144,193); }
H1.HeaderClassName
{
color: #B890C1;
}
.AnyTagClassName
{
color: #B890C1;
}
</style>
background-color css
<style>
a { background-color: #B890C1; }
a { background-color: rgb(184,144,193); }
div.DivClassName
{
background-color: #B890C1;
}
.BgClassName
{
background-color: #B890C1;
}
</style>
border-color css
<style>
span { border-color: #B890C1; }
span { border-color: rgb(184,144,193); }
td.TdClassName
{
border-color: #B890C1;
}
.TagClassName
{
border-color: #B890C1;
}
</style>