Shades of East Side #B195C0
Tints of East Side #B195C0
RGB
CMYK
RGB Variations
Color information
#B195C0 (or 0xB195C0) is known color: East Side. HEX triplet: B1, 95 and C0. RGB value is (177,149,192). Sum of RGB (Red+Green+Blue) = 177+149+192=518 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.17% from 518); Green value is 149 (58.59% from 255 or 28.76% from 518); Blue value is 192 (75.39% from 255 or 37.07% from 518); Max value from RGB is 192 - color contains mainly: blue. Hex color #B195C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B195C0 is #4E6A3F. Grayscale: #A2A2A2. Windows color (decimal): -5139008 or 12621233. OLE color: 12621233.
HSL color Cylindrical-coordinate representation of color #B195C0: hue angle of 279.07º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B195C0 is Cyan = 0.08, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 177 | 149 | 192 | - |
| CMYK | 0.08 | 0.22 | 0 | 0.25 |
| HSL | 279.07º | 0.25% | 0.67% | - |
| HSV(B) | 279.07º | 0.22% | 0.75% | - |
| XYZ | 38.39 | 34.65 | 54.53 | - |
| YUV | 162.27 | 144.78 | 138.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 149 | 192 | 0.08 | 0.22 | 0 | 0.25 | 279.07 | 0.25 | 0.67 |
| Hex | B1 | 95 | C0 | 8 | 16 | 0 | 19 | 117 | 19 | 43 |
| Octal | 261 | 225 | 300 | 10 | 26 | 0 | 31 | 427 | 31 | 103 |
| Binary | 10110001 | 10010101 | 11000000 | 1000 | 10110 | 0 | 11001 | 100010111 | 11001 | 1000011 |
Color Harmonies of #B195C0
Complementary color
Monochromatic Colors of #B195C0
Black with #B195C0
Text Example
Text Example
White with #B195C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B195C0; }
p { color: rgb(177,149,192); }
H1.HeaderClassName
{
color: #B195C0;
}
.AnyTagClassName
{
color: #B195C0;
}
</style>
background-color css
<style>
a { background-color: #B195C0; }
a { background-color: rgb(177,149,192); }
div.DivClassName
{
background-color: #B195C0;
}
.BgClassName
{
background-color: #B195C0;
}
</style>
border-color css
<style>
span { border-color: #B195C0; }
span { border-color: rgb(177,149,192); }
td.TdClassName
{
border-color: #B195C0;
}
.TagClassName
{
border-color: #B195C0;
}
</style>