Shades of East Side #B88BC8
Tints of East Side #B88BC8
RGB
CMYK
RGB Variations
Color information
#B88BC8 (or 0xB88BC8) is known color: East Side. HEX triplet: B8, 8B and C8. RGB value is (184,139,200). Sum of RGB (Red+Green+Blue) = 184+139+200=523 (69% of max value = 765). Red value is 184 (72.27% from 255 or 35.18% from 523); Green value is 139 (54.69% from 255 or 26.58% from 523); Blue value is 200 (78.52% from 255 or 38.24% from 523); Max value from RGB is 200 - color contains mainly: blue. Hex color #B88BC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B88BC8 is #477437. Grayscale: #9F9F9F. Windows color (decimal): -4682808 or 13142968. OLE color: 13142968.
HSL color Cylindrical-coordinate representation of color #B88BC8: hue angle of 284.26º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B88BC8 is Cyan = 0.08, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 184 | 139 | 200 | - |
| CMYK | 0.08 | 0.30 | 0 | 0.22 |
| HSL | 284.26º | 0.36% | 0.66% | - |
| HSV(B) | 284.26º | 0.31% | 0.78% | - |
| XYZ | 39.43 | 32.83 | 58.9 | - |
| YUV | 159.41 | 150.91 | 145.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 139 | 200 | 0.08 | 0.30 | 0 | 0.22 | 284.26 | 0.36 | 0.66 |
| Hex | B8 | 8B | C8 | 8 | 1E | 0 | 16 | 11C | 24 | 42 |
| Octal | 270 | 213 | 310 | 10 | 36 | 0 | 26 | 434 | 44 | 102 |
| Binary | 10111000 | 10001011 | 11001000 | 1000 | 11110 | 0 | 10110 | 100011100 | 100100 | 1000010 |
Color Harmonies of #B88BC8
Complementary color
Monochromatic Colors of #B88BC8
Black with #B88BC8
Text Example
Text Example
White with #B88BC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B88BC8; }
p { color: rgb(184,139,200); }
H1.HeaderClassName
{
color: #B88BC8;
}
.AnyTagClassName
{
color: #B88BC8;
}
</style>
background-color css
<style>
a { background-color: #B88BC8; }
a { background-color: rgb(184,139,200); }
div.DivClassName
{
background-color: #B88BC8;
}
.BgClassName
{
background-color: #B88BC8;
}
</style>
border-color css
<style>
span { border-color: #B88BC8; }
span { border-color: rgb(184,139,200); }
td.TdClassName
{
border-color: #B88BC8;
}
.TagClassName
{
border-color: #B88BC8;
}
</style>