Shades of Mint Tulip #BFFFE0
Tints of Mint Tulip #BFFFE0
RGB
CMYK
RGB Variations
Color information
#BFFFE0 (or 0xBFFFE0) is known color: Mint Tulip. HEX triplet: BF, FF and E0. RGB value is (191,255,224). Sum of RGB (Red+Green+Blue) = 191+255+224=670 (88% of max value = 765). Red value is 191 (75% from 255 or 28.51% from 670); Green value is 255 (100% from 255 or 38.06% from 670); Blue value is 224 (87.89% from 255 or 33.43% from 670); Max value from RGB is 255 - color contains mainly: green. Hex color #BFFFE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFFFE0 is #40001F. Grayscale: #E8E8E8. Windows color (decimal): -4194336 or 14745535. OLE color: 14745535.
HSL color Cylindrical-coordinate representation of color #BFFFE0: hue angle of 150.94º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BFFFE0 is Cyan = 0.25, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.
Color convert
| RGB | 191 | 255 | 224 | - |
| CMYK | 0.25 | 0 | 0.12 | 0 |
| HSL | 150.94º | 1% | 0.87% | - |
| HSV(B) | 150.94º | 0.25% | 1% | - |
| XYZ | 70.7 | 87.98 | 83.78 | - |
| YUV | 232.33 | 123.3 | 98.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 255 | 224 | 0.25 | 0 | 0.12 | 0 | 150.94 | 1 | 0.87 |
| Hex | BF | FF | E0 | 19 | 0 | C | 0 | 97 | 64 | 57 |
| Octal | 277 | 377 | 340 | 31 | 0 | 14 | 0 | 227 | 144 | 127 |
| Binary | 10111111 | 11111111 | 11100000 | 11001 | 0 | 1100 | 0 | 10010111 | 1100100 | 1010111 |
Color Harmonies of #BFFFE0
Complementary color
Monochromatic Colors of #BFFFE0
Black with #BFFFE0
Text Example
Text Example
White with #BFFFE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFFE0; }
p { color: rgb(191,255,224); }
H1.HeaderClassName
{
color: #BFFFE0;
}
.AnyTagClassName
{
color: #BFFFE0;
}
</style>
background-color css
<style>
a { background-color: #BFFFE0; }
a { background-color: rgb(191,255,224); }
div.DivClassName
{
background-color: #BFFFE0;
}
.BgClassName
{
background-color: #BFFFE0;
}
</style>
border-color css
<style>
span { border-color: #BFFFE0; }
span { border-color: rgb(191,255,224); }
td.TdClassName
{
border-color: #BFFFE0;
}
.TagClassName
{
border-color: #BFFFE0;
}
</style>