Shades of East Side #B890CC
Tints of East Side #B890CC
RGB
CMYK
RGB Variations
Color information
#B890CC (or 0xB890CC) is known color: East Side. HEX triplet: B8, 90 and CC. RGB value is (184,144,204). Sum of RGB (Red+Green+Blue) = 184+144+204=532 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.59% from 532); Green value is 144 (56.64% from 255 or 27.07% from 532); Blue value is 204 (80.08% from 255 or 38.35% from 532); Max value from RGB is 204 - color contains mainly: blue. Hex color #B890CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B890CC is #476F33. Grayscale: #A2A2A2. Windows color (decimal): -4681524 or 13406392. OLE color: 13406392.
HSL color Cylindrical-coordinate representation of color #B890CC: hue angle of 280º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B890CC is Cyan = 0.10, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 184 | 144 | 204 | - |
| CMYK | 0.10 | 0.29 | 0 | 0.2 |
| HSL | 280º | 0.37% | 0.68% | - |
| HSV(B) | 280º | 0.29% | 0.8% | - |
| XYZ | 40.64 | 34.5 | 61.64 | - |
| YUV | 162.8 | 151.25 | 143.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 144 | 204 | 0.10 | 0.29 | 0 | 0.2 | 280 | 0.37 | 0.68 |
| Hex | B8 | 90 | CC | A | 1D | 0 | 14 | 118 | 25 | 44 |
| Octal | 270 | 220 | 314 | 12 | 35 | 0 | 24 | 430 | 45 | 104 |
| Binary | 10111000 | 10010000 | 11001100 | 1010 | 11101 | 0 | 10100 | 100011000 | 100101 | 1000100 |
Color Harmonies of #B890CC
Complementary color
Monochromatic Colors of #B890CC
Black with #B890CC
Text Example
Text Example
White with #B890CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B890CC; }
p { color: rgb(184,144,204); }
H1.HeaderClassName
{
color: #B890CC;
}
.AnyTagClassName
{
color: #B890CC;
}
</style>
background-color css
<style>
a { background-color: #B890CC; }
a { background-color: rgb(184,144,204); }
div.DivClassName
{
background-color: #B890CC;
}
.BgClassName
{
background-color: #B890CC;
}
</style>
border-color css
<style>
span { border-color: #B890CC; }
span { border-color: rgb(184,144,204); }
td.TdClassName
{
border-color: #B890CC;
}
.TagClassName
{
border-color: #B890CC;
}
</style>