Shades of East Side #BF85C9
Tints of East Side #BF85C9
RGB
CMYK
RGB Variations
Color information
#BF85C9 (or 0xBF85C9) is known color: East Side. HEX triplet: BF, 85 and C9. RGB value is (191,133,201). Sum of RGB (Red+Green+Blue) = 191+133+201=525 (69% of max value = 765). Red value is 191 (75% from 255 or 36.38% from 525); Green value is 133 (52.34% from 255 or 25.33% from 525); Blue value is 201 (78.91% from 255 or 38.29% from 525); Max value from RGB is 201 - color contains mainly: blue. Hex color #BF85C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF85C9 is #407A36. Grayscale: #9D9D9D. Windows color (decimal): -4225591 or 13206975. OLE color: 13206975.
HSL color Cylindrical-coordinate representation of color #BF85C9: hue angle of 291.18º 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 #BF85C9 is Cyan = 0.05, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 191 | 133 | 201 | - |
| CMYK | 0.05 | 0.34 | 0 | 0.21 |
| HSL | 291.18º | 0.39% | 0.65% | - |
| HSV(B) | 291.18º | 0.34% | 0.79% | - |
| XYZ | 40.42 | 32.07 | 59.32 | - |
| YUV | 158.09 | 152.22 | 151.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 133 | 201 | 0.05 | 0.34 | 0 | 0.21 | 291.18 | 0.39 | 0.65 |
| Hex | BF | 85 | C9 | 5 | 22 | 0 | 15 | 123 | 27 | 41 |
| Octal | 277 | 205 | 311 | 5 | 42 | 0 | 25 | 443 | 47 | 101 |
| Binary | 10111111 | 10000101 | 11001001 | 101 | 100010 | 0 | 10101 | 100100011 | 100111 | 1000001 |
Color Harmonies of #BF85C9
Complementary color
Monochromatic Colors of #BF85C9
Black with #BF85C9
Text Example
Text Example
White with #BF85C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF85C9; }
p { color: rgb(191,133,201); }
H1.HeaderClassName
{
color: #BF85C9;
}
.AnyTagClassName
{
color: #BF85C9;
}
</style>
background-color css
<style>
a { background-color: #BF85C9; }
a { background-color: rgb(191,133,201); }
div.DivClassName
{
background-color: #BF85C9;
}
.BgClassName
{
background-color: #BF85C9;
}
</style>
border-color css
<style>
span { border-color: #BF85C9; }
span { border-color: rgb(191,133,201); }
td.TdClassName
{
border-color: #BF85C9;
}
.TagClassName
{
border-color: #BF85C9;
}
</style>