Shades of East Side #B18AC6
Tints of East Side #B18AC6
RGB
CMYK
RGB Variations
Color information
#B18AC6 (or 0xB18AC6) is known color: East Side. HEX triplet: B1, 8A and C6. RGB value is (177,138,198). Sum of RGB (Red+Green+Blue) = 177+138+198=513 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.50% from 513); Green value is 138 (54.30% from 255 or 26.90% from 513); Blue value is 198 (77.73% from 255 or 38.60% from 513); Max value from RGB is 198 - color contains mainly: blue. Hex color #B18AC6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B18AC6 is #4E7539. Grayscale: #9C9C9C. Windows color (decimal): -5141818 or 13011633. OLE color: 13011633.
HSL color Cylindrical-coordinate representation of color #B18AC6: hue angle of 279º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B18AC6 is Cyan = 0.11, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 177 | 138 | 198 | - |
| CMYK | 0.11 | 0.30 | 0 | 0.22 |
| HSL | 279º | 0.34% | 0.66% | - |
| HSV(B) | 279º | 0.3% | 0.78% | - |
| XYZ | 37.41 | 31.6 | 57.55 | - |
| YUV | 156.5 | 151.42 | 142.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 138 | 198 | 0.11 | 0.30 | 0 | 0.22 | 279 | 0.34 | 0.66 |
| Hex | B1 | 8A | C6 | B | 1E | 0 | 16 | 117 | 22 | 42 |
| Octal | 261 | 212 | 306 | 13 | 36 | 0 | 26 | 427 | 42 | 102 |
| Binary | 10110001 | 10001010 | 11000110 | 1011 | 11110 | 0 | 10110 | 100010111 | 100010 | 1000010 |
Color Harmonies of #B18AC6
Complementary color
Monochromatic Colors of #B18AC6
Black with #B18AC6
Text Example
Text Example
White with #B18AC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18AC6; }
p { color: rgb(177,138,198); }
H1.HeaderClassName
{
color: #B18AC6;
}
.AnyTagClassName
{
color: #B18AC6;
}
</style>
background-color css
<style>
a { background-color: #B18AC6; }
a { background-color: rgb(177,138,198); }
div.DivClassName
{
background-color: #B18AC6;
}
.BgClassName
{
background-color: #B18AC6;
}
</style>
border-color css
<style>
span { border-color: #B18AC6; }
span { border-color: rgb(177,138,198); }
td.TdClassName
{
border-color: #B18AC6;
}
.TagClassName
{
border-color: #B18AC6;
}
</style>