Shades of East Side #B18FBE
Tints of East Side #B18FBE
RGB
CMYK
RGB Variations
Color information
#B18FBE (or 0xB18FBE) is known color: East Side. HEX triplet: B1, 8F and BE. RGB value is (177,143,190). Sum of RGB (Red+Green+Blue) = 177+143+190=510 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.71% from 510); Green value is 143 (56.25% from 255 or 28.04% from 510); Blue value is 190 (74.61% from 255 or 37.25% from 510); Max value from RGB is 190 - color contains mainly: blue. Hex color #B18FBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B18FBE is #4E7041. Grayscale: #9E9E9E. Windows color (decimal): -5140546 or 12488625. OLE color: 12488625.
HSL color Cylindrical-coordinate representation of color #B18FBE: hue angle of 283.4º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B18FBE is Cyan = 0.07, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 177 | 143 | 190 | - |
| CMYK | 0.07 | 0.25 | 0 | 0.25 |
| HSL | 283.4º | 0.27% | 0.65% | - |
| HSV(B) | 283.4º | 0.25% | 0.75% | - |
| XYZ | 37.25 | 32.71 | 53.07 | - |
| YUV | 158.52 | 145.76 | 141.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 143 | 190 | 0.07 | 0.25 | 0 | 0.25 | 283.4 | 0.27 | 0.65 |
| Hex | B1 | 8F | BE | 7 | 19 | 0 | 19 | 11B | 1B | 41 |
| Octal | 261 | 217 | 276 | 7 | 31 | 0 | 31 | 433 | 33 | 101 |
| Binary | 10110001 | 10001111 | 10111110 | 111 | 11001 | 0 | 11001 | 100011011 | 11011 | 1000001 |
Color Harmonies of #B18FBE
Complementary color
Monochromatic Colors of #B18FBE
Black with #B18FBE
Text Example
Text Example
White with #B18FBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18FBE; }
p { color: rgb(177,143,190); }
H1.HeaderClassName
{
color: #B18FBE;
}
.AnyTagClassName
{
color: #B18FBE;
}
</style>
background-color css
<style>
a { background-color: #B18FBE; }
a { background-color: rgb(177,143,190); }
div.DivClassName
{
background-color: #B18FBE;
}
.BgClassName
{
background-color: #B18FBE;
}
</style>
border-color css
<style>
span { border-color: #B18FBE; }
span { border-color: rgb(177,143,190); }
td.TdClassName
{
border-color: #B18FBE;
}
.TagClassName
{
border-color: #B18FBE;
}
</style>