Shades of East Side #B19DC2
Tints of East Side #B19DC2
RGB
CMYK
RGB Variations
Color information
#B19DC2 (or 0xB19DC2) is known color: East Side. HEX triplet: B1, 9D and C2. RGB value is (177,157,194). Sum of RGB (Red+Green+Blue) = 177+157+194=528 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.52% from 528); Green value is 157 (61.72% from 255 or 29.73% from 528); Blue value is 194 (76.17% from 255 or 36.74% from 528); Max value from RGB is 194 - color contains mainly: blue. Hex color #B19DC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B19DC2 is #4E623D. Grayscale: #A7A7A7. Windows color (decimal): -5136958 or 12754353. OLE color: 12754353.
HSL color Cylindrical-coordinate representation of color #B19DC2: hue angle of 272.43º degrees, saturation: 0.23, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B19DC2 is Cyan = 0.09, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 177 | 157 | 194 | - |
| CMYK | 0.09 | 0.19 | 0 | 0.24 |
| HSL | 272.43º | 0.23% | 0.69% | - |
| HSV(B) | 272.43º | 0.19% | 0.76% | - |
| XYZ | 39.93 | 37.36 | 56.15 | - |
| YUV | 167.2 | 143.13 | 134.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 157 | 194 | 0.09 | 0.19 | 0 | 0.24 | 272.43 | 0.23 | 0.69 |
| Hex | B1 | 9D | C2 | 9 | 13 | 0 | 18 | 110 | 17 | 45 |
| Octal | 261 | 235 | 302 | 11 | 23 | 0 | 30 | 420 | 27 | 105 |
| Binary | 10110001 | 10011101 | 11000010 | 1001 | 10011 | 0 | 11000 | 100010000 | 10111 | 1000101 |
Color Harmonies of #B19DC2
Complementary color
Monochromatic Colors of #B19DC2
Black with #B19DC2
Text Example
Text Example
White with #B19DC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19DC2; }
p { color: rgb(177,157,194); }
H1.HeaderClassName
{
color: #B19DC2;
}
.AnyTagClassName
{
color: #B19DC2;
}
</style>
background-color css
<style>
a { background-color: #B19DC2; }
a { background-color: rgb(177,157,194); }
div.DivClassName
{
background-color: #B19DC2;
}
.BgClassName
{
background-color: #B19DC2;
}
</style>
border-color css
<style>
span { border-color: #B19DC2; }
span { border-color: rgb(177,157,194); }
td.TdClassName
{
border-color: #B19DC2;
}
.TagClassName
{
border-color: #B19DC2;
}
</style>