Shades of East Side #B892BF
Tints of East Side #B892BF
RGB
CMYK
RGB Variations
Color information
#B892BF (or 0xB892BF) is known color: East Side. HEX triplet: B8, 92 and BF. RGB value is (184,146,191). Sum of RGB (Red+Green+Blue) = 184+146+191=521 (69% of max value = 765). Red value is 184 (72.27% from 255 or 35.32% from 521); Green value is 146 (57.42% from 255 or 28.02% from 521); Blue value is 191 (75% from 255 or 36.66% from 521); Max value from RGB is 191 - color contains mainly: blue. Hex color #B892BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B892BF is #476D40. Grayscale: #A2A2A2. Windows color (decimal): -4681025 or 12554936. OLE color: 12554936.
HSL color Cylindrical-coordinate representation of color #B892BF: hue angle of 290.67º degrees, saturation: 0.26, 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 #B892BF is Cyan = 0.04, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 184 | 146 | 191 | - |
| CMYK | 0.04 | 0.24 | 0 | 0.25 |
| HSL | 290.67º | 0.26% | 0.66% | - |
| HSV(B) | 290.67º | 0.24% | 0.75% | - |
| XYZ | 39.45 | 34.51 | 53.87 | - |
| YUV | 162.49 | 144.09 | 143.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 146 | 191 | 0.04 | 0.24 | 0 | 0.25 | 290.67 | 0.26 | 0.66 |
| Hex | B8 | 92 | BF | 4 | 18 | 0 | 19 | 123 | 1A | 42 |
| Octal | 270 | 222 | 277 | 4 | 30 | 0 | 31 | 443 | 32 | 102 |
| Binary | 10111000 | 10010010 | 10111111 | 100 | 11000 | 0 | 11001 | 100100011 | 11010 | 1000010 |
Color Harmonies of #B892BF
Complementary color
Monochromatic Colors of #B892BF
Black with #B892BF
Text Example
Text Example
White with #B892BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B892BF; }
p { color: rgb(184,146,191); }
H1.HeaderClassName
{
color: #B892BF;
}
.AnyTagClassName
{
color: #B892BF;
}
</style>
background-color css
<style>
a { background-color: #B892BF; }
a { background-color: rgb(184,146,191); }
div.DivClassName
{
background-color: #B892BF;
}
.BgClassName
{
background-color: #B892BF;
}
</style>
border-color css
<style>
span { border-color: #B892BF; }
span { border-color: rgb(184,146,191); }
td.TdClassName
{
border-color: #B892BF;
}
.TagClassName
{
border-color: #B892BF;
}
</style>