Shades of East Side #BF89CC
Tints of East Side #BF89CC
RGB
CMYK
RGB Variations
Color information
#BF89CC (or 0xBF89CC) is known color: East Side. HEX triplet: BF, 89 and CC. RGB value is (191,137,204). Sum of RGB (Red+Green+Blue) = 191+137+204=532 (70% of max value = 765). Red value is 191 (75% from 255 or 35.90% from 532); Green value is 137 (53.91% from 255 or 25.75% from 532); Blue value is 204 (80.08% from 255 or 38.35% from 532); Max value from RGB is 204 - color contains mainly: blue. Hex color #BF89CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF89CC is #407633. Grayscale: #A0A0A0. Windows color (decimal): -4224564 or 13404607. OLE color: 13404607.
HSL color Cylindrical-coordinate representation of color #BF89CC: hue angle of 288.36º 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 #BF89CC is Cyan = 0.06, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 191 | 137 | 204 | - |
| CMYK | 0.06 | 0.33 | 0 | 0.2 |
| HSL | 288.36º | 0.4% | 0.67% | - |
| HSV(B) | 288.36º | 0.33% | 0.8% | - |
| XYZ | 41.33 | 33.33 | 61.38 | - |
| YUV | 160.78 | 152.39 | 149.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 137 | 204 | 0.06 | 0.33 | 0 | 0.2 | 288.36 | 0.4 | 0.67 |
| Hex | BF | 89 | CC | 6 | 21 | 0 | 14 | 120 | 28 | 43 |
| Octal | 277 | 211 | 314 | 6 | 41 | 0 | 24 | 440 | 50 | 103 |
| Binary | 10111111 | 10001001 | 11001100 | 110 | 100001 | 0 | 10100 | 100100000 | 101000 | 1000011 |
Color Harmonies of #BF89CC
Complementary color
Monochromatic Colors of #BF89CC
Black with #BF89CC
Text Example
Text Example
White with #BF89CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF89CC; }
p { color: rgb(191,137,204); }
H1.HeaderClassName
{
color: #BF89CC;
}
.AnyTagClassName
{
color: #BF89CC;
}
</style>
background-color css
<style>
a { background-color: #BF89CC; }
a { background-color: rgb(191,137,204); }
div.DivClassName
{
background-color: #BF89CC;
}
.BgClassName
{
background-color: #BF89CC;
}
</style>
border-color css
<style>
span { border-color: #BF89CC; }
span { border-color: rgb(191,137,204); }
td.TdClassName
{
border-color: #BF89CC;
}
.TagClassName
{
border-color: #BF89CC;
}
</style>