Shades of East Side #B18BB7
Tints of East Side #B18BB7
RGB
CMYK
RGB Variations
Color information
#B18BB7 (or 0xB18BB7) is known color: East Side. HEX triplet: B1, 8B and B7. RGB value is (177,139,183). Sum of RGB (Red+Green+Blue) = 177+139+183=499 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.47% from 499); Green value is 139 (54.69% from 255 or 27.86% from 499); Blue value is 183 (71.88% from 255 or 36.67% from 499); Max value from RGB is 183 - color contains mainly: blue. Hex color #B18BB7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B18BB7 is #4E7448. Grayscale: #9B9B9B. Windows color (decimal): -5141577 or 12028849. OLE color: 12028849.
HSL color Cylindrical-coordinate representation of color #B18BB7: hue angle of 291.82º degrees, saturation: 0.23, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B18BB7 is Cyan = 0.03, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 177 | 139 | 183 | - |
| CMYK | 0.03 | 0.24 | 0 | 0.28 |
| HSL | 291.82º | 0.23% | 0.63% | - |
| HSV(B) | 291.82º | 0.24% | 0.72% | - |
| XYZ | 35.91 | 31.23 | 48.94 | - |
| YUV | 155.38 | 143.59 | 143.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 139 | 183 | 0.03 | 0.24 | 0 | 0.28 | 291.82 | 0.23 | 0.63 |
| Hex | B1 | 8B | B7 | 3 | 18 | 0 | 1C | 124 | 17 | 3F |
| Octal | 261 | 213 | 267 | 3 | 30 | 0 | 34 | 444 | 27 | 77 |
| Binary | 10110001 | 10001011 | 10110111 | 11 | 11000 | 0 | 11100 | 100100100 | 10111 | 111111 |
Color Harmonies of #B18BB7
Complementary color
Monochromatic Colors of #B18BB7
Black with #B18BB7
Text Example
Text Example
White with #B18BB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18BB7; }
p { color: rgb(177,139,183); }
H1.HeaderClassName
{
color: #B18BB7;
}
.AnyTagClassName
{
color: #B18BB7;
}
</style>
background-color css
<style>
a { background-color: #B18BB7; }
a { background-color: rgb(177,139,183); }
div.DivClassName
{
background-color: #B18BB7;
}
.BgClassName
{
background-color: #B18BB7;
}
</style>
border-color css
<style>
span { border-color: #B18BB7; }
span { border-color: rgb(177,139,183); }
td.TdClassName
{
border-color: #B18BB7;
}
.TagClassName
{
border-color: #B18BB7;
}
</style>