Shades of East Side #B88FC8
Tints of East Side #B88FC8
RGB
CMYK
RGB Variations
Color information
#B88FC8 (or 0xB88FC8) is known color: East Side. HEX triplet: B8, 8F and C8. RGB value is (184,143,200). Sum of RGB (Red+Green+Blue) = 184+143+200=527 (69% of max value = 765). Red value is 184 (72.27% from 255 or 34.91% from 527); Green value is 143 (56.25% from 255 or 27.13% from 527); Blue value is 200 (78.52% from 255 or 37.95% from 527); Max value from RGB is 200 - color contains mainly: blue. Hex color #B88FC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B88FC8 is #477037. Grayscale: #A1A1A1. Windows color (decimal): -4681784 or 13143992. OLE color: 13143992.
HSL color Cylindrical-coordinate representation of color #B88FC8: hue angle of 283.16º degrees, saturation: 0.34, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B88FC8 is Cyan = 0.08, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 184 | 143 | 200 | - |
| CMYK | 0.08 | 0.28 | 0 | 0.22 |
| HSL | 283.16º | 0.34% | 0.67% | - |
| HSV(B) | 283.16º | 0.29% | 0.78% | - |
| XYZ | 40.01 | 34.01 | 59.1 | - |
| YUV | 161.76 | 149.58 | 143.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 143 | 200 | 0.08 | 0.28 | 0 | 0.22 | 283.16 | 0.34 | 0.67 |
| Hex | B8 | 8F | C8 | 8 | 1C | 0 | 16 | 11B | 22 | 43 |
| Octal | 270 | 217 | 310 | 10 | 34 | 0 | 26 | 433 | 42 | 103 |
| Binary | 10111000 | 10001111 | 11001000 | 1000 | 11100 | 0 | 10110 | 100011011 | 100010 | 1000011 |
Color Harmonies of #B88FC8
Complementary color
Monochromatic Colors of #B88FC8
Black with #B88FC8
Text Example
Text Example
White with #B88FC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B88FC8; }
p { color: rgb(184,143,200); }
H1.HeaderClassName
{
color: #B88FC8;
}
.AnyTagClassName
{
color: #B88FC8;
}
</style>
background-color css
<style>
a { background-color: #B88FC8; }
a { background-color: rgb(184,143,200); }
div.DivClassName
{
background-color: #B88FC8;
}
.BgClassName
{
background-color: #B88FC8;
}
</style>
border-color css
<style>
span { border-color: #B88FC8; }
span { border-color: rgb(184,143,200); }
td.TdClassName
{
border-color: #B88FC8;
}
.TagClassName
{
border-color: #B88FC8;
}
</style>