Shades of East Side #BF84C9
Tints of East Side #BF84C9
RGB
CMYK
RGB Variations
Color information
#BF84C9 (or 0xBF84C9) is known color: East Side. HEX triplet: BF, 84 and C9. RGB value is (191,132,201). Sum of RGB (Red+Green+Blue) = 191+132+201=524 (69% of max value = 765). Red value is 191 (75% from 255 or 36.45% from 524); Green value is 132 (51.95% from 255 or 25.19% from 524); Blue value is 201 (78.91% from 255 or 38.36% from 524); Max value from RGB is 201 - color contains mainly: blue. Hex color #BF84C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF84C9 is #407B36. Grayscale: #9D9D9D. Windows color (decimal): -4225847 or 13206719. OLE color: 13206719.
HSL color Cylindrical-coordinate representation of color #BF84C9: hue angle of 291.3º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BF84C9 is Cyan = 0.05, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 191 | 132 | 201 | - |
| CMYK | 0.05 | 0.34 | 0 | 0.21 |
| HSL | 291.3º | 0.39% | 0.65% | - |
| HSV(B) | 291.3º | 0.34% | 0.79% | - |
| XYZ | 40.28 | 31.8 | 59.27 | - |
| YUV | 157.51 | 152.55 | 151.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 132 | 201 | 0.05 | 0.34 | 0 | 0.21 | 291.3 | 0.39 | 0.65 |
| Hex | BF | 84 | C9 | 5 | 22 | 0 | 15 | 123 | 27 | 41 |
| Octal | 277 | 204 | 311 | 5 | 42 | 0 | 25 | 443 | 47 | 101 |
| Binary | 10111111 | 10000100 | 11001001 | 101 | 100010 | 0 | 10101 | 100100011 | 100111 | 1000001 |
Color Harmonies of #BF84C9
Complementary color
Monochromatic Colors of #BF84C9
Black with #BF84C9
Text Example
Text Example
White with #BF84C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF84C9; }
p { color: rgb(191,132,201); }
H1.HeaderClassName
{
color: #BF84C9;
}
.AnyTagClassName
{
color: #BF84C9;
}
</style>
background-color css
<style>
a { background-color: #BF84C9; }
a { background-color: rgb(191,132,201); }
div.DivClassName
{
background-color: #BF84C9;
}
.BgClassName
{
background-color: #BF84C9;
}
</style>
border-color css
<style>
span { border-color: #BF84C9; }
span { border-color: rgb(191,132,201); }
td.TdClassName
{
border-color: #BF84C9;
}
.TagClassName
{
border-color: #BF84C9;
}
</style>