Shades of East Side #B28BB8
Tints of East Side #B28BB8
RGB
CMYK
RGB Variations
Color information
#B28BB8 (or 0xB28BB8) is known color: East Side. HEX triplet: B2, 8B and B8. RGB value is (178,139,184). Sum of RGB (Red+Green+Blue) = 178+139+184=501 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.53% from 501); Green value is 139 (54.69% from 255 or 27.74% from 501); Blue value is 184 (72.27% from 255 or 36.73% from 501); Max value from RGB is 184 - color contains mainly: blue. Hex color #B28BB8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B28BB8 is #4D7447. Grayscale: #9B9B9B. Windows color (decimal): -5076040 or 12094386. OLE color: 12094386.
HSL color Cylindrical-coordinate representation of color #B28BB8: hue angle of 292º degrees, saturation: 0.24, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B28BB8 is Cyan = 0.03, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 178 | 139 | 184 | - |
| CMYK | 0.03 | 0.24 | 0 | 0.28 |
| HSL | 292º | 0.24% | 0.63% | - |
| HSV(B) | 292º | 0.24% | 0.72% | - |
| XYZ | 36.24 | 31.39 | 49.5 | - |
| YUV | 155.79 | 143.92 | 143.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 139 | 184 | 0.03 | 0.24 | 0 | 0.28 | 292 | 0.24 | 0.63 |
| Hex | B2 | 8B | B8 | 3 | 18 | 0 | 1C | 124 | 18 | 3F |
| Octal | 262 | 213 | 270 | 3 | 30 | 0 | 34 | 444 | 30 | 77 |
| Binary | 10110010 | 10001011 | 10111000 | 11 | 11000 | 0 | 11100 | 100100100 | 11000 | 111111 |
Color Harmonies of #B28BB8
Complementary color
Monochromatic Colors of #B28BB8
Black with #B28BB8
Text Example
Text Example
White with #B28BB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B28BB8; }
p { color: rgb(178,139,184); }
H1.HeaderClassName
{
color: #B28BB8;
}
.AnyTagClassName
{
color: #B28BB8;
}
</style>
background-color css
<style>
a { background-color: #B28BB8; }
a { background-color: rgb(178,139,184); }
div.DivClassName
{
background-color: #B28BB8;
}
.BgClassName
{
background-color: #B28BB8;
}
</style>
border-color css
<style>
span { border-color: #B28BB8; }
span { border-color: rgb(178,139,184); }
td.TdClassName
{
border-color: #B28BB8;
}
.TagClassName
{
border-color: #B28BB8;
}
</style>