Shades of East Side #B196C0
Tints of East Side #B196C0
RGB
CMYK
RGB Variations
Color information
#B196C0 (or 0xB196C0) is known color: East Side. HEX triplet: B1, 96 and C0. RGB value is (177,150,192). Sum of RGB (Red+Green+Blue) = 177+150+192=519 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.10% from 519); Green value is 150 (58.98% from 255 or 28.90% from 519); Blue value is 192 (75.39% from 255 or 36.99% from 519); Max value from RGB is 192 - color contains mainly: blue. Hex color #B196C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B196C0 is #4E693F. Grayscale: #A2A2A2. Windows color (decimal): -5138752 or 12621489. OLE color: 12621489.
HSL color Cylindrical-coordinate representation of color #B196C0: hue angle of 278.57º 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 #B196C0 is Cyan = 0.08, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
RGB | 177 | 150 | 192 | - |
CMYK | 0.08 | 0.22 | 0 | 0.25 |
HSL | 278.57º | 0.25% | 0.67% | - |
HSV(B) | 278.57º | 0.22% | 0.75% | - |
XYZ | 38.55 | 34.97 | 54.59 | - |
YUV | 162.86 | 144.45 | 138.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 177 | 150 | 192 | 0.08 | 0.22 | 0 | 0.25 | 278.57 | 0.25 | 0.67 |
Hex | B1 | 96 | C0 | 8 | 16 | 0 | 19 | 117 | 19 | 43 |
Octal | 261 | 226 | 300 | 10 | 26 | 0 | 31 | 427 | 31 | 103 |
Binary | 10110001 | 10010110 | 11000000 | 1000 | 10110 | 0 | 11001 | 100010111 | 11001 | 1000011 |
Color Harmonies of #B196C0
Complementary color
Monochromatic Colors of #B196C0
Black with #B196C0
Text Example
Text Example
White with #B196C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B196C0; }
p { color: rgb(177,150,192); }
H1.HeaderClassName
{
color: #B196C0;
}
.AnyTagClassName
{
color: #B196C0;
}
</style>
background-color css
<style>
a { background-color: #B196C0; }
a { background-color: rgb(177,150,192); }
div.DivClassName
{
background-color: #B196C0;
}
.BgClassName
{
background-color: #B196C0;
}
</style>
border-color css
<style>
span { border-color: #B196C0; }
span { border-color: rgb(177,150,192); }
td.TdClassName
{
border-color: #B196C0;
}
.TagClassName
{
border-color: #B196C0;
}
</style>