Shades of East Side #B28FB9
Tints of East Side #B28FB9
RGB
CMYK
RGB Variations
Color information
#B28FB9 (or 0xB28FB9) is known color: East Side. HEX triplet: B2, 8F and B9. RGB value is (178,143,185). Sum of RGB (Red+Green+Blue) = 178+143+185=506 (67% of max value = 765). Red value is 178 (69.92% from 255 or 35.18% from 506); Green value is 143 (56.25% from 255 or 28.26% from 506); Blue value is 185 (72.66% from 255 or 36.56% from 506); Max value from RGB is 185 - color contains mainly: blue. Hex color #B28FB9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B28FB9 is #4D7046. Grayscale: #9E9E9E. Windows color (decimal): -5075015 or 12160946. OLE color: 12160946.
HSL color Cylindrical-coordinate representation of color #B28FB9: hue angle of 290º degrees, saturation: 0.23, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B28FB9 is Cyan = 0.04, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 178 | 143 | 185 | - |
| CMYK | 0.04 | 0.23 | 0 | 0.27 |
| HSL | 290º | 0.23% | 0.64% | - |
| HSV(B) | 290º | 0.23% | 0.73% | - |
| XYZ | 36.94 | 32.61 | 50.25 | - |
| YUV | 158.25 | 143.1 | 142.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 143 | 185 | 0.04 | 0.23 | 0 | 0.27 | 290 | 0.23 | 0.64 |
| Hex | B2 | 8F | B9 | 4 | 17 | 0 | 1B | 122 | 17 | 40 |
| Octal | 262 | 217 | 271 | 4 | 27 | 0 | 33 | 442 | 27 | 100 |
| Binary | 10110010 | 10001111 | 10111001 | 100 | 10111 | 0 | 11011 | 100100010 | 10111 | 1000000 |
Color Harmonies of #B28FB9
Complementary color
Monochromatic Colors of #B28FB9
Black with #B28FB9
Text Example
Text Example
White with #B28FB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B28FB9; }
p { color: rgb(178,143,185); }
H1.HeaderClassName
{
color: #B28FB9;
}
.AnyTagClassName
{
color: #B28FB9;
}
</style>
background-color css
<style>
a { background-color: #B28FB9; }
a { background-color: rgb(178,143,185); }
div.DivClassName
{
background-color: #B28FB9;
}
.BgClassName
{
background-color: #B28FB9;
}
</style>
border-color css
<style>
span { border-color: #B28FB9; }
span { border-color: rgb(178,143,185); }
td.TdClassName
{
border-color: #B28FB9;
}
.TagClassName
{
border-color: #B28FB9;
}
</style>