Shades of Mint Tulip #BFF0DD
Tints of Mint Tulip #BFF0DD
RGB
CMYK
RGB Variations
Color information
#BFF0DD (or 0xBFF0DD) is known color: Mint Tulip. HEX triplet: BF, F0 and DD. RGB value is (191,240,221). Sum of RGB (Red+Green+Blue) = 191+240+221=652 (86% of max value = 765). Red value is 191 (75% from 255 or 29.29% from 652); Green value is 240 (94.14% from 255 or 36.81% from 652); Blue value is 221 (86.72% from 255 or 33.90% from 652); Max value from RGB is 240 - color contains mainly: green. Hex color #BFF0DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFF0DD is #400F22. Grayscale: #DFDFDF. Windows color (decimal): -4198179 or 14545087. OLE color: 14545087.
HSL color Cylindrical-coordinate representation of color #BFF0DD: hue angle of 156.73º 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 #BFF0DD is Cyan = 0.20, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 191 | 240 | 221 | - |
| CMYK | 0.20 | 0 | 0.08 | 0.06 |
| HSL | 156.73º | 0.62% | 0.85% | - |
| HSV(B) | 156.73º | 0.2% | 0.94% | - |
| XYZ | 65.7 | 78.62 | 80.12 | - |
| YUV | 223.18 | 126.77 | 105.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 240 | 221 | 0.20 | 0 | 0.08 | 0.06 | 156.73 | 0.62 | 0.85 |
| Hex | BF | F0 | DD | 14 | 0 | 8 | 6 | 9D | 3E | 55 |
| Octal | 277 | 360 | 335 | 24 | 0 | 10 | 6 | 235 | 76 | 125 |
| Binary | 10111111 | 11110000 | 11011101 | 10100 | 0 | 1000 | 110 | 10011101 | 111110 | 1010101 |
Color Harmonies of #BFF0DD
Complementary color
Monochromatic Colors of #BFF0DD
Black with #BFF0DD
Text Example
Text Example
White with #BFF0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF0DD; }
p { color: rgb(191,240,221); }
H1.HeaderClassName
{
color: #BFF0DD;
}
.AnyTagClassName
{
color: #BFF0DD;
}
</style>
background-color css
<style>
a { background-color: #BFF0DD; }
a { background-color: rgb(191,240,221); }
div.DivClassName
{
background-color: #BFF0DD;
}
.BgClassName
{
background-color: #BFF0DD;
}
</style>
border-color css
<style>
span { border-color: #BFF0DD; }
span { border-color: rgb(191,240,221); }
td.TdClassName
{
border-color: #BFF0DD;
}
.TagClassName
{
border-color: #BFF0DD;
}
</style>