Shades of East Side #B191BF
Tints of East Side #B191BF
RGB
CMYK
RGB Variations
Color information
#B191BF (or 0xB191BF) is known color: East Side. HEX triplet: B1, 91 and BF. RGB value is (177,145,191). Sum of RGB (Red+Green+Blue) = 177+145+191=513 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.50% from 513); Green value is 145 (57.03% from 255 or 28.27% from 513); Blue value is 191 (75% from 255 or 37.23% from 513); Max value from RGB is 191 - color contains mainly: blue. Hex color #B191BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B191BF is #4E6E40. Grayscale: #9F9F9F. Windows color (decimal): -5140033 or 12554673. OLE color: 12554673.
HSL color Cylindrical-coordinate representation of color #B191BF: hue angle of 281.74º degrees, saturation: 0.26, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B191BF is Cyan = 0.07, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 177 | 145 | 191 | - |
| CMYK | 0.07 | 0.24 | 0 | 0.25 |
| HSL | 281.74º | 0.26% | 0.66% | - |
| HSV(B) | 281.74º | 0.24% | 0.75% | - |
| XYZ | 37.66 | 33.36 | 53.74 | - |
| YUV | 159.81 | 145.6 | 140.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 145 | 191 | 0.07 | 0.24 | 0 | 0.25 | 281.74 | 0.26 | 0.66 |
| Hex | B1 | 91 | BF | 7 | 18 | 0 | 19 | 11A | 1A | 42 |
| Octal | 261 | 221 | 277 | 7 | 30 | 0 | 31 | 432 | 32 | 102 |
| Binary | 10110001 | 10010001 | 10111111 | 111 | 11000 | 0 | 11001 | 100011010 | 11010 | 1000010 |
Color Harmonies of #B191BF
Complementary color
Monochromatic Colors of #B191BF
Black with #B191BF
Text Example
Text Example
White with #B191BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B191BF; }
p { color: rgb(177,145,191); }
H1.HeaderClassName
{
color: #B191BF;
}
.AnyTagClassName
{
color: #B191BF;
}
</style>
background-color css
<style>
a { background-color: #B191BF; }
a { background-color: rgb(177,145,191); }
div.DivClassName
{
background-color: #B191BF;
}
.BgClassName
{
background-color: #B191BF;
}
</style>
border-color css
<style>
span { border-color: #B191BF; }
span { border-color: rgb(177,145,191); }
td.TdClassName
{
border-color: #B191BF;
}
.TagClassName
{
border-color: #B191BF;
}
</style>