Shades of Mint Tulip #BFF3E1
Tints of Mint Tulip #BFF3E1
RGB
CMYK
RGB Variations
Color information
#BFF3E1 (or 0xBFF3E1) is known color: Mint Tulip. HEX triplet: BF, F3 and E1. RGB value is (191,243,225). Sum of RGB (Red+Green+Blue) = 191+243+225=659 (87% of max value = 765). Red value is 191 (75% from 255 or 28.98% from 659); Green value is 243 (95.31% from 255 or 36.87% from 659); Blue value is 225 (88.28% from 255 or 34.14% from 659); Max value from RGB is 243 - color contains mainly: green. Hex color #BFF3E1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFF3E1 is #400C1E. Grayscale: #E1E1E1. Windows color (decimal): -4197407 or 14807999. OLE color: 14807999.
HSL color Cylindrical-coordinate representation of color #BFF3E1: hue angle of 159.23º degrees, saturation: 0.68, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BFF3E1 is Cyan = 0.21, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 191 | 243 | 225 | - |
| CMYK | 0.21 | 0 | 0.07 | 0.05 |
| HSL | 159.23º | 0.68% | 0.85% | - |
| HSV(B) | 159.23º | 0.21% | 0.95% | - |
| XYZ | 67.13 | 80.61 | 83.26 | - |
| YUV | 225.4 | 127.77 | 103.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 243 | 225 | 0.21 | 0 | 0.07 | 0.05 | 159.23 | 0.68 | 0.85 |
| Hex | BF | F3 | E1 | 15 | 0 | 7 | 5 | 9F | 44 | 55 |
| Octal | 277 | 363 | 341 | 25 | 0 | 7 | 5 | 237 | 104 | 125 |
| Binary | 10111111 | 11110011 | 11100001 | 10101 | 0 | 111 | 101 | 10011111 | 1000100 | 1010101 |
Color Harmonies of #BFF3E1
Complementary color
Monochromatic Colors of #BFF3E1
Black with #BFF3E1
Text Example
Text Example
White with #BFF3E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF3E1; }
p { color: rgb(191,243,225); }
H1.HeaderClassName
{
color: #BFF3E1;
}
.AnyTagClassName
{
color: #BFF3E1;
}
</style>
background-color css
<style>
a { background-color: #BFF3E1; }
a { background-color: rgb(191,243,225); }
div.DivClassName
{
background-color: #BFF3E1;
}
.BgClassName
{
background-color: #BFF3E1;
}
</style>
border-color css
<style>
span { border-color: #BFF3E1; }
span { border-color: rgb(191,243,225); }
td.TdClassName
{
border-color: #BFF3E1;
}
.TagClassName
{
border-color: #BFF3E1;
}
</style>