Shades of East Side #B18CBC
Tints of East Side #B18CBC
RGB
CMYK
RGB Variations
Color information
#B18CBC (or 0xB18CBC) is known color: East Side. HEX triplet: B1, 8C and BC. RGB value is (177,140,188). Sum of RGB (Red+Green+Blue) = 177+140+188=505 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.05% from 505); Green value is 140 (55.08% from 255 or 27.72% from 505); Blue value is 188 (73.83% from 255 or 37.23% from 505); Max value from RGB is 188 - color contains mainly: blue. Hex color #B18CBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B18CBC is #4E7343. Grayscale: #9C9C9C. Windows color (decimal): -5141316 or 12356785. OLE color: 12356785.
HSL color Cylindrical-coordinate representation of color #B18CBC: hue angle of 286.25º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B18CBC is Cyan = 0.06, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 177 | 140 | 188 | - |
| CMYK | 0.06 | 0.26 | 0 | 0.26 |
| HSL | 286.25º | 0.26% | 0.64% | - |
| HSV(B) | 286.25º | 0.26% | 0.74% | - |
| XYZ | 36.59 | 31.73 | 51.77 | - |
| YUV | 156.54 | 145.76 | 142.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 140 | 188 | 0.06 | 0.26 | 0 | 0.26 | 286.25 | 0.26 | 0.64 |
| Hex | B1 | 8C | BC | 6 | 1A | 0 | 1A | 11E | 1A | 40 |
| Octal | 261 | 214 | 274 | 6 | 32 | 0 | 32 | 436 | 32 | 100 |
| Binary | 10110001 | 10001100 | 10111100 | 110 | 11010 | 0 | 11010 | 100011110 | 11010 | 1000000 |
Color Harmonies of #B18CBC
Complementary color
Monochromatic Colors of #B18CBC
Black with #B18CBC
Text Example
Text Example
White with #B18CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18CBC; }
p { color: rgb(177,140,188); }
H1.HeaderClassName
{
color: #B18CBC;
}
.AnyTagClassName
{
color: #B18CBC;
}
</style>
background-color css
<style>
a { background-color: #B18CBC; }
a { background-color: rgb(177,140,188); }
div.DivClassName
{
background-color: #B18CBC;
}
.BgClassName
{
background-color: #B18CBC;
}
</style>
border-color css
<style>
span { border-color: #B18CBC; }
span { border-color: rgb(177,140,188); }
td.TdClassName
{
border-color: #B18CBC;
}
.TagClassName
{
border-color: #B18CBC;
}
</style>