Shades of East Side #B28ACC
Tints of East Side #B28ACC
RGB
CMYK
RGB Variations
Color information
#B28ACC (or 0xB28ACC) is known color: East Side. HEX triplet: B2, 8A and CC. RGB value is (178,138,204). Sum of RGB (Red+Green+Blue) = 178+138+204=520 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.23% from 520); Green value is 138 (54.30% from 255 or 26.54% from 520); Blue value is 204 (80.08% from 255 or 39.23% from 520); Max value from RGB is 204 - color contains mainly: blue. Hex color #B28ACC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B28ACC is #4D7533. Grayscale: #9D9D9D. Windows color (decimal): -5076276 or 13404850. OLE color: 13404850.
HSL color Cylindrical-coordinate representation of color #B28ACC: hue angle of 276.36º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B28ACC is Cyan = 0.13, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 178 | 138 | 204 | - |
| CMYK | 0.13 | 0.32 | 0 | 0.2 |
| HSL | 276.36º | 0.39% | 0.67% | - |
| HSV(B) | 276.36º | 0.32% | 0.8% | - |
| XYZ | 38.35 | 32 | 61.28 | - |
| YUV | 157.48 | 154.25 | 142.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 138 | 204 | 0.13 | 0.32 | 0 | 0.2 | 276.36 | 0.39 | 0.67 |
| Hex | B2 | 8A | CC | D | 20 | 0 | 14 | 114 | 27 | 43 |
| Octal | 262 | 212 | 314 | 15 | 40 | 0 | 24 | 424 | 47 | 103 |
| Binary | 10110010 | 10001010 | 11001100 | 1101 | 100000 | 0 | 10100 | 100010100 | 100111 | 1000011 |
Color Harmonies of #B28ACC
Complementary color
Monochromatic Colors of #B28ACC
Black with #B28ACC
Text Example
Text Example
White with #B28ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B28ACC; }
p { color: rgb(178,138,204); }
H1.HeaderClassName
{
color: #B28ACC;
}
.AnyTagClassName
{
color: #B28ACC;
}
</style>
background-color css
<style>
a { background-color: #B28ACC; }
a { background-color: rgb(178,138,204); }
div.DivClassName
{
background-color: #B28ACC;
}
.BgClassName
{
background-color: #B28ACC;
}
</style>
border-color css
<style>
span { border-color: #B28ACC; }
span { border-color: rgb(178,138,204); }
td.TdClassName
{
border-color: #B28ACC;
}
.TagClassName
{
border-color: #B28ACC;
}
</style>