Shades of Mint Tulip #BFF9DE
Tints of Mint Tulip #BFF9DE
RGB
CMYK
RGB Variations
Color information
#BFF9DE (or 0xBFF9DE) is known color: Mint Tulip. HEX triplet: BF, F9 and DE. RGB value is (191,249,222). Sum of RGB (Red+Green+Blue) = 191+249+222=662 (87% of max value = 765). Red value is 191 (75% from 255 or 28.85% from 662); Green value is 249 (97.66% from 255 or 37.61% from 662); Blue value is 222 (87.11% from 255 or 33.53% from 662); Max value from RGB is 249 - color contains mainly: green. Hex color #BFF9DE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFF9DE is #400621. Grayscale: #E4E4E4. Windows color (decimal): -4195874 or 14612927. OLE color: 14612927.
HSL color Cylindrical-coordinate representation of color #BFF9DE: hue angle of 152.07º degrees, saturation: 0.83, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BFF9DE is Cyan = 0.23, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 191 | 249 | 222 | - |
| CMYK | 0.23 | 0 | 0.11 | 0.02 |
| HSL | 152.07º | 0.83% | 0.86% | - |
| HSV(B) | 152.07º | 0.23% | 0.98% | - |
| XYZ | 68.55 | 84.1 | 81.73 | - |
| YUV | 228.58 | 124.28 | 101.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 249 | 222 | 0.23 | 0 | 0.11 | 0.02 | 152.07 | 0.83 | 0.86 |
| Hex | BF | F9 | DE | 17 | 0 | B | 2 | 98 | 53 | 56 |
| Octal | 277 | 371 | 336 | 27 | 0 | 13 | 2 | 230 | 123 | 126 |
| Binary | 10111111 | 11111001 | 11011110 | 10111 | 0 | 1011 | 10 | 10011000 | 1010011 | 1010110 |
Color Harmonies of #BFF9DE
Complementary color
Monochromatic Colors of #BFF9DE
Black with #BFF9DE
Text Example
Text Example
White with #BFF9DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF9DE; }
p { color: rgb(191,249,222); }
H1.HeaderClassName
{
color: #BFF9DE;
}
.AnyTagClassName
{
color: #BFF9DE;
}
</style>
background-color css
<style>
a { background-color: #BFF9DE; }
a { background-color: rgb(191,249,222); }
div.DivClassName
{
background-color: #BFF9DE;
}
.BgClassName
{
background-color: #BFF9DE;
}
</style>
border-color css
<style>
span { border-color: #BFF9DE; }
span { border-color: rgb(191,249,222); }
td.TdClassName
{
border-color: #BFF9DE;
}
.TagClassName
{
border-color: #BFF9DE;
}
</style>