Shades of Mint Tulip #BFFDE0
Tints of Mint Tulip #BFFDE0
RGB
CMYK
RGB Variations
Color information
#BFFDE0 (or 0xBFFDE0) is known color: Mint Tulip. HEX triplet: BF, FD and E0. RGB value is (191,253,224). Sum of RGB (Red+Green+Blue) = 191+253+224=668 (88% of max value = 765). Red value is 191 (75% from 255 or 28.59% from 668); Green value is 253 (99.22% from 255 or 37.87% from 668); Blue value is 224 (87.89% from 255 or 33.53% from 668); Max value from RGB is 253 - color contains mainly: green. Hex color #BFFDE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFFDE0 is #40021F. Grayscale: #E7E7E7. Windows color (decimal): -4194848 or 14745023. OLE color: 14745023.
HSL color Cylindrical-coordinate representation of color #BFFDE0: hue angle of 151.94º 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 #BFFDE0 is Cyan = 0.25, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 191 | 253 | 224 | - |
| CMYK | 0.25 | 0 | 0.11 | 0.01 |
| HSL | 151.94º | 0.94% | 0.87% | - |
| HSV(B) | 151.94º | 0.25% | 0.99% | - |
| XYZ | 70.07 | 86.71 | 83.56 | - |
| YUV | 231.16 | 123.96 | 99.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 253 | 224 | 0.25 | 0 | 0.11 | 0.01 | 151.94 | 0.94 | 0.87 |
| Hex | BF | FD | E0 | 19 | 0 | B | 1 | 98 | 5E | 57 |
| Octal | 277 | 375 | 340 | 31 | 0 | 13 | 1 | 230 | 136 | 127 |
| Binary | 10111111 | 11111101 | 11100000 | 11001 | 0 | 1011 | 1 | 10011000 | 1011110 | 1010111 |
Color Harmonies of #BFFDE0
Complementary color
Monochromatic Colors of #BFFDE0
Black with #BFFDE0
Text Example
Text Example
White with #BFFDE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFDE0; }
p { color: rgb(191,253,224); }
H1.HeaderClassName
{
color: #BFFDE0;
}
.AnyTagClassName
{
color: #BFFDE0;
}
</style>
background-color css
<style>
a { background-color: #BFFDE0; }
a { background-color: rgb(191,253,224); }
div.DivClassName
{
background-color: #BFFDE0;
}
.BgClassName
{
background-color: #BFFDE0;
}
</style>
border-color css
<style>
span { border-color: #BFFDE0; }
span { border-color: rgb(191,253,224); }
td.TdClassName
{
border-color: #BFFDE0;
}
.TagClassName
{
border-color: #BFFDE0;
}
</style>