Shades of East Side #B892CE
Tints of East Side #B892CE
RGB
CMYK
RGB Variations
Color information
#B892CE (or 0xB892CE) is known color: East Side. HEX triplet: B8, 92 and CE. RGB value is (184,146,206). Sum of RGB (Red+Green+Blue) = 184+146+206=536 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.33% from 536); Green value is 146 (57.42% from 255 or 27.24% from 536); Blue value is 206 (80.86% from 255 or 38.43% from 536); Max value from RGB is 206 - color contains mainly: blue. Hex color #B892CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B892CE is #476D31. Grayscale: #A4A4A4. Windows color (decimal): -4681010 or 13537976. OLE color: 13537976.
HSL color Cylindrical-coordinate representation of color #B892CE: hue angle of 278º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B892CE is Cyan = 0.11, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 184 | 146 | 206 | - |
| CMYK | 0.11 | 0.29 | 0 | 0.19 |
| HSL | 278º | 0.38% | 0.69% | - |
| HSV(B) | 278º | 0.29% | 0.81% | - |
| XYZ | 41.19 | 35.2 | 63.02 | - |
| YUV | 164.2 | 151.59 | 142.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 146 | 206 | 0.11 | 0.29 | 0 | 0.19 | 278 | 0.38 | 0.69 |
| Hex | B8 | 92 | CE | B | 1D | 0 | 13 | 116 | 26 | 45 |
| Octal | 270 | 222 | 316 | 13 | 35 | 0 | 23 | 426 | 46 | 105 |
| Binary | 10111000 | 10010010 | 11001110 | 1011 | 11101 | 0 | 10011 | 100010110 | 100110 | 1000101 |
Color Harmonies of #B892CE
Complementary color
Monochromatic Colors of #B892CE
Black with #B892CE
Text Example
Text Example
White with #B892CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B892CE; }
p { color: rgb(184,146,206); }
H1.HeaderClassName
{
color: #B892CE;
}
.AnyTagClassName
{
color: #B892CE;
}
</style>
background-color css
<style>
a { background-color: #B892CE; }
a { background-color: rgb(184,146,206); }
div.DivClassName
{
background-color: #B892CE;
}
.BgClassName
{
background-color: #B892CE;
}
</style>
border-color css
<style>
span { border-color: #B892CE; }
span { border-color: rgb(184,146,206); }
td.TdClassName
{
border-color: #B892CE;
}
.TagClassName
{
border-color: #B892CE;
}
</style>