Shades of East Side #B19CC0
Tints of East Side #B19CC0
RGB
CMYK
RGB Variations
Color information
#B19CC0 (or 0xB19CC0) is known color: East Side. HEX triplet: B1, 9C and C0. RGB value is (177,156,192). Sum of RGB (Red+Green+Blue) = 177+156+192=525 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.71% from 525); Green value is 156 (61.33% from 255 or 29.71% from 525); Blue value is 192 (75.39% from 255 or 36.57% from 525); Max value from RGB is 192 - color contains mainly: blue. Hex color #B19CC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B19CC0 is #4E633F. Grayscale: #A6A6A6. Windows color (decimal): -5137216 or 12623025. OLE color: 12623025.
HSL color Cylindrical-coordinate representation of color #B19CC0: hue angle of 275º degrees, saturation: 0.22, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B19CC0 is Cyan = 0.08, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 177 | 156 | 192 | - |
| CMYK | 0.08 | 0.19 | 0 | 0.25 |
| HSL | 275º | 0.22% | 0.68% | - |
| HSV(B) | 275º | 0.19% | 0.75% | - |
| XYZ | 39.53 | 36.93 | 54.91 | - |
| YUV | 166.38 | 142.46 | 135.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 156 | 192 | 0.08 | 0.19 | 0 | 0.25 | 275 | 0.22 | 0.68 |
| Hex | B1 | 9C | C0 | 8 | 13 | 0 | 19 | 113 | 16 | 44 |
| Octal | 261 | 234 | 300 | 10 | 23 | 0 | 31 | 423 | 26 | 104 |
| Binary | 10110001 | 10011100 | 11000000 | 1000 | 10011 | 0 | 11001 | 100010011 | 10110 | 1000100 |
Color Harmonies of #B19CC0
Complementary color
Monochromatic Colors of #B19CC0
Black with #B19CC0
Text Example
Text Example
White with #B19CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19CC0; }
p { color: rgb(177,156,192); }
H1.HeaderClassName
{
color: #B19CC0;
}
.AnyTagClassName
{
color: #B19CC0;
}
</style>
background-color css
<style>
a { background-color: #B19CC0; }
a { background-color: rgb(177,156,192); }
div.DivClassName
{
background-color: #B19CC0;
}
.BgClassName
{
background-color: #B19CC0;
}
</style>
border-color css
<style>
span { border-color: #B19CC0; }
span { border-color: rgb(177,156,192); }
td.TdClassName
{
border-color: #B19CC0;
}
.TagClassName
{
border-color: #B19CC0;
}
</style>