Shades of East Side #B192BB
Tints of East Side #B192BB
RGB
CMYK
RGB Variations
Color information
#B192BB (or 0xB192BB) is known color: East Side. HEX triplet: B1, 92 and BB. RGB value is (177,146,187). Sum of RGB (Red+Green+Blue) = 177+146+187=510 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.71% from 510); Green value is 146 (57.42% from 255 or 28.63% from 510); Blue value is 187 (73.44% from 255 or 36.67% from 510); Max value from RGB is 187 - color contains mainly: blue. Hex color #B192BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B192BB is #4E6D44. Grayscale: #9F9F9F. Windows color (decimal): -5139781 or 12292785. OLE color: 12292785.
HSL color Cylindrical-coordinate representation of color #B192BB: hue angle of 285.37º degrees, saturation: 0.23, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B192BB is Cyan = 0.05, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 177 | 146 | 187 | - |
| CMYK | 0.05 | 0.22 | 0 | 0.27 |
| HSL | 285.37º | 0.23% | 0.65% | - |
| HSV(B) | 285.37º | 0.22% | 0.73% | - |
| XYZ | 37.38 | 33.49 | 51.51 | - |
| YUV | 159.94 | 143.27 | 140.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 146 | 187 | 0.05 | 0.22 | 0 | 0.27 | 285.37 | 0.23 | 0.65 |
| Hex | B1 | 92 | BB | 5 | 16 | 0 | 1B | 11D | 17 | 41 |
| Octal | 261 | 222 | 273 | 5 | 26 | 0 | 33 | 435 | 27 | 101 |
| Binary | 10110001 | 10010010 | 10111011 | 101 | 10110 | 0 | 11011 | 100011101 | 10111 | 1000001 |
Color Harmonies of #B192BB
Complementary color
Monochromatic Colors of #B192BB
Black with #B192BB
Text Example
Text Example
White with #B192BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B192BB; }
p { color: rgb(177,146,187); }
H1.HeaderClassName
{
color: #B192BB;
}
.AnyTagClassName
{
color: #B192BB;
}
</style>
background-color css
<style>
a { background-color: #B192BB; }
a { background-color: rgb(177,146,187); }
div.DivClassName
{
background-color: #B192BB;
}
.BgClassName
{
background-color: #B192BB;
}
</style>
border-color css
<style>
span { border-color: #B192BB; }
span { border-color: rgb(177,146,187); }
td.TdClassName
{
border-color: #B192BB;
}
.TagClassName
{
border-color: #B192BB;
}
</style>