Shades of East Side #B191B8
Tints of East Side #B191B8
RGB
CMYK
RGB Variations
Color information
#B191B8 (or 0xB191B8) is known color: East Side. HEX triplet: B1, 91 and B8. RGB value is (177,145,184). Sum of RGB (Red+Green+Blue) = 177+145+184=506 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.98% from 506); Green value is 145 (57.03% from 255 or 28.66% from 506); Blue value is 184 (72.27% from 255 or 36.36% from 506); Max value from RGB is 184 - color contains mainly: blue. Hex color #B191B8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B191B8 is #4E6E47. Grayscale: #9E9E9E. Windows color (decimal): -5140040 or 12095921. OLE color: 12095921.
HSL color Cylindrical-coordinate representation of color #B191B8: hue angle of 289.23º degrees, saturation: 0.22, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B191B8 is Cyan = 0.04, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 177 | 145 | 184 | - |
| CMYK | 0.04 | 0.21 | 0 | 0.28 |
| HSL | 289.23º | 0.22% | 0.65% | - |
| HSV(B) | 289.23º | 0.21% | 0.72% | - |
| XYZ | 36.91 | 33.06 | 49.78 | - |
| YUV | 159.01 | 142.1 | 140.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 145 | 184 | 0.04 | 0.21 | 0 | 0.28 | 289.23 | 0.22 | 0.65 |
| Hex | B1 | 91 | B8 | 4 | 15 | 0 | 1C | 121 | 16 | 41 |
| Octal | 261 | 221 | 270 | 4 | 25 | 0 | 34 | 441 | 26 | 101 |
| Binary | 10110001 | 10010001 | 10111000 | 100 | 10101 | 0 | 11100 | 100100001 | 10110 | 1000001 |
Color Harmonies of #B191B8
Complementary color
Monochromatic Colors of #B191B8
Black with #B191B8
Text Example
Text Example
White with #B191B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B191B8; }
p { color: rgb(177,145,184); }
H1.HeaderClassName
{
color: #B191B8;
}
.AnyTagClassName
{
color: #B191B8;
}
</style>
background-color css
<style>
a { background-color: #B191B8; }
a { background-color: rgb(177,145,184); }
div.DivClassName
{
background-color: #B191B8;
}
.BgClassName
{
background-color: #B191B8;
}
</style>
border-color css
<style>
span { border-color: #B191B8; }
span { border-color: rgb(177,145,184); }
td.TdClassName
{
border-color: #B191B8;
}
.TagClassName
{
border-color: #B191B8;
}
</style>