Shades of Mint Tulip #BFF8DE
Tints of Mint Tulip #BFF8DE
RGB
CMYK
RGB Variations
Color information
#BFF8DE (or 0xBFF8DE) is known color: Mint Tulip. HEX triplet: BF, F8 and DE. RGB value is (191,248,222). Sum of RGB (Red+Green+Blue) = 191+248+222=661 (87% of max value = 765). Red value is 191 (75% from 255 or 28.90% from 661); Green value is 248 (97.27% from 255 or 37.52% from 661); Blue value is 222 (87.11% from 255 or 33.59% from 661); Max value from RGB is 248 - color contains mainly: green. Hex color #BFF8DE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFF8DE is #400721. Grayscale: #E4E4E4. Windows color (decimal): -4196130 or 14612671. OLE color: 14612671.
HSL color Cylindrical-coordinate representation of color #BFF8DE: hue angle of 152.63º degrees, saturation: 0.8, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BFF8DE is Cyan = 0.23, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 191 | 248 | 222 | - |
| CMYK | 0.23 | 0 | 0.10 | 0.03 |
| HSL | 152.63º | 0.8% | 0.86% | - |
| HSV(B) | 152.63º | 0.23% | 0.97% | - |
| XYZ | 68.24 | 83.49 | 81.62 | - |
| YUV | 227.99 | 124.62 | 101.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 248 | 222 | 0.23 | 0 | 0.10 | 0.03 | 152.63 | 0.8 | 0.86 |
| Hex | BF | F8 | DE | 17 | 0 | A | 3 | 99 | 50 | 56 |
| Octal | 277 | 370 | 336 | 27 | 0 | 12 | 3 | 231 | 120 | 126 |
| Binary | 10111111 | 11111000 | 11011110 | 10111 | 0 | 1010 | 11 | 10011001 | 1010000 | 1010110 |
Color Harmonies of #BFF8DE
Complementary color
Monochromatic Colors of #BFF8DE
Black with #BFF8DE
Text Example
Text Example
White with #BFF8DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF8DE; }
p { color: rgb(191,248,222); }
H1.HeaderClassName
{
color: #BFF8DE;
}
.AnyTagClassName
{
color: #BFF8DE;
}
</style>
background-color css
<style>
a { background-color: #BFF8DE; }
a { background-color: rgb(191,248,222); }
div.DivClassName
{
background-color: #BFF8DE;
}
.BgClassName
{
background-color: #BFF8DE;
}
</style>
border-color css
<style>
span { border-color: #BFF8DE; }
span { border-color: rgb(191,248,222); }
td.TdClassName
{
border-color: #BFF8DE;
}
.TagClassName
{
border-color: #BFF8DE;
}
</style>