Shades of East Side #B18ECC
Tints of East Side #B18ECC
RGB
CMYK
RGB Variations
Color information
#B18ECC (or 0xB18ECC) is known color: East Side. HEX triplet: B1, 8E and CC. RGB value is (177,142,204). Sum of RGB (Red+Green+Blue) = 177+142+204=523 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.84% from 523); Green value is 142 (55.86% from 255 or 27.15% from 523); Blue value is 204 (80.08% from 255 or 39.01% from 523); Max value from RGB is 204 - color contains mainly: blue. Hex color #B18ECC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B18ECC is #4E7133. Grayscale: #9F9F9F. Windows color (decimal): -5140788 or 13405873. OLE color: 13405873.
HSL color Cylindrical-coordinate representation of color #B18ECC: hue angle of 273.87º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B18ECC is Cyan = 0.13, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 177 | 142 | 204 | - |
| CMYK | 0.13 | 0.30 | 0 | 0.2 |
| HSL | 273.87º | 0.38% | 0.68% | - |
| HSV(B) | 273.87º | 0.3% | 0.8% | - |
| XYZ | 38.7 | 33.05 | 61.47 | - |
| YUV | 159.53 | 153.1 | 140.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 142 | 204 | 0.13 | 0.30 | 0 | 0.2 | 273.87 | 0.38 | 0.68 |
| Hex | B1 | 8E | CC | D | 1E | 0 | 14 | 112 | 26 | 44 |
| Octal | 261 | 216 | 314 | 15 | 36 | 0 | 24 | 422 | 46 | 104 |
| Binary | 10110001 | 10001110 | 11001100 | 1101 | 11110 | 0 | 10100 | 100010010 | 100110 | 1000100 |
Color Harmonies of #B18ECC
Complementary color
Monochromatic Colors of #B18ECC
Black with #B18ECC
Text Example
Text Example
White with #B18ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18ECC; }
p { color: rgb(177,142,204); }
H1.HeaderClassName
{
color: #B18ECC;
}
.AnyTagClassName
{
color: #B18ECC;
}
</style>
background-color css
<style>
a { background-color: #B18ECC; }
a { background-color: rgb(177,142,204); }
div.DivClassName
{
background-color: #B18ECC;
}
.BgClassName
{
background-color: #B18ECC;
}
</style>
border-color css
<style>
span { border-color: #B18ECC; }
span { border-color: rgb(177,142,204); }
td.TdClassName
{
border-color: #B18ECC;
}
.TagClassName
{
border-color: #B18ECC;
}
</style>