Shades of East Side #B890C4
Tints of East Side #B890C4
RGB
CMYK
RGB Variations
Color information
#B890C4 (or 0xB890C4) is known color: East Side. HEX triplet: B8, 90 and C4. RGB value is (184,144,196). Sum of RGB (Red+Green+Blue) = 184+144+196=524 (69% of max value = 765). Red value is 184 (72.27% from 255 or 35.11% from 524); Green value is 144 (56.64% from 255 or 27.48% from 524); Blue value is 196 (76.95% from 255 or 37.40% from 524); Max value from RGB is 196 - color contains mainly: blue. Hex color #B890C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B890C4 is #476F3B. Grayscale: #A1A1A1. Windows color (decimal): -4681532 or 12882104. OLE color: 12882104.
HSL color Cylindrical-coordinate representation of color #B890C4: hue angle of 286.15º degrees, saturation: 0.31, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B890C4 is Cyan = 0.06, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 184 | 144 | 196 | - |
| CMYK | 0.06 | 0.27 | 0 | 0.23 |
| HSL | 286.15º | 0.31% | 0.67% | - |
| HSV(B) | 286.15º | 0.27% | 0.77% | - |
| XYZ | 39.7 | 34.12 | 56.72 | - |
| YUV | 161.89 | 147.25 | 143.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 144 | 196 | 0.06 | 0.27 | 0 | 0.23 | 286.15 | 0.31 | 0.67 |
| Hex | B8 | 90 | C4 | 6 | 1B | 0 | 17 | 11E | 1F | 43 |
| Octal | 270 | 220 | 304 | 6 | 33 | 0 | 27 | 436 | 37 | 103 |
| Binary | 10111000 | 10010000 | 11000100 | 110 | 11011 | 0 | 10111 | 100011110 | 11111 | 1000011 |
Color Harmonies of #B890C4
Complementary color
Monochromatic Colors of #B890C4
Black with #B890C4
Text Example
Text Example
White with #B890C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B890C4; }
p { color: rgb(184,144,196); }
H1.HeaderClassName
{
color: #B890C4;
}
.AnyTagClassName
{
color: #B890C4;
}
</style>
background-color css
<style>
a { background-color: #B890C4; }
a { background-color: rgb(184,144,196); }
div.DivClassName
{
background-color: #B890C4;
}
.BgClassName
{
background-color: #B890C4;
}
</style>
border-color css
<style>
span { border-color: #B890C4; }
span { border-color: rgb(184,144,196); }
td.TdClassName
{
border-color: #B890C4;
}
.TagClassName
{
border-color: #B890C4;
}
</style>