Shades of Mint Tulip #BFEFDF
Tints of Mint Tulip #BFEFDF
RGB
CMYK
RGB Variations
Color information
#BFEFDF (or 0xBFEFDF) is known color: Mint Tulip. HEX triplet: BF, EF and DF. RGB value is (191,239,223). Sum of RGB (Red+Green+Blue) = 191+239+223=653 (86% of max value = 765). Red value is 191 (75% from 255 or 29.25% from 653); Green value is 239 (93.75% from 255 or 36.60% from 653); Blue value is 223 (87.5% from 255 or 34.15% from 653); Max value from RGB is 239 - color contains mainly: green. Hex color #BFEFDF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFEFDF is #401020. Grayscale: #DEDEDE. Windows color (decimal): -4198433 or 14675903. OLE color: 14675903.
HSL color Cylindrical-coordinate representation of color #BFEFDF: hue angle of 160º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BFEFDF is Cyan = 0.20, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 191 | 239 | 223 | - |
| CMYK | 0.20 | 0 | 0.07 | 0.06 |
| HSL | 160º | 0.6% | 0.84% | - |
| HSV(B) | 160º | 0.2% | 0.94% | - |
| XYZ | 65.67 | 78.14 | 81.43 | - |
| YUV | 222.82 | 128.1 | 105.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 239 | 223 | 0.20 | 0 | 0.07 | 0.06 | 160 | 0.6 | 0.84 |
| Hex | BF | EF | DF | 14 | 0 | 7 | 6 | A0 | 3C | 54 |
| Octal | 277 | 357 | 337 | 24 | 0 | 7 | 6 | 240 | 74 | 124 |
| Binary | 10111111 | 11101111 | 11011111 | 10100 | 0 | 111 | 110 | 10100000 | 111100 | 1010100 |
Color Harmonies of #BFEFDF
Complementary color
Monochromatic Colors of #BFEFDF
Black with #BFEFDF
Text Example
Text Example
White with #BFEFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFEFDF; }
p { color: rgb(191,239,223); }
H1.HeaderClassName
{
color: #BFEFDF;
}
.AnyTagClassName
{
color: #BFEFDF;
}
</style>
background-color css
<style>
a { background-color: #BFEFDF; }
a { background-color: rgb(191,239,223); }
div.DivClassName
{
background-color: #BFEFDF;
}
.BgClassName
{
background-color: #BFEFDF;
}
</style>
border-color css
<style>
span { border-color: #BFEFDF; }
span { border-color: rgb(191,239,223); }
td.TdClassName
{
border-color: #BFEFDF;
}
.TagClassName
{
border-color: #BFEFDF;
}
</style>