Shades of East Side #B895C2
Tints of East Side #B895C2
RGB
CMYK
RGB Variations
Color information
#B895C2 (or 0xB895C2) is known color: East Side. HEX triplet: B8, 95 and C2. RGB value is (184,149,194). Sum of RGB (Red+Green+Blue) = 184+149+194=527 (69% of max value = 765). Red value is 184 (72.27% from 255 or 34.91% from 527); Green value is 149 (58.59% from 255 or 28.27% from 527); Blue value is 194 (76.17% from 255 or 36.81% from 527); Max value from RGB is 194 - color contains mainly: blue. Hex color #B895C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B895C2 is #476A3D. Grayscale: #A4A4A4. Windows color (decimal): -4680254 or 12752312. OLE color: 12752312.
HSL color Cylindrical-coordinate representation of color #B895C2: hue angle of 286.67º degrees, saturation: 0.27, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B895C2 is Cyan = 0.05, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 184 | 149 | 194 | - |
| CMYK | 0.05 | 0.23 | 0 | 0.24 |
| HSL | 286.67º | 0.27% | 0.67% | - |
| HSV(B) | 286.67º | 0.23% | 0.76% | - |
| XYZ | 40.25 | 35.58 | 55.79 | - |
| YUV | 164.6 | 144.6 | 141.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 149 | 194 | 0.05 | 0.23 | 0 | 0.24 | 286.67 | 0.27 | 0.67 |
| Hex | B8 | 95 | C2 | 5 | 17 | 0 | 18 | 11F | 1B | 43 |
| Octal | 270 | 225 | 302 | 5 | 27 | 0 | 30 | 437 | 33 | 103 |
| Binary | 10111000 | 10010101 | 11000010 | 101 | 10111 | 0 | 11000 | 100011111 | 11011 | 1000011 |
Color Harmonies of #B895C2
Complementary color
Monochromatic Colors of #B895C2
Black with #B895C2
Text Example
Text Example
White with #B895C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B895C2; }
p { color: rgb(184,149,194); }
H1.HeaderClassName
{
color: #B895C2;
}
.AnyTagClassName
{
color: #B895C2;
}
</style>
background-color css
<style>
a { background-color: #B895C2; }
a { background-color: rgb(184,149,194); }
div.DivClassName
{
background-color: #B895C2;
}
.BgClassName
{
background-color: #B895C2;
}
</style>
border-color css
<style>
span { border-color: #B895C2; }
span { border-color: rgb(184,149,194); }
td.TdClassName
{
border-color: #B895C2;
}
.TagClassName
{
border-color: #B895C2;
}
</style>