Shades of East Side #B17AB8
Tints of East Side #B17AB8
RGB
CMYK
RGB Variations
Color information
#B17AB8 (or 0xB17AB8) is known color: East Side. HEX triplet: B1, 7A and B8. RGB value is (177,122,184). Sum of RGB (Red+Green+Blue) = 177+122+184=483 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.65% from 483); Green value is 122 (48.05% from 255 or 25.26% from 483); Blue value is 184 (72.27% from 255 or 38.10% from 483); Max value from RGB is 184 - color contains mainly: blue. Hex color #B17AB8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B17AB8 is #4E8547. Grayscale: #919191. Windows color (decimal): -5145928 or 12090033. OLE color: 12090033.
HSL color Cylindrical-coordinate representation of color #B17AB8: hue angle of 293.23º degrees, saturation: 0.3, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B17AB8 is Cyan = 0.04, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 177 | 122 | 184 | - |
| CMYK | 0.04 | 0.34 | 0 | 0.28 |
| HSL | 293.23º | 0.3% | 0.6% | - |
| HSV(B) | 293.23º | 0.34% | 0.72% | - |
| XYZ | 33.74 | 26.73 | 48.73 | - |
| YUV | 145.51 | 149.72 | 150.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 122 | 184 | 0.04 | 0.34 | 0 | 0.28 | 293.23 | 0.3 | 0.6 |
| Hex | B1 | 7A | B8 | 4 | 22 | 0 | 1C | 125 | 1E | 3C |
| Octal | 261 | 172 | 270 | 4 | 42 | 0 | 34 | 445 | 36 | 74 |
| Binary | 10110001 | 1111010 | 10111000 | 100 | 100010 | 0 | 11100 | 100100101 | 11110 | 111100 |
Color Harmonies of #B17AB8
Complementary color
Monochromatic Colors of #B17AB8
Black with #B17AB8
Text Example
Text Example
White with #B17AB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17AB8; }
p { color: rgb(177,122,184); }
H1.HeaderClassName
{
color: #B17AB8;
}
.AnyTagClassName
{
color: #B17AB8;
}
</style>
background-color css
<style>
a { background-color: #B17AB8; }
a { background-color: rgb(177,122,184); }
div.DivClassName
{
background-color: #B17AB8;
}
.BgClassName
{
background-color: #B17AB8;
}
</style>
border-color css
<style>
span { border-color: #B17AB8; }
span { border-color: rgb(177,122,184); }
td.TdClassName
{
border-color: #B17AB8;
}
.TagClassName
{
border-color: #B17AB8;
}
</style>