Shades of East Side #B18BBF
Tints of East Side #B18BBF
RGB
CMYK
RGB Variations
Color information
#B18BBF (or 0xB18BBF) is known color: East Side. HEX triplet: B1, 8B and BF. RGB value is (177,139,191). Sum of RGB (Red+Green+Blue) = 177+139+191=507 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.91% from 507); Green value is 139 (54.69% from 255 or 27.42% from 507); Blue value is 191 (75% from 255 or 37.67% from 507); Max value from RGB is 191 - color contains mainly: blue. Hex color #B18BBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B18BBF is #4E7440. Grayscale: #9C9C9C. Windows color (decimal): -5141569 or 12553137. OLE color: 12553137.
HSL color Cylindrical-coordinate representation of color #B18BBF: hue angle of 283.85º degrees, saturation: 0.29, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B18BBF is Cyan = 0.07, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 177 | 139 | 191 | - |
| CMYK | 0.07 | 0.27 | 0 | 0.25 |
| HSL | 283.85º | 0.29% | 0.65% | - |
| HSV(B) | 283.85º | 0.27% | 0.75% | - |
| XYZ | 36.77 | 31.57 | 53.45 | - |
| YUV | 156.29 | 147.59 | 142.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 139 | 191 | 0.07 | 0.27 | 0 | 0.25 | 283.85 | 0.29 | 0.65 |
| Hex | B1 | 8B | BF | 7 | 1B | 0 | 19 | 11C | 1D | 41 |
| Octal | 261 | 213 | 277 | 7 | 33 | 0 | 31 | 434 | 35 | 101 |
| Binary | 10110001 | 10001011 | 10111111 | 111 | 11011 | 0 | 11001 | 100011100 | 11101 | 1000001 |
Color Harmonies of #B18BBF
Complementary color
Monochromatic Colors of #B18BBF
Black with #B18BBF
Text Example
Text Example
White with #B18BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18BBF; }
p { color: rgb(177,139,191); }
H1.HeaderClassName
{
color: #B18BBF;
}
.AnyTagClassName
{
color: #B18BBF;
}
</style>
background-color css
<style>
a { background-color: #B18BBF; }
a { background-color: rgb(177,139,191); }
div.DivClassName
{
background-color: #B18BBF;
}
.BgClassName
{
background-color: #B18BBF;
}
</style>
border-color css
<style>
span { border-color: #B18BBF; }
span { border-color: rgb(177,139,191); }
td.TdClassName
{
border-color: #B18BBF;
}
.TagClassName
{
border-color: #B18BBF;
}
</style>