Shades of East Side #BF81C9
Tints of East Side #BF81C9
RGB
CMYK
RGB Variations
Color information
#BF81C9 (or 0xBF81C9) is known color: East Side. HEX triplet: BF, 81 and C9. RGB value is (191,129,201). Sum of RGB (Red+Green+Blue) = 191+129+201=521 (69% of max value = 765). Red value is 191 (75% from 255 or 36.66% from 521); Green value is 129 (50.78% from 255 or 24.76% from 521); Blue value is 201 (78.91% from 255 or 38.58% from 521); Max value from RGB is 201 - color contains mainly: blue. Hex color #BF81C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF81C9 is #407E36. Grayscale: #9B9B9B. Windows color (decimal): -4226615 or 13205951. OLE color: 13205951.
HSL color Cylindrical-coordinate representation of color #BF81C9: hue angle of 291.67º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BF81C9 is Cyan = 0.05, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 191 | 129 | 201 | - |
| CMYK | 0.05 | 0.36 | 0 | 0.21 |
| HSL | 291.67º | 0.4% | 0.65% | - |
| HSV(B) | 291.67º | 0.36% | 0.79% | - |
| XYZ | 39.88 | 30.99 | 59.14 | - |
| YUV | 155.75 | 153.54 | 153.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 129 | 201 | 0.05 | 0.36 | 0 | 0.21 | 291.67 | 0.4 | 0.65 |
| Hex | BF | 81 | C9 | 5 | 24 | 0 | 15 | 124 | 28 | 41 |
| Octal | 277 | 201 | 311 | 5 | 44 | 0 | 25 | 444 | 50 | 101 |
| Binary | 10111111 | 10000001 | 11001001 | 101 | 100100 | 0 | 10101 | 100100100 | 101000 | 1000001 |
Color Harmonies of #BF81C9
Complementary color
Monochromatic Colors of #BF81C9
Black with #BF81C9
Text Example
Text Example
White with #BF81C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF81C9; }
p { color: rgb(191,129,201); }
H1.HeaderClassName
{
color: #BF81C9;
}
.AnyTagClassName
{
color: #BF81C9;
}
</style>
background-color css
<style>
a { background-color: #BF81C9; }
a { background-color: rgb(191,129,201); }
div.DivClassName
{
background-color: #BF81C9;
}
.BgClassName
{
background-color: #BF81C9;
}
</style>
border-color css
<style>
span { border-color: #BF81C9; }
span { border-color: rgb(191,129,201); }
td.TdClassName
{
border-color: #BF81C9;
}
.TagClassName
{
border-color: #BF81C9;
}
</style>