Shades of East Side #B895C8
Tints of East Side #B895C8
RGB
CMYK
RGB Variations
Color information
#B895C8 (or 0xB895C8) is known color: East Side. HEX triplet: B8, 95 and C8. RGB value is (184,149,200). Sum of RGB (Red+Green+Blue) = 184+149+200=533 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.52% from 533); Green value is 149 (58.59% from 255 or 27.95% from 533); Blue value is 200 (78.52% from 255 or 37.52% from 533); Max value from RGB is 200 - color contains mainly: blue. Hex color #B895C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B895C8 is #476A37. Grayscale: #A5A5A5. Windows color (decimal): -4680248 or 13145528. OLE color: 13145528.
HSL color Cylindrical-coordinate representation of color #B895C8: hue angle of 281.18º degrees, saturation: 0.32, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B895C8 is Cyan = 0.08, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 184 | 149 | 200 | - |
| CMYK | 0.08 | 0.26 | 0 | 0.22 |
| HSL | 281.18º | 0.32% | 0.68% | - |
| HSV(B) | 281.18º | 0.26% | 0.78% | - |
| XYZ | 40.94 | 35.86 | 59.41 | - |
| YUV | 165.28 | 147.6 | 141.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 149 | 200 | 0.08 | 0.26 | 0 | 0.22 | 281.18 | 0.32 | 0.68 |
| Hex | B8 | 95 | C8 | 8 | 1A | 0 | 16 | 119 | 20 | 44 |
| Octal | 270 | 225 | 310 | 10 | 32 | 0 | 26 | 431 | 40 | 104 |
| Binary | 10111000 | 10010101 | 11001000 | 1000 | 11010 | 0 | 10110 | 100011001 | 100000 | 1000100 |
Color Harmonies of #B895C8
Complementary color
Monochromatic Colors of #B895C8
Black with #B895C8
Text Example
Text Example
White with #B895C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B895C8; }
p { color: rgb(184,149,200); }
H1.HeaderClassName
{
color: #B895C8;
}
.AnyTagClassName
{
color: #B895C8;
}
</style>
background-color css
<style>
a { background-color: #B895C8; }
a { background-color: rgb(184,149,200); }
div.DivClassName
{
background-color: #B895C8;
}
.BgClassName
{
background-color: #B895C8;
}
</style>
border-color css
<style>
span { border-color: #B895C8; }
span { border-color: rgb(184,149,200); }
td.TdClassName
{
border-color: #B895C8;
}
.TagClassName
{
border-color: #B895C8;
}
</style>