Shades of East Side #B889CC
Tints of East Side #B889CC
RGB
CMYK
RGB Variations
Color information
#B889CC (or 0xB889CC) is known color: East Side. HEX triplet: B8, 89 and CC. RGB value is (184,137,204). Sum of RGB (Red+Green+Blue) = 184+137+204=525 (69% of max value = 765). Red value is 184 (72.27% from 255 or 35.05% from 525); Green value is 137 (53.91% from 255 or 26.10% from 525); Blue value is 204 (80.08% from 255 or 38.86% from 525); Max value from RGB is 204 - color contains mainly: blue. Hex color #B889CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B889CC is #477633. Grayscale: #9E9E9E. Windows color (decimal): -4683316 or 13404600. OLE color: 13404600.
HSL color Cylindrical-coordinate representation of color #B889CC: hue angle of 282.09º 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 #B889CC is Cyan = 0.10, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 184 | 137 | 204 | - |
| CMYK | 0.10 | 0.33 | 0 | 0.2 |
| HSL | 282.09º | 0.4% | 0.67% | - |
| HSV(B) | 282.09º | 0.33% | 0.8% | - |
| XYZ | 39.61 | 32.44 | 61.3 | - |
| YUV | 158.69 | 153.57 | 146.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 137 | 204 | 0.10 | 0.33 | 0 | 0.2 | 282.09 | 0.4 | 0.67 |
| Hex | B8 | 89 | CC | A | 21 | 0 | 14 | 11A | 28 | 43 |
| Octal | 270 | 211 | 314 | 12 | 41 | 0 | 24 | 432 | 50 | 103 |
| Binary | 10111000 | 10001001 | 11001100 | 1010 | 100001 | 0 | 10100 | 100011010 | 101000 | 1000011 |
Color Harmonies of #B889CC
Complementary color
Monochromatic Colors of #B889CC
Black with #B889CC
Text Example
Text Example
White with #B889CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B889CC; }
p { color: rgb(184,137,204); }
H1.HeaderClassName
{
color: #B889CC;
}
.AnyTagClassName
{
color: #B889CC;
}
</style>
background-color css
<style>
a { background-color: #B889CC; }
a { background-color: rgb(184,137,204); }
div.DivClassName
{
background-color: #B889CC;
}
.BgClassName
{
background-color: #B889CC;
}
</style>
border-color css
<style>
span { border-color: #B889CC; }
span { border-color: rgb(184,137,204); }
td.TdClassName
{
border-color: #B889CC;
}
.TagClassName
{
border-color: #B889CC;
}
</style>