Shades of East Side #B88CC2
Tints of East Side #B88CC2
RGB
CMYK
RGB Variations
Color information
#B88CC2 (or 0xB88CC2) is known color: East Side. HEX triplet: B8, 8C and C2. RGB value is (184,140,194). Sum of RGB (Red+Green+Blue) = 184+140+194=518 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.52% from 518); Green value is 140 (55.08% from 255 or 27.03% from 518); Blue value is 194 (76.17% from 255 or 37.45% from 518); Max value from RGB is 194 - color contains mainly: blue. Hex color #B88CC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B88CC2 is #47733D. Grayscale: #9F9F9F. Windows color (decimal): -4682558 or 12750008. OLE color: 12750008.
HSL color Cylindrical-coordinate representation of color #B88CC2: hue angle of 288.89º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B88CC2 is Cyan = 0.05, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 184 | 140 | 194 | - |
| CMYK | 0.05 | 0.28 | 0 | 0.24 |
| HSL | 288.89º | 0.31% | 0.65% | - |
| HSV(B) | 288.89º | 0.28% | 0.76% | - |
| XYZ | 38.88 | 32.84 | 55.33 | - |
| YUV | 159.31 | 147.58 | 145.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 140 | 194 | 0.05 | 0.28 | 0 | 0.24 | 288.89 | 0.31 | 0.65 |
| Hex | B8 | 8C | C2 | 5 | 1C | 0 | 18 | 121 | 1F | 41 |
| Octal | 270 | 214 | 302 | 5 | 34 | 0 | 30 | 441 | 37 | 101 |
| Binary | 10111000 | 10001100 | 11000010 | 101 | 11100 | 0 | 11000 | 100100001 | 11111 | 1000001 |
Color Harmonies of #B88CC2
Complementary color
Monochromatic Colors of #B88CC2
Black with #B88CC2
Text Example
Text Example
White with #B88CC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B88CC2; }
p { color: rgb(184,140,194); }
H1.HeaderClassName
{
color: #B88CC2;
}
.AnyTagClassName
{
color: #B88CC2;
}
</style>
background-color css
<style>
a { background-color: #B88CC2; }
a { background-color: rgb(184,140,194); }
div.DivClassName
{
background-color: #B88CC2;
}
.BgClassName
{
background-color: #B88CC2;
}
</style>
border-color css
<style>
span { border-color: #B88CC2; }
span { border-color: rgb(184,140,194); }
td.TdClassName
{
border-color: #B88CC2;
}
.TagClassName
{
border-color: #B88CC2;
}
</style>