Shades of East Side #B894CE
Tints of East Side #B894CE
RGB
CMYK
RGB Variations
Color information
#B894CE (or 0xB894CE) is known color: East Side. HEX triplet: B8, 94 and CE. RGB value is (184,148,206). Sum of RGB (Red+Green+Blue) = 184+148+206=538 (71% of max value = 765). Red value is 184 (72.27% from 255 or 34.20% from 538); Green value is 148 (58.20% from 255 or 27.51% from 538); Blue value is 206 (80.86% from 255 or 38.29% from 538); Max value from RGB is 206 - color contains mainly: blue. Hex color #B894CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B894CE is #476B31. Grayscale: #A5A5A5. Windows color (decimal): -4680498 or 13538488. OLE color: 13538488.
HSL color Cylindrical-coordinate representation of color #B894CE: hue angle of 277.24º degrees, saturation: 0.37, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B894CE is Cyan = 0.11, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 184 | 148 | 206 | - |
| CMYK | 0.11 | 0.28 | 0 | 0.19 |
| HSL | 277.24º | 0.37% | 0.69% | - |
| HSV(B) | 277.24º | 0.28% | 0.81% | - |
| XYZ | 41.5 | 35.83 | 63.12 | - |
| YUV | 165.38 | 150.93 | 141.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 148 | 206 | 0.11 | 0.28 | 0 | 0.19 | 277.24 | 0.37 | 0.69 |
| Hex | B8 | 94 | CE | B | 1C | 0 | 13 | 115 | 25 | 45 |
| Octal | 270 | 224 | 316 | 13 | 34 | 0 | 23 | 425 | 45 | 105 |
| Binary | 10111000 | 10010100 | 11001110 | 1011 | 11100 | 0 | 10011 | 100010101 | 100101 | 1000101 |
Color Harmonies of #B894CE
Complementary color
Monochromatic Colors of #B894CE
Black with #B894CE
Text Example
Text Example
White with #B894CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B894CE; }
p { color: rgb(184,148,206); }
H1.HeaderClassName
{
color: #B894CE;
}
.AnyTagClassName
{
color: #B894CE;
}
</style>
background-color css
<style>
a { background-color: #B894CE; }
a { background-color: rgb(184,148,206); }
div.DivClassName
{
background-color: #B894CE;
}
.BgClassName
{
background-color: #B894CE;
}
</style>
border-color css
<style>
span { border-color: #B894CE; }
span { border-color: rgb(184,148,206); }
td.TdClassName
{
border-color: #B894CE;
}
.TagClassName
{
border-color: #B894CE;
}
</style>