Shades of East Side #B089CC
Tints of East Side #B089CC
RGB
CMYK
RGB Variations
Color information
#B089CC (or 0xB089CC) is known color: East Side. HEX triplet: B0, 89 and CC. RGB value is (176,137,204). Sum of RGB (Red+Green+Blue) = 176+137+204=517 (68% of max value = 765). Red value is 176 (69.14% from 255 or 34.04% from 517); Green value is 137 (53.91% from 255 or 26.50% from 517); Blue value is 204 (80.08% from 255 or 39.46% from 517); Max value from RGB is 204 - color contains mainly: blue. Hex color #B089CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B089CC is #4F7633. Grayscale: #9C9C9C. Windows color (decimal): -5207604 or 13404592. OLE color: 13404592.
HSL color Cylindrical-coordinate representation of color #B089CC: hue angle of 274.93º 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 #B089CC is Cyan = 0.14, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 176 | 137 | 204 | - |
| CMYK | 0.14 | 0.33 | 0 | 0.2 |
| HSL | 274.93º | 0.4% | 0.67% | - |
| HSV(B) | 274.93º | 0.33% | 0.8% | - |
| XYZ | 37.75 | 31.48 | 61.21 | - |
| YUV | 156.3 | 154.92 | 142.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 137 | 204 | 0.14 | 0.33 | 0 | 0.2 | 274.93 | 0.4 | 0.67 |
| Hex | B0 | 89 | CC | E | 21 | 0 | 14 | 113 | 28 | 43 |
| Octal | 260 | 211 | 314 | 16 | 41 | 0 | 24 | 423 | 50 | 103 |
| Binary | 10110000 | 10001001 | 11001100 | 1110 | 100001 | 0 | 10100 | 100010011 | 101000 | 1000011 |
Color Harmonies of #B089CC
Complementary color
Monochromatic Colors of #B089CC
Black with #B089CC
Text Example
Text Example
White with #B089CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B089CC; }
p { color: rgb(176,137,204); }
H1.HeaderClassName
{
color: #B089CC;
}
.AnyTagClassName
{
color: #B089CC;
}
</style>
background-color css
<style>
a { background-color: #B089CC; }
a { background-color: rgb(176,137,204); }
div.DivClassName
{
background-color: #B089CC;
}
.BgClassName
{
background-color: #B089CC;
}
</style>
border-color css
<style>
span { border-color: #B089CC; }
span { border-color: rgb(176,137,204); }
td.TdClassName
{
border-color: #B089CC;
}
.TagClassName
{
border-color: #B089CC;
}
</style>