Shades of Mint Tulip #BFFFDF
Tints of Mint Tulip #BFFFDF
RGB
CMYK
RGB Variations
Color information
#BFFFDF (or 0xBFFFDF) is known color: Mint Tulip. HEX triplet: BF, FF and DF. RGB value is (191,255,223). Sum of RGB (Red+Green+Blue) = 191+255+223=669 (88% of max value = 765). Red value is 191 (75% from 255 or 28.55% from 669); Green value is 255 (100% from 255 or 38.12% from 669); Blue value is 223 (87.5% from 255 or 33.33% from 669); Max value from RGB is 255 - color contains mainly: green. Hex color #BFFFDF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFFFDF is #400020. Grayscale: #E8E8E8. Windows color (decimal): -4194337 or 14679999. OLE color: 14679999.
HSL color Cylindrical-coordinate representation of color #BFFFDF: hue angle of 150º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BFFFDF is Cyan = 0.25, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 191 | 255 | 223 | - |
| CMYK | 0.25 | 0 | 0.13 | 0 |
| HSL | 150º | 1% | 0.87% | - |
| HSV(B) | 150º | 0.25% | 1% | - |
| XYZ | 70.57 | 87.92 | 83.06 | - |
| YUV | 232.22 | 122.8 | 98.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 255 | 223 | 0.25 | 0 | 0.13 | 0 | 150 | 1 | 0.87 |
| Hex | BF | FF | DF | 19 | 0 | D | 0 | 96 | 64 | 57 |
| Octal | 277 | 377 | 337 | 31 | 0 | 15 | 0 | 226 | 144 | 127 |
| Binary | 10111111 | 11111111 | 11011111 | 11001 | 0 | 1101 | 0 | 10010110 | 1100100 | 1010111 |
Color Harmonies of #BFFFDF
Complementary color
Monochromatic Colors of #BFFFDF
Black with #BFFFDF
Text Example
Text Example
White with #BFFFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFFDF; }
p { color: rgb(191,255,223); }
H1.HeaderClassName
{
color: #BFFFDF;
}
.AnyTagClassName
{
color: #BFFFDF;
}
</style>
background-color css
<style>
a { background-color: #BFFFDF; }
a { background-color: rgb(191,255,223); }
div.DivClassName
{
background-color: #BFFFDF;
}
.BgClassName
{
background-color: #BFFFDF;
}
</style>
border-color css
<style>
span { border-color: #BFFFDF; }
span { border-color: rgb(191,255,223); }
td.TdClassName
{
border-color: #BFFFDF;
}
.TagClassName
{
border-color: #BFFFDF;
}
</style>