Shades of Mint Tulip #BFFDE1
Tints of Mint Tulip #BFFDE1
RGB
CMYK
RGB Variations
Color information
#BFFDE1 (or 0xBFFDE1) is known color: Mint Tulip. HEX triplet: BF, FD and E1. RGB value is (191,253,225). Sum of RGB (Red+Green+Blue) = 191+253+225=669 (88% of max value = 765). Red value is 191 (75% from 255 or 28.55% from 669); Green value is 253 (99.22% from 255 or 37.82% from 669); Blue value is 225 (88.28% from 255 or 33.63% from 669); Max value from RGB is 253 - color contains mainly: green. Hex color #BFFDE1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFFDE1 is #40021E. Grayscale: #E7E7E7. Windows color (decimal): -4194847 or 14810559. OLE color: 14810559.
HSL color Cylindrical-coordinate representation of color #BFFDE1: hue angle of 152.9º 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 #BFFDE1 is Cyan = 0.25, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 191 | 253 | 225 | - |
| CMYK | 0.25 | 0 | 0.11 | 0.01 |
| HSL | 152.9º | 0.94% | 0.87% | - |
| HSV(B) | 152.9º | 0.25% | 0.99% | - |
| XYZ | 70.2 | 86.76 | 84.28 | - |
| YUV | 231.27 | 124.46 | 99.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 253 | 225 | 0.25 | 0 | 0.11 | 0.01 | 152.9 | 0.94 | 0.87 |
| Hex | BF | FD | E1 | 19 | 0 | B | 1 | 99 | 5E | 57 |
| Octal | 277 | 375 | 341 | 31 | 0 | 13 | 1 | 231 | 136 | 127 |
| Binary | 10111111 | 11111101 | 11100001 | 11001 | 0 | 1011 | 1 | 10011001 | 1011110 | 1010111 |
Color Harmonies of #BFFDE1
Complementary color
Monochromatic Colors of #BFFDE1
Black with #BFFDE1
Text Example
Text Example
White with #BFFDE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFDE1; }
p { color: rgb(191,253,225); }
H1.HeaderClassName
{
color: #BFFDE1;
}
.AnyTagClassName
{
color: #BFFDE1;
}
</style>
background-color css
<style>
a { background-color: #BFFDE1; }
a { background-color: rgb(191,253,225); }
div.DivClassName
{
background-color: #BFFDE1;
}
.BgClassName
{
background-color: #BFFDE1;
}
</style>
border-color css
<style>
span { border-color: #BFFDE1; }
span { border-color: rgb(191,253,225); }
td.TdClassName
{
border-color: #BFFDE1;
}
.TagClassName
{
border-color: #BFFDE1;
}
</style>