Shades of Mint Tulip #BFF6DD
Tints of Mint Tulip #BFF6DD
RGB
CMYK
RGB Variations
Color information
#BFF6DD (or 0xBFF6DD) is known color: Mint Tulip. HEX triplet: BF, F6 and DD. RGB value is (191,246,221). Sum of RGB (Red+Green+Blue) = 191+246+221=658 (87% of max value = 765). Red value is 191 (75% from 255 or 29.03% from 658); Green value is 246 (96.48% from 255 or 37.39% from 658); Blue value is 221 (86.72% from 255 or 33.59% from 658); Max value from RGB is 246 - color contains mainly: green. Hex color #BFF6DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFF6DD is #400922. Grayscale: #E2E2E2. Windows color (decimal): -4196643 or 14546623. OLE color: 14546623.
HSL color Cylindrical-coordinate representation of color #BFF6DD: hue angle of 152.73º degrees, saturation: 0.75, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BFF6DD is Cyan = 0.22, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 191 | 246 | 221 | - |
| CMYK | 0.22 | 0 | 0.10 | 0.04 |
| HSL | 152.73º | 0.75% | 0.86% | - |
| HSV(B) | 152.73º | 0.22% | 0.96% | - |
| XYZ | 67.49 | 82.21 | 80.72 | - |
| YUV | 226.71 | 124.78 | 102.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 246 | 221 | 0.22 | 0 | 0.10 | 0.04 | 152.73 | 0.75 | 0.86 |
| Hex | BF | F6 | DD | 16 | 0 | A | 4 | 99 | 4B | 56 |
| Octal | 277 | 366 | 335 | 26 | 0 | 12 | 4 | 231 | 113 | 126 |
| Binary | 10111111 | 11110110 | 11011101 | 10110 | 0 | 1010 | 100 | 10011001 | 1001011 | 1010110 |
Color Harmonies of #BFF6DD
Complementary color
Monochromatic Colors of #BFF6DD
Black with #BFF6DD
Text Example
Text Example
White with #BFF6DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF6DD; }
p { color: rgb(191,246,221); }
H1.HeaderClassName
{
color: #BFF6DD;
}
.AnyTagClassName
{
color: #BFF6DD;
}
</style>
background-color css
<style>
a { background-color: #BFF6DD; }
a { background-color: rgb(191,246,221); }
div.DivClassName
{
background-color: #BFF6DD;
}
.BgClassName
{
background-color: #BFF6DD;
}
</style>
border-color css
<style>
span { border-color: #BFF6DD; }
span { border-color: rgb(191,246,221); }
td.TdClassName
{
border-color: #BFF6DD;
}
.TagClassName
{
border-color: #BFF6DD;
}
</style>