Shades of Mint Tulip #BFF7DF
Tints of Mint Tulip #BFF7DF
RGB
CMYK
RGB Variations
Color information
#BFF7DF (or 0xBFF7DF) is known color: Mint Tulip. HEX triplet: BF, F7 and DF. RGB value is (191,247,223). Sum of RGB (Red+Green+Blue) = 191+247+223=661 (87% of max value = 765). Red value is 191 (75% from 255 or 28.90% from 661); Green value is 247 (96.88% from 255 or 37.37% from 661); Blue value is 223 (87.5% from 255 or 33.74% from 661); Max value from RGB is 247 - color contains mainly: green. Hex color #BFF7DF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFF7DF is #400820. Grayscale: #E3E3E3. Windows color (decimal): -4196385 or 14677951. OLE color: 14677951.
HSL color Cylindrical-coordinate representation of color #BFF7DF: hue angle of 154.29º degrees, saturation: 0.78, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BFF7DF is Cyan = 0.23, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 191 | 247 | 223 | - |
| CMYK | 0.23 | 0 | 0.10 | 0.03 |
| HSL | 154.29º | 0.78% | 0.86% | - |
| HSV(B) | 154.29º | 0.23% | 0.97% | - |
| XYZ | 68.07 | 82.93 | 82.23 | - |
| YUV | 227.52 | 125.45 | 101.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 247 | 223 | 0.23 | 0 | 0.10 | 0.03 | 154.29 | 0.78 | 0.86 |
| Hex | BF | F7 | DF | 17 | 0 | A | 3 | 9A | 4E | 56 |
| Octal | 277 | 367 | 337 | 27 | 0 | 12 | 3 | 232 | 116 | 126 |
| Binary | 10111111 | 11110111 | 11011111 | 10111 | 0 | 1010 | 11 | 10011010 | 1001110 | 1010110 |
Color Harmonies of #BFF7DF
Complementary color
Monochromatic Colors of #BFF7DF
Black with #BFF7DF
Text Example
Text Example
White with #BFF7DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF7DF; }
p { color: rgb(191,247,223); }
H1.HeaderClassName
{
color: #BFF7DF;
}
.AnyTagClassName
{
color: #BFF7DF;
}
</style>
background-color css
<style>
a { background-color: #BFF7DF; }
a { background-color: rgb(191,247,223); }
div.DivClassName
{
background-color: #BFF7DF;
}
.BgClassName
{
background-color: #BFF7DF;
}
</style>
border-color css
<style>
span { border-color: #BFF7DF; }
span { border-color: rgb(191,247,223); }
td.TdClassName
{
border-color: #BFF7DF;
}
.TagClassName
{
border-color: #BFF7DF;
}
</style>