Shades of East Side #B19DBE
Tints of East Side #B19DBE
RGB
CMYK
RGB Variations
Color information
#B19DBE (or 0xB19DBE) is known color: East Side. HEX triplet: B1, 9D and BE. RGB value is (177,157,190). Sum of RGB (Red+Green+Blue) = 177+157+190=524 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.78% from 524); Green value is 157 (61.72% from 255 or 29.96% from 524); Blue value is 190 (74.61% from 255 or 36.26% from 524); Max value from RGB is 190 - color contains mainly: blue. Hex color #B19DBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B19DBE is #4E6241. Grayscale: #A6A6A6. Windows color (decimal): -5136962 or 12492209. OLE color: 12492209.
HSL color Cylindrical-coordinate representation of color #B19DBE: hue angle of 276.36º degrees, saturation: 0.2, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B19DBE is Cyan = 0.07, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 177 | 157 | 190 | - |
| CMYK | 0.07 | 0.17 | 0 | 0.25 |
| HSL | 276.36º | 0.2% | 0.68% | - |
| HSV(B) | 276.36º | 0.17% | 0.75% | - |
| XYZ | 39.48 | 37.18 | 53.81 | - |
| YUV | 166.74 | 141.13 | 135.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 157 | 190 | 0.07 | 0.17 | 0 | 0.25 | 276.36 | 0.2 | 0.68 |
| Hex | B1 | 9D | BE | 7 | 11 | 0 | 19 | 114 | 14 | 44 |
| Octal | 261 | 235 | 276 | 7 | 21 | 0 | 31 | 424 | 24 | 104 |
| Binary | 10110001 | 10011101 | 10111110 | 111 | 10001 | 0 | 11001 | 100010100 | 10100 | 1000100 |
Color Harmonies of #B19DBE
Complementary color
Monochromatic Colors of #B19DBE
Black with #B19DBE
Text Example
Text Example
White with #B19DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19DBE; }
p { color: rgb(177,157,190); }
H1.HeaderClassName
{
color: #B19DBE;
}
.AnyTagClassName
{
color: #B19DBE;
}
</style>
background-color css
<style>
a { background-color: #B19DBE; }
a { background-color: rgb(177,157,190); }
div.DivClassName
{
background-color: #B19DBE;
}
.BgClassName
{
background-color: #B19DBE;
}
</style>
border-color css
<style>
span { border-color: #B19DBE; }
span { border-color: rgb(177,157,190); }
td.TdClassName
{
border-color: #B19DBE;
}
.TagClassName
{
border-color: #B19DBE;
}
</style>