Shades of East Side #B992C0
Tints of East Side #B992C0
RGB
CMYK
RGB Variations
Color information
#B992C0 (or 0xB992C0) is known color: East Side. HEX triplet: B9, 92 and C0. RGB value is (185,146,192). Sum of RGB (Red+Green+Blue) = 185+146+192=523 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.37% from 523); Green value is 146 (57.42% from 255 or 27.92% from 523); Blue value is 192 (75.39% from 255 or 36.71% from 523); Max value from RGB is 192 - color contains mainly: blue. Hex color #B992C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B992C0 is #466D3F. Grayscale: #A2A2A2. Windows color (decimal): -4615488 or 12620473. OLE color: 12620473.
HSL color Cylindrical-coordinate representation of color #B992C0: hue angle of 290.87º degrees, saturation: 0.27, 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 #B992C0 is Cyan = 0.04, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 185 | 146 | 192 | - |
| CMYK | 0.04 | 0.24 | 0 | 0.25 |
| HSL | 290.87º | 0.27% | 0.66% | - |
| HSV(B) | 290.87º | 0.24% | 0.75% | - |
| XYZ | 39.8 | 34.68 | 54.46 | - |
| YUV | 162.91 | 144.42 | 143.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 146 | 192 | 0.04 | 0.24 | 0 | 0.25 | 290.87 | 0.27 | 0.66 |
| Hex | B9 | 92 | C0 | 4 | 18 | 0 | 19 | 123 | 1B | 42 |
| Octal | 271 | 222 | 300 | 4 | 30 | 0 | 31 | 443 | 33 | 102 |
| Binary | 10111001 | 10010010 | 11000000 | 100 | 11000 | 0 | 11001 | 100100011 | 11011 | 1000010 |
Color Harmonies of #B992C0
Complementary color
Monochromatic Colors of #B992C0
Black with #B992C0
Text Example
Text Example
White with #B992C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B992C0; }
p { color: rgb(185,146,192); }
H1.HeaderClassName
{
color: #B992C0;
}
.AnyTagClassName
{
color: #B992C0;
}
</style>
background-color css
<style>
a { background-color: #B992C0; }
a { background-color: rgb(185,146,192); }
div.DivClassName
{
background-color: #B992C0;
}
.BgClassName
{
background-color: #B992C0;
}
</style>
border-color css
<style>
span { border-color: #B992C0; }
span { border-color: rgb(185,146,192); }
td.TdClassName
{
border-color: #B992C0;
}
.TagClassName
{
border-color: #B992C0;
}
</style>