Shades of Mint Tulip #BFF4DD
Tints of Mint Tulip #BFF4DD
RGB
CMYK
RGB Variations
Color information
#BFF4DD (or 0xBFF4DD) is known color: Mint Tulip. HEX triplet: BF, F4 and DD. RGB value is (191,244,221). Sum of RGB (Red+Green+Blue) = 191+244+221=656 (86% of max value = 765). Red value is 191 (75% from 255 or 29.12% from 656); Green value is 244 (95.70% from 255 or 37.20% from 656); Blue value is 221 (86.72% from 255 or 33.69% from 656); Max value from RGB is 244 - color contains mainly: green. Hex color #BFF4DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFF4DD is #400B22. Grayscale: #E1E1E1. Windows color (decimal): -4197155 or 14546111. OLE color: 14546111.
HSL color Cylindrical-coordinate representation of color #BFF4DD: hue angle of 153.96º degrees, saturation: 0.71, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BFF4DD is Cyan = 0.22, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 191 | 244 | 221 | - |
| CMYK | 0.22 | 0 | 0.09 | 0.04 |
| HSL | 153.96º | 0.71% | 0.85% | - |
| HSV(B) | 153.96º | 0.22% | 0.96% | - |
| XYZ | 66.89 | 81 | 80.52 | - |
| YUV | 225.53 | 125.44 | 103.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 244 | 221 | 0.22 | 0 | 0.09 | 0.04 | 153.96 | 0.71 | 0.85 |
| Hex | BF | F4 | DD | 16 | 0 | 9 | 4 | 9A | 47 | 55 |
| Octal | 277 | 364 | 335 | 26 | 0 | 11 | 4 | 232 | 107 | 125 |
| Binary | 10111111 | 11110100 | 11011101 | 10110 | 0 | 1001 | 100 | 10011010 | 1000111 | 1010101 |
Color Harmonies of #BFF4DD
Complementary color
Monochromatic Colors of #BFF4DD
Black with #BFF4DD
Text Example
Text Example
White with #BFF4DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF4DD; }
p { color: rgb(191,244,221); }
H1.HeaderClassName
{
color: #BFF4DD;
}
.AnyTagClassName
{
color: #BFF4DD;
}
</style>
background-color css
<style>
a { background-color: #BFF4DD; }
a { background-color: rgb(191,244,221); }
div.DivClassName
{
background-color: #BFF4DD;
}
.BgClassName
{
background-color: #BFF4DD;
}
</style>
border-color css
<style>
span { border-color: #BFF4DD; }
span { border-color: rgb(191,244,221); }
td.TdClassName
{
border-color: #BFF4DD;
}
.TagClassName
{
border-color: #BFF4DD;
}
</style>