Shades of Mint Tulip #BFF0DE
Tints of Mint Tulip #BFF0DE
RGB
CMYK
RGB Variations
Color information
#BFF0DE (or 0xBFF0DE) is known color: Mint Tulip. HEX triplet: BF, F0 and DE. RGB value is (191,240,222). Sum of RGB (Red+Green+Blue) = 191+240+222=653 (86% of max value = 765). Red value is 191 (75% from 255 or 29.25% from 653); Green value is 240 (94.14% from 255 or 36.75% from 653); Blue value is 222 (87.11% from 255 or 34.00% from 653); Max value from RGB is 240 - color contains mainly: green. Hex color #BFF0DE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFF0DE is #400F21. Grayscale: #DFDFDF. Windows color (decimal): -4198178 or 14610623. OLE color: 14610623.
HSL color Cylindrical-coordinate representation of color #BFF0DE: hue angle of 157.96º degrees, saturation: 0.62, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BFF0DE is Cyan = 0.20, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 191 | 240 | 222 | - |
| CMYK | 0.20 | 0 | 0.08 | 0.06 |
| HSL | 157.96º | 0.62% | 0.85% | - |
| HSV(B) | 157.96º | 0.2% | 0.94% | - |
| XYZ | 65.83 | 78.67 | 80.82 | - |
| YUV | 223.3 | 127.27 | 104.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 240 | 222 | 0.20 | 0 | 0.08 | 0.06 | 157.96 | 0.62 | 0.85 |
| Hex | BF | F0 | DE | 14 | 0 | 8 | 6 | 9E | 3E | 55 |
| Octal | 277 | 360 | 336 | 24 | 0 | 10 | 6 | 236 | 76 | 125 |
| Binary | 10111111 | 11110000 | 11011110 | 10100 | 0 | 1000 | 110 | 10011110 | 111110 | 1010101 |
Color Harmonies of #BFF0DE
Complementary color
Monochromatic Colors of #BFF0DE
Black with #BFF0DE
Text Example
Text Example
White with #BFF0DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF0DE; }
p { color: rgb(191,240,222); }
H1.HeaderClassName
{
color: #BFF0DE;
}
.AnyTagClassName
{
color: #BFF0DE;
}
</style>
background-color css
<style>
a { background-color: #BFF0DE; }
a { background-color: rgb(191,240,222); }
div.DivClassName
{
background-color: #BFF0DE;
}
.BgClassName
{
background-color: #BFF0DE;
}
</style>
border-color css
<style>
span { border-color: #BFF0DE; }
span { border-color: rgb(191,240,222); }
td.TdClassName
{
border-color: #BFF0DE;
}
.TagClassName
{
border-color: #BFF0DE;
}
</style>