Shades of Mint Tulip #BFFDE3
Tints of Mint Tulip #BFFDE3
RGB
CMYK
RGB Variations
Color information
#BFFDE3 (or 0xBFFDE3) is known color: Mint Tulip. HEX triplet: BF, FD and E3. RGB value is (191,253,227). Sum of RGB (Red+Green+Blue) = 191+253+227=671 (88% of max value = 765). Red value is 191 (75% from 255 or 28.46% from 671); Green value is 253 (99.22% from 255 or 37.70% from 671); Blue value is 227 (89.06% from 255 or 33.83% from 671); Max value from RGB is 253 - color contains mainly: green. Hex color #BFFDE3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFFDE3 is #40021C. Grayscale: #E7E7E7. Windows color (decimal): -4194845 or 14941631. OLE color: 14941631.
HSL color Cylindrical-coordinate representation of color #BFFDE3: hue angle of 154.84º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BFFDE3 is Cyan = 0.25, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 191 | 253 | 227 | - |
| CMYK | 0.25 | 0 | 0.10 | 0.01 |
| HSL | 154.84º | 0.94% | 0.87% | - |
| HSV(B) | 154.84º | 0.25% | 0.99% | - |
| XYZ | 70.48 | 86.87 | 85.73 | - |
| YUV | 231.5 | 125.46 | 99.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 253 | 227 | 0.25 | 0 | 0.10 | 0.01 | 154.84 | 0.94 | 0.87 |
| Hex | BF | FD | E3 | 19 | 0 | A | 1 | 9B | 5E | 57 |
| Octal | 277 | 375 | 343 | 31 | 0 | 12 | 1 | 233 | 136 | 127 |
| Binary | 10111111 | 11111101 | 11100011 | 11001 | 0 | 1010 | 1 | 10011011 | 1011110 | 1010111 |
Color Harmonies of #BFFDE3
Complementary color
Monochromatic Colors of #BFFDE3
Black with #BFFDE3
Text Example
Text Example
White with #BFFDE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFDE3; }
p { color: rgb(191,253,227); }
H1.HeaderClassName
{
color: #BFFDE3;
}
.AnyTagClassName
{
color: #BFFDE3;
}
</style>
background-color css
<style>
a { background-color: #BFFDE3; }
a { background-color: rgb(191,253,227); }
div.DivClassName
{
background-color: #BFFDE3;
}
.BgClassName
{
background-color: #BFFDE3;
}
</style>
border-color css
<style>
span { border-color: #BFFDE3; }
span { border-color: rgb(191,253,227); }
td.TdClassName
{
border-color: #BFFDE3;
}
.TagClassName
{
border-color: #BFFDE3;
}
</style>