Shades of East Side #B192C2
Tints of East Side #B192C2
RGB
CMYK
RGB Variations
Color information
#B192C2 (or 0xB192C2) is known color: East Side. HEX triplet: B1, 92 and C2. RGB value is (177,146,194). Sum of RGB (Red+Green+Blue) = 177+146+194=517 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.24% from 517); Green value is 146 (57.42% from 255 or 28.24% from 517); Blue value is 194 (76.17% from 255 or 37.52% from 517); Max value from RGB is 194 - color contains mainly: blue. Hex color #B192C2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B192C2 is #4E6D3D. Grayscale: #A0A0A0. Windows color (decimal): -5139774 or 12751537. OLE color: 12751537.
HSL color Cylindrical-coordinate representation of color #B192C2: hue angle of 278.75º degrees, saturation: 0.28, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B192C2 is Cyan = 0.09, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 177 | 146 | 194 | - |
| CMYK | 0.09 | 0.25 | 0 | 0.24 |
| HSL | 278.75º | 0.28% | 0.67% | - |
| HSV(B) | 278.75º | 0.25% | 0.76% | - |
| XYZ | 38.15 | 33.8 | 55.55 | - |
| YUV | 160.74 | 146.77 | 139.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 146 | 194 | 0.09 | 0.25 | 0 | 0.24 | 278.75 | 0.28 | 0.67 |
| Hex | B1 | 92 | C2 | 9 | 19 | 0 | 18 | 117 | 1C | 43 |
| Octal | 261 | 222 | 302 | 11 | 31 | 0 | 30 | 427 | 34 | 103 |
| Binary | 10110001 | 10010010 | 11000010 | 1001 | 11001 | 0 | 11000 | 100010111 | 11100 | 1000011 |
Color Harmonies of #B192C2
Complementary color
Monochromatic Colors of #B192C2
Black with #B192C2
Text Example
Text Example
White with #B192C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B192C2; }
p { color: rgb(177,146,194); }
H1.HeaderClassName
{
color: #B192C2;
}
.AnyTagClassName
{
color: #B192C2;
}
</style>
background-color css
<style>
a { background-color: #B192C2; }
a { background-color: rgb(177,146,194); }
div.DivClassName
{
background-color: #B192C2;
}
.BgClassName
{
background-color: #B192C2;
}
</style>
border-color css
<style>
span { border-color: #B192C2; }
span { border-color: rgb(177,146,194); }
td.TdClassName
{
border-color: #B192C2;
}
.TagClassName
{
border-color: #B192C2;
}
</style>