Shades of East Side #B894C2
Tints of East Side #B894C2
RGB
CMYK
RGB Variations
Color information
#B894C2 (or 0xB894C2) is known color: East Side. HEX triplet: B8, 94 and C2. RGB value is (184,148,194). Sum of RGB (Red+Green+Blue) = 184+148+194=526 (69% of max value = 765). Red value is 184 (72.27% from 255 or 34.98% from 526); Green value is 148 (58.20% from 255 or 28.14% from 526); Blue value is 194 (76.17% from 255 or 36.88% from 526); Max value from RGB is 194 - color contains mainly: blue. Hex color #B894C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B894C2 is #476B3D. Grayscale: #A3A3A3. Windows color (decimal): -4680510 or 12752056. OLE color: 12752056.
HSL color Cylindrical-coordinate representation of color #B894C2: hue angle of 286.96º degrees, saturation: 0.27, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B894C2 is Cyan = 0.05, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 184 | 148 | 194 | - |
| CMYK | 0.05 | 0.24 | 0 | 0.24 |
| HSL | 286.96º | 0.27% | 0.67% | - |
| HSV(B) | 286.96º | 0.24% | 0.76% | - |
| XYZ | 40.09 | 35.27 | 55.73 | - |
| YUV | 164.01 | 144.93 | 142.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 148 | 194 | 0.05 | 0.24 | 0 | 0.24 | 286.96 | 0.27 | 0.67 |
| Hex | B8 | 94 | C2 | 5 | 18 | 0 | 18 | 11F | 1B | 43 |
| Octal | 270 | 224 | 302 | 5 | 30 | 0 | 30 | 437 | 33 | 103 |
| Binary | 10111000 | 10010100 | 11000010 | 101 | 11000 | 0 | 11000 | 100011111 | 11011 | 1000011 |
Color Harmonies of #B894C2
Complementary color
Monochromatic Colors of #B894C2
Black with #B894C2
Text Example
Text Example
White with #B894C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B894C2; }
p { color: rgb(184,148,194); }
H1.HeaderClassName
{
color: #B894C2;
}
.AnyTagClassName
{
color: #B894C2;
}
</style>
background-color css
<style>
a { background-color: #B894C2; }
a { background-color: rgb(184,148,194); }
div.DivClassName
{
background-color: #B894C2;
}
.BgClassName
{
background-color: #B894C2;
}
</style>
border-color css
<style>
span { border-color: #B894C2; }
span { border-color: rgb(184,148,194); }
td.TdClassName
{
border-color: #B894C2;
}
.TagClassName
{
border-color: #B894C2;
}
</style>