Shades of Mint Tulip #BFF2E1
Tints of Mint Tulip #BFF2E1
RGB
CMYK
RGB Variations
Color information
#BFF2E1 (or 0xBFF2E1) is known color: Mint Tulip. HEX triplet: BF, F2 and E1. RGB value is (191,242,225). Sum of RGB (Red+Green+Blue) = 191+242+225=658 (87% of max value = 765). Red value is 191 (75% from 255 or 29.03% from 658); Green value is 242 (94.92% from 255 or 36.78% from 658); Blue value is 225 (88.28% from 255 or 34.19% from 658); Max value from RGB is 242 - color contains mainly: green. Hex color #BFF2E1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFF2E1 is #400D1E. Grayscale: #E0E0E0. Windows color (decimal): -4197663 or 14807743. OLE color: 14807743.
HSL color Cylindrical-coordinate representation of color #BFF2E1: hue angle of 160º degrees, saturation: 0.66, 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 #BFF2E1 is Cyan = 0.21, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 191 | 242 | 225 | - |
| CMYK | 0.21 | 0 | 0.07 | 0.05 |
| HSL | 160º | 0.66% | 0.85% | - |
| HSV(B) | 160º | 0.21% | 0.95% | - |
| XYZ | 66.83 | 80.02 | 83.16 | - |
| YUV | 224.81 | 128.1 | 103.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 242 | 225 | 0.21 | 0 | 0.07 | 0.05 | 160 | 0.66 | 0.85 |
| Hex | BF | F2 | E1 | 15 | 0 | 7 | 5 | A0 | 42 | 55 |
| Octal | 277 | 362 | 341 | 25 | 0 | 7 | 5 | 240 | 102 | 125 |
| Binary | 10111111 | 11110010 | 11100001 | 10101 | 0 | 111 | 101 | 10100000 | 1000010 | 1010101 |
Color Harmonies of #BFF2E1
Complementary color
Monochromatic Colors of #BFF2E1
Black with #BFF2E1
Text Example
Text Example
White with #BFF2E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF2E1; }
p { color: rgb(191,242,225); }
H1.HeaderClassName
{
color: #BFF2E1;
}
.AnyTagClassName
{
color: #BFF2E1;
}
</style>
background-color css
<style>
a { background-color: #BFF2E1; }
a { background-color: rgb(191,242,225); }
div.DivClassName
{
background-color: #BFF2E1;
}
.BgClassName
{
background-color: #BFF2E1;
}
</style>
border-color css
<style>
span { border-color: #BFF2E1; }
span { border-color: rgb(191,242,225); }
td.TdClassName
{
border-color: #BFF2E1;
}
.TagClassName
{
border-color: #BFF2E1;
}
</style>