Shades of East Side #B192BD
Tints of East Side #B192BD
RGB
CMYK
RGB Variations
Color information
#B192BD (or 0xB192BD) is known color: East Side. HEX triplet: B1, 92 and BD. RGB value is (177,146,189). Sum of RGB (Red+Green+Blue) = 177+146+189=512 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.57% from 512); Green value is 146 (57.42% from 255 or 28.52% from 512); Blue value is 189 (74.22% from 255 or 36.91% from 512); Max value from RGB is 189 - color contains mainly: blue. Hex color #B192BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B192BD is #4E6D42. Grayscale: #A0A0A0. Windows color (decimal): -5139779 or 12423857. OLE color: 12423857.
HSL color Cylindrical-coordinate representation of color #B192BD: hue angle of 283.26º degrees, saturation: 0.25, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B192BD is Cyan = 0.06, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 177 | 146 | 189 | - |
| CMYK | 0.06 | 0.23 | 0 | 0.26 |
| HSL | 283.26º | 0.25% | 0.66% | - |
| HSV(B) | 283.26º | 0.23% | 0.74% | - |
| XYZ | 37.6 | 33.58 | 52.64 | - |
| YUV | 160.17 | 144.27 | 140 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 146 | 189 | 0.06 | 0.23 | 0 | 0.26 | 283.26 | 0.25 | 0.66 |
| Hex | B1 | 92 | BD | 6 | 17 | 0 | 1A | 11B | 19 | 42 |
| Octal | 261 | 222 | 275 | 6 | 27 | 0 | 32 | 433 | 31 | 102 |
| Binary | 10110001 | 10010010 | 10111101 | 110 | 10111 | 0 | 11010 | 100011011 | 11001 | 1000010 |
Color Harmonies of #B192BD
Complementary color
Monochromatic Colors of #B192BD
Black with #B192BD
Text Example
Text Example
White with #B192BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B192BD; }
p { color: rgb(177,146,189); }
H1.HeaderClassName
{
color: #B192BD;
}
.AnyTagClassName
{
color: #B192BD;
}
</style>
background-color css
<style>
a { background-color: #B192BD; }
a { background-color: rgb(177,146,189); }
div.DivClassName
{
background-color: #B192BD;
}
.BgClassName
{
background-color: #B192BD;
}
</style>
border-color css
<style>
span { border-color: #B192BD; }
span { border-color: rgb(177,146,189); }
td.TdClassName
{
border-color: #B192BD;
}
.TagClassName
{
border-color: #B192BD;
}
</style>