Shades of East Side #B892C1
Tints of East Side #B892C1
RGB
CMYK
RGB Variations
Color information
#B892C1 (or 0xB892C1) is known color: East Side. HEX triplet: B8, 92 and C1. RGB value is (184,146,193). Sum of RGB (Red+Green+Blue) = 184+146+193=523 (69% of max value = 765). Red value is 184 (72.27% from 255 or 35.18% from 523); Green value is 146 (57.42% from 255 or 27.92% from 523); Blue value is 193 (75.78% from 255 or 36.90% from 523); Max value from RGB is 193 - color contains mainly: blue. Hex color #B892C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B892C1 is #476D3E. Grayscale: #A2A2A2. Windows color (decimal): -4681023 or 12686008. OLE color: 12686008.
HSL color Cylindrical-coordinate representation of color #B892C1: hue angle of 288.51º degrees, saturation: 0.27, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B892C1 is Cyan = 0.05, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 184 | 146 | 193 | - |
| CMYK | 0.05 | 0.24 | 0 | 0.24 |
| HSL | 288.51º | 0.27% | 0.66% | - |
| HSV(B) | 288.51º | 0.24% | 0.76% | - |
| XYZ | 39.67 | 34.6 | 55.04 | - |
| YUV | 162.72 | 145.09 | 143.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 146 | 193 | 0.05 | 0.24 | 0 | 0.24 | 288.51 | 0.27 | 0.66 |
| Hex | B8 | 92 | C1 | 5 | 18 | 0 | 18 | 121 | 1B | 42 |
| Octal | 270 | 222 | 301 | 5 | 30 | 0 | 30 | 441 | 33 | 102 |
| Binary | 10111000 | 10010010 | 11000001 | 101 | 11000 | 0 | 11000 | 100100001 | 11011 | 1000010 |
Color Harmonies of #B892C1
Complementary color
Monochromatic Colors of #B892C1
Black with #B892C1
Text Example
Text Example
White with #B892C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B892C1; }
p { color: rgb(184,146,193); }
H1.HeaderClassName
{
color: #B892C1;
}
.AnyTagClassName
{
color: #B892C1;
}
</style>
background-color css
<style>
a { background-color: #B892C1; }
a { background-color: rgb(184,146,193); }
div.DivClassName
{
background-color: #B892C1;
}
.BgClassName
{
background-color: #B892C1;
}
</style>
border-color css
<style>
span { border-color: #B892C1; }
span { border-color: rgb(184,146,193); }
td.TdClassName
{
border-color: #B892C1;
}
.TagClassName
{
border-color: #B892C1;
}
</style>