Shades of East Side #B194BF
Tints of East Side #B194BF
RGB
CMYK
RGB Variations
Color information
#B194BF (or 0xB194BF) is known color: East Side. HEX triplet: B1, 94 and BF. RGB value is (177,148,191). Sum of RGB (Red+Green+Blue) = 177+148+191=516 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.30% from 516); Green value is 148 (58.20% from 255 or 28.68% from 516); Blue value is 191 (75% from 255 or 37.02% from 516); Max value from RGB is 191 - color contains mainly: blue. Hex color #B194BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B194BF is #4E6B40. Grayscale: #A1A1A1. Windows color (decimal): -5139265 or 12555441. OLE color: 12555441.
HSL color Cylindrical-coordinate representation of color #B194BF: hue angle of 280.47º degrees, saturation: 0.25, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B194BF is Cyan = 0.07, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 177 | 148 | 191 | - |
| CMYK | 0.07 | 0.23 | 0 | 0.25 |
| HSL | 280.47º | 0.25% | 0.66% | - |
| HSV(B) | 280.47º | 0.23% | 0.75% | - |
| XYZ | 38.13 | 34.29 | 53.9 | - |
| YUV | 161.57 | 144.61 | 139 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 148 | 191 | 0.07 | 0.23 | 0 | 0.25 | 280.47 | 0.25 | 0.66 |
| Hex | B1 | 94 | BF | 7 | 17 | 0 | 19 | 118 | 19 | 42 |
| Octal | 261 | 224 | 277 | 7 | 27 | 0 | 31 | 430 | 31 | 102 |
| Binary | 10110001 | 10010100 | 10111111 | 111 | 10111 | 0 | 11001 | 100011000 | 11001 | 1000010 |
Color Harmonies of #B194BF
Complementary color
Monochromatic Colors of #B194BF
Black with #B194BF
Text Example
Text Example
White with #B194BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B194BF; }
p { color: rgb(177,148,191); }
H1.HeaderClassName
{
color: #B194BF;
}
.AnyTagClassName
{
color: #B194BF;
}
</style>
background-color css
<style>
a { background-color: #B194BF; }
a { background-color: rgb(177,148,191); }
div.DivClassName
{
background-color: #B194BF;
}
.BgClassName
{
background-color: #B194BF;
}
</style>
border-color css
<style>
span { border-color: #B194BF; }
span { border-color: rgb(177,148,191); }
td.TdClassName
{
border-color: #B194BF;
}
.TagClassName
{
border-color: #B194BF;
}
</style>