Shades of Mint Tulip #BFF9E0
Tints of Mint Tulip #BFF9E0
RGB
CMYK
RGB Variations
Color information
#BFF9E0 (or 0xBFF9E0) is known color: Mint Tulip. HEX triplet: BF, F9 and E0. RGB value is (191,249,224). Sum of RGB (Red+Green+Blue) = 191+249+224=664 (87% of max value = 765). Red value is 191 (75% from 255 or 28.77% from 664); Green value is 249 (97.66% from 255 or 37.5% from 664); Blue value is 224 (87.89% from 255 or 33.73% from 664); Max value from RGB is 249 - color contains mainly: green. Hex color #BFF9E0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFF9E0 is #40061F. Grayscale: #E4E4E4. Windows color (decimal): -4195872 or 14743999. OLE color: 14743999.
HSL color Cylindrical-coordinate representation of color #BFF9E0: hue angle of 154.14º 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 #BFF9E0 is Cyan = 0.23, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 191 | 249 | 224 | - |
| CMYK | 0.23 | 0 | 0.10 | 0.02 |
| HSL | 154.14º | 0.83% | 0.86% | - |
| HSV(B) | 154.14º | 0.23% | 0.98% | - |
| XYZ | 68.82 | 84.21 | 83.15 | - |
| YUV | 228.81 | 125.28 | 101.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 249 | 224 | 0.23 | 0 | 0.10 | 0.02 | 154.14 | 0.83 | 0.86 |
| Hex | BF | F9 | E0 | 17 | 0 | A | 2 | 9A | 53 | 56 |
| Octal | 277 | 371 | 340 | 27 | 0 | 12 | 2 | 232 | 123 | 126 |
| Binary | 10111111 | 11111001 | 11100000 | 10111 | 0 | 1010 | 10 | 10011010 | 1010011 | 1010110 |
Color Harmonies of #BFF9E0
Complementary color
Monochromatic Colors of #BFF9E0
Black with #BFF9E0
Text Example
Text Example
White with #BFF9E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF9E0; }
p { color: rgb(191,249,224); }
H1.HeaderClassName
{
color: #BFF9E0;
}
.AnyTagClassName
{
color: #BFF9E0;
}
</style>
background-color css
<style>
a { background-color: #BFF9E0; }
a { background-color: rgb(191,249,224); }
div.DivClassName
{
background-color: #BFF9E0;
}
.BgClassName
{
background-color: #BFF9E0;
}
</style>
border-color css
<style>
span { border-color: #BFF9E0; }
span { border-color: rgb(191,249,224); }
td.TdClassName
{
border-color: #BFF9E0;
}
.TagClassName
{
border-color: #BFF9E0;
}
</style>