Shades of East Side #B18BBD
Tints of East Side #B18BBD
RGB
CMYK
RGB Variations
Color information
#B18BBD (or 0xB18BBD) is known color: East Side. HEX triplet: B1, 8B and BD. RGB value is (177,139,189). Sum of RGB (Red+Green+Blue) = 177+139+189=505 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.05% from 505); Green value is 139 (54.69% from 255 or 27.52% from 505); Blue value is 189 (74.22% from 255 or 37.43% from 505); Max value from RGB is 189 - color contains mainly: blue. Hex color #B18BBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B18BBD is #4E7442. Grayscale: #9B9B9B. Windows color (decimal): -5141571 or 12422065. OLE color: 12422065.
HSL color Cylindrical-coordinate representation of color #B18BBD: hue angle of 285.6º degrees, saturation: 0.27, 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 #B18BBD is Cyan = 0.06, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 177 | 139 | 189 | - |
| CMYK | 0.06 | 0.26 | 0 | 0.26 |
| HSL | 285.6º | 0.27% | 0.64% | - |
| HSV(B) | 285.6º | 0.26% | 0.74% | - |
| XYZ | 36.55 | 31.49 | 52.3 | - |
| YUV | 156.06 | 146.59 | 142.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 139 | 189 | 0.06 | 0.26 | 0 | 0.26 | 285.6 | 0.27 | 0.64 |
| Hex | B1 | 8B | BD | 6 | 1A | 0 | 1A | 11E | 1B | 40 |
| Octal | 261 | 213 | 275 | 6 | 32 | 0 | 32 | 436 | 33 | 100 |
| Binary | 10110001 | 10001011 | 10111101 | 110 | 11010 | 0 | 11010 | 100011110 | 11011 | 1000000 |
Color Harmonies of #B18BBD
Complementary color
Monochromatic Colors of #B18BBD
Black with #B18BBD
Text Example
Text Example
White with #B18BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18BBD; }
p { color: rgb(177,139,189); }
H1.HeaderClassName
{
color: #B18BBD;
}
.AnyTagClassName
{
color: #B18BBD;
}
</style>
background-color css
<style>
a { background-color: #B18BBD; }
a { background-color: rgb(177,139,189); }
div.DivClassName
{
background-color: #B18BBD;
}
.BgClassName
{
background-color: #B18BBD;
}
</style>
border-color css
<style>
span { border-color: #B18BBD; }
span { border-color: rgb(177,139,189); }
td.TdClassName
{
border-color: #B18BBD;
}
.TagClassName
{
border-color: #B18BBD;
}
</style>