Shades of East Side #B288CC
Tints of East Side #B288CC
RGB
CMYK
RGB Variations
Color information
#B288CC (or 0xB288CC) is known color: East Side. HEX triplet: B2, 88 and CC. RGB value is (178,136,204). Sum of RGB (Red+Green+Blue) = 178+136+204=518 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.36% from 518); Green value is 136 (53.52% from 255 or 26.25% from 518); Blue value is 204 (80.08% from 255 or 39.38% from 518); Max value from RGB is 204 - color contains mainly: blue. Hex color #B288CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B288CC is #4D7733. Grayscale: #9C9C9C. Windows color (decimal): -5076788 or 13404338. OLE color: 13404338.
HSL color Cylindrical-coordinate representation of color #B288CC: hue angle of 277.06º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B288CC is Cyan = 0.13, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 178 | 136 | 204 | - |
| CMYK | 0.13 | 0.33 | 0 | 0.2 |
| HSL | 277.06º | 0.4% | 0.67% | - |
| HSV(B) | 277.06º | 0.33% | 0.8% | - |
| XYZ | 38.06 | 31.43 | 61.19 | - |
| YUV | 156.31 | 154.91 | 143.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 136 | 204 | 0.13 | 0.33 | 0 | 0.2 | 277.06 | 0.4 | 0.67 |
| Hex | B2 | 88 | CC | D | 21 | 0 | 14 | 115 | 28 | 43 |
| Octal | 262 | 210 | 314 | 15 | 41 | 0 | 24 | 425 | 50 | 103 |
| Binary | 10110010 | 10001000 | 11001100 | 1101 | 100001 | 0 | 10100 | 100010101 | 101000 | 1000011 |
Color Harmonies of #B288CC
Complementary color
Monochromatic Colors of #B288CC
Black with #B288CC
Text Example
Text Example
White with #B288CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B288CC; }
p { color: rgb(178,136,204); }
H1.HeaderClassName
{
color: #B288CC;
}
.AnyTagClassName
{
color: #B288CC;
}
</style>
background-color css
<style>
a { background-color: #B288CC; }
a { background-color: rgb(178,136,204); }
div.DivClassName
{
background-color: #B288CC;
}
.BgClassName
{
background-color: #B288CC;
}
</style>
border-color css
<style>
span { border-color: #B288CC; }
span { border-color: rgb(178,136,204); }
td.TdClassName
{
border-color: #B288CC;
}
.TagClassName
{
border-color: #B288CC;
}
</style>