Shades of East Side #B18CBB
Tints of East Side #B18CBB
RGB
CMYK
RGB Variations
Color information
#B18CBB (or 0xB18CBB) is known color: East Side. HEX triplet: B1, 8C and BB. RGB value is (177,140,187). Sum of RGB (Red+Green+Blue) = 177+140+187=504 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.12% from 504); Green value is 140 (55.08% from 255 or 27.78% from 504); Blue value is 187 (73.44% from 255 or 37.10% from 504); Max value from RGB is 187 - color contains mainly: blue. Hex color #B18CBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B18CBB is #4E7344. Grayscale: #9C9C9C. Windows color (decimal): -5141317 or 12291249. OLE color: 12291249.
HSL color Cylindrical-coordinate representation of color #B18CBB: hue angle of 287.23º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B18CBB is Cyan = 0.05, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 177 | 140 | 187 | - |
| CMYK | 0.05 | 0.25 | 0 | 0.27 |
| HSL | 287.23º | 0.26% | 0.64% | - |
| HSV(B) | 287.23º | 0.25% | 0.73% | - |
| XYZ | 36.48 | 31.69 | 51.21 | - |
| YUV | 156.42 | 145.26 | 142.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 140 | 187 | 0.05 | 0.25 | 0 | 0.27 | 287.23 | 0.26 | 0.64 |
| Hex | B1 | 8C | BB | 5 | 19 | 0 | 1B | 11F | 1A | 40 |
| Octal | 261 | 214 | 273 | 5 | 31 | 0 | 33 | 437 | 32 | 100 |
| Binary | 10110001 | 10001100 | 10111011 | 101 | 11001 | 0 | 11011 | 100011111 | 11010 | 1000000 |
Color Harmonies of #B18CBB
Complementary color
Monochromatic Colors of #B18CBB
Black with #B18CBB
Text Example
Text Example
White with #B18CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18CBB; }
p { color: rgb(177,140,187); }
H1.HeaderClassName
{
color: #B18CBB;
}
.AnyTagClassName
{
color: #B18CBB;
}
</style>
background-color css
<style>
a { background-color: #B18CBB; }
a { background-color: rgb(177,140,187); }
div.DivClassName
{
background-color: #B18CBB;
}
.BgClassName
{
background-color: #B18CBB;
}
</style>
border-color css
<style>
span { border-color: #B18CBB; }
span { border-color: rgb(177,140,187); }
td.TdClassName
{
border-color: #B18CBB;
}
.TagClassName
{
border-color: #B18CBB;
}
</style>