Shades of Mint Tulip #BFFFE1
Tints of Mint Tulip #BFFFE1
RGB
CMYK
RGB Variations
Color information
#BFFFE1 (or 0xBFFFE1) is known color: Mint Tulip. HEX triplet: BF, FF and E1. RGB value is (191,255,225). Sum of RGB (Red+Green+Blue) = 191+255+225=671 (88% of max value = 765). Red value is 191 (75% from 255 or 28.46% from 671); Green value is 255 (100% from 255 or 38.00% from 671); Blue value is 225 (88.28% from 255 or 33.53% from 671); Max value from RGB is 255 - color contains mainly: green. Hex color #BFFFE1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFFFE1 is #40001E. Grayscale: #E8E8E8. Windows color (decimal): -4194335 or 14811071. OLE color: 14811071.
HSL color Cylindrical-coordinate representation of color #BFFFE1: hue angle of 151.88º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BFFFE1 is Cyan = 0.25, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.
Color convert
| RGB | 191 | 255 | 225 | - |
| CMYK | 0.25 | 0 | 0.12 | 0 |
| HSL | 151.88º | 1% | 0.87% | - |
| HSV(B) | 151.88º | 0.25% | 1% | - |
| XYZ | 70.84 | 88.03 | 84.49 | - |
| YUV | 232.44 | 123.8 | 98.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 255 | 225 | 0.25 | 0 | 0.12 | 0 | 151.88 | 1 | 0.87 |
| Hex | BF | FF | E1 | 19 | 0 | C | 0 | 98 | 64 | 57 |
| Octal | 277 | 377 | 341 | 31 | 0 | 14 | 0 | 230 | 144 | 127 |
| Binary | 10111111 | 11111111 | 11100001 | 11001 | 0 | 1100 | 0 | 10011000 | 1100100 | 1010111 |
Color Harmonies of #BFFFE1
Complementary color
Monochromatic Colors of #BFFFE1
Black with #BFFFE1
Text Example
Text Example
White with #BFFFE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFFE1; }
p { color: rgb(191,255,225); }
H1.HeaderClassName
{
color: #BFFFE1;
}
.AnyTagClassName
{
color: #BFFFE1;
}
</style>
background-color css
<style>
a { background-color: #BFFFE1; }
a { background-color: rgb(191,255,225); }
div.DivClassName
{
background-color: #BFFFE1;
}
.BgClassName
{
background-color: #BFFFE1;
}
</style>
border-color css
<style>
span { border-color: #BFFFE1; }
span { border-color: rgb(191,255,225); }
td.TdClassName
{
border-color: #BFFFE1;
}
.TagClassName
{
border-color: #BFFFE1;
}
</style>