Shades of East Side #B894C0
Tints of East Side #B894C0
RGB
CMYK
RGB Variations
Color information
#B894C0 (or 0xB894C0) is known color: East Side. HEX triplet: B8, 94 and C0. RGB value is (184,148,192). Sum of RGB (Red+Green+Blue) = 184+148+192=524 (69% of max value = 765). Red value is 184 (72.27% from 255 or 35.11% from 524); Green value is 148 (58.20% from 255 or 28.24% from 524); Blue value is 192 (75.39% from 255 or 36.64% from 524); Max value from RGB is 192 - color contains mainly: blue. Hex color #B894C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B894C0 is #476B3F. Grayscale: #A3A3A3. Windows color (decimal): -4680512 or 12620984. OLE color: 12620984.
HSL color Cylindrical-coordinate representation of color #B894C0: hue angle of 289.09º degrees, saturation: 0.26, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B894C0 is Cyan = 0.04, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 184 | 148 | 192 | - |
| CMYK | 0.04 | 0.23 | 0 | 0.25 |
| HSL | 289.09º | 0.26% | 0.67% | - |
| HSV(B) | 289.09º | 0.23% | 0.75% | - |
| XYZ | 39.87 | 35.18 | 54.56 | - |
| YUV | 163.78 | 143.93 | 142.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 148 | 192 | 0.04 | 0.23 | 0 | 0.25 | 289.09 | 0.26 | 0.67 |
| Hex | B8 | 94 | C0 | 4 | 17 | 0 | 19 | 121 | 1A | 43 |
| Octal | 270 | 224 | 300 | 4 | 27 | 0 | 31 | 441 | 32 | 103 |
| Binary | 10111000 | 10010100 | 11000000 | 100 | 10111 | 0 | 11001 | 100100001 | 11010 | 1000011 |
Color Harmonies of #B894C0
Complementary color
Monochromatic Colors of #B894C0
Black with #B894C0
Text Example
Text Example
White with #B894C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B894C0; }
p { color: rgb(184,148,192); }
H1.HeaderClassName
{
color: #B894C0;
}
.AnyTagClassName
{
color: #B894C0;
}
</style>
background-color css
<style>
a { background-color: #B894C0; }
a { background-color: rgb(184,148,192); }
div.DivClassName
{
background-color: #B894C0;
}
.BgClassName
{
background-color: #B894C0;
}
</style>
border-color css
<style>
span { border-color: #B894C0; }
span { border-color: rgb(184,148,192); }
td.TdClassName
{
border-color: #B894C0;
}
.TagClassName
{
border-color: #B894C0;
}
</style>