Shades of East Side #B18FBC
Tints of East Side #B18FBC
RGB
CMYK
RGB Variations
Color information
#B18FBC (or 0xB18FBC) is known color: East Side. HEX triplet: B1, 8F and BC. RGB value is (177,143,188). Sum of RGB (Red+Green+Blue) = 177+143+188=508 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.84% from 508); Green value is 143 (56.25% from 255 or 28.15% from 508); Blue value is 188 (73.83% from 255 or 37.01% from 508); Max value from RGB is 188 - color contains mainly: blue. Hex color #B18FBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B18FBC is #4E7043. Grayscale: #9E9E9E. Windows color (decimal): -5140548 or 12357553. OLE color: 12357553.
HSL color Cylindrical-coordinate representation of color #B18FBC: hue angle of 285.33º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B18FBC is Cyan = 0.06, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 177 | 143 | 188 | - |
| CMYK | 0.06 | 0.24 | 0 | 0.26 |
| HSL | 285.33º | 0.25% | 0.65% | - |
| HSV(B) | 285.33º | 0.24% | 0.74% | - |
| XYZ | 37.03 | 32.62 | 51.92 | - |
| YUV | 158.3 | 144.76 | 141.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 143 | 188 | 0.06 | 0.24 | 0 | 0.26 | 285.33 | 0.25 | 0.65 |
| Hex | B1 | 8F | BC | 6 | 18 | 0 | 1A | 11D | 19 | 41 |
| Octal | 261 | 217 | 274 | 6 | 30 | 0 | 32 | 435 | 31 | 101 |
| Binary | 10110001 | 10001111 | 10111100 | 110 | 11000 | 0 | 11010 | 100011101 | 11001 | 1000001 |
Color Harmonies of #B18FBC
Complementary color
Monochromatic Colors of #B18FBC
Black with #B18FBC
Text Example
Text Example
White with #B18FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18FBC; }
p { color: rgb(177,143,188); }
H1.HeaderClassName
{
color: #B18FBC;
}
.AnyTagClassName
{
color: #B18FBC;
}
</style>
background-color css
<style>
a { background-color: #B18FBC; }
a { background-color: rgb(177,143,188); }
div.DivClassName
{
background-color: #B18FBC;
}
.BgClassName
{
background-color: #B18FBC;
}
</style>
border-color css
<style>
span { border-color: #B18FBC; }
span { border-color: rgb(177,143,188); }
td.TdClassName
{
border-color: #B18FBC;
}
.TagClassName
{
border-color: #B18FBC;
}
</style>