Shades of East Side #B28FB8
Tints of East Side #B28FB8
RGB
CMYK
RGB Variations
Color information
#B28FB8 (or 0xB28FB8) is known color: East Side. HEX triplet: B2, 8F and B8. RGB value is (178,143,184). Sum of RGB (Red+Green+Blue) = 178+143+184=505 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.25% from 505); Green value is 143 (56.25% from 255 or 28.32% from 505); Blue value is 184 (72.27% from 255 or 36.44% from 505); Max value from RGB is 184 - color contains mainly: blue. Hex color #B28FB8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B28FB8 is #4D7047. Grayscale: #9E9E9E. Windows color (decimal): -5075016 or 12095410. OLE color: 12095410.
HSL color Cylindrical-coordinate representation of color #B28FB8: hue angle of 291.22º degrees, saturation: 0.22, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B28FB8 is Cyan = 0.03, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 178 | 143 | 184 | - |
| CMYK | 0.03 | 0.22 | 0 | 0.28 |
| HSL | 291.22º | 0.22% | 0.64% | - |
| HSV(B) | 291.22º | 0.22% | 0.72% | - |
| XYZ | 36.83 | 32.57 | 49.69 | - |
| YUV | 158.14 | 142.6 | 142.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 143 | 184 | 0.03 | 0.22 | 0 | 0.28 | 291.22 | 0.22 | 0.64 |
| Hex | B2 | 8F | B8 | 3 | 16 | 0 | 1C | 123 | 16 | 40 |
| Octal | 262 | 217 | 270 | 3 | 26 | 0 | 34 | 443 | 26 | 100 |
| Binary | 10110010 | 10001111 | 10111000 | 11 | 10110 | 0 | 11100 | 100100011 | 10110 | 1000000 |
Color Harmonies of #B28FB8
Complementary color
Monochromatic Colors of #B28FB8
Black with #B28FB8
Text Example
Text Example
White with #B28FB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B28FB8; }
p { color: rgb(178,143,184); }
H1.HeaderClassName
{
color: #B28FB8;
}
.AnyTagClassName
{
color: #B28FB8;
}
</style>
background-color css
<style>
a { background-color: #B28FB8; }
a { background-color: rgb(178,143,184); }
div.DivClassName
{
background-color: #B28FB8;
}
.BgClassName
{
background-color: #B28FB8;
}
</style>
border-color css
<style>
span { border-color: #B28FB8; }
span { border-color: rgb(178,143,184); }
td.TdClassName
{
border-color: #B28FB8;
}
.TagClassName
{
border-color: #B28FB8;
}
</style>