Shades of Mint Tulip #BFF9E4
Tints of Mint Tulip #BFF9E4
RGB
CMYK
RGB Variations
Color information
#BFF9E4 (or 0xBFF9E4) is known color: Mint Tulip. HEX triplet: BF, F9 and E4. RGB value is (191,249,228). Sum of RGB (Red+Green+Blue) = 191+249+228=668 (88% of max value = 765). Red value is 191 (75% from 255 or 28.59% from 668); Green value is 249 (97.66% from 255 or 37.28% from 668); Blue value is 228 (89.45% from 255 or 34.13% from 668); Max value from RGB is 249 - color contains mainly: green. Hex color #BFF9E4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFF9E4 is #40061B. Grayscale: #E5E5E5. Windows color (decimal): -4195868 or 15006143. OLE color: 15006143.
HSL color Cylindrical-coordinate representation of color #BFF9E4: hue angle of 158.28º 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 #BFF9E4 is Cyan = 0.23, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 191 | 249 | 228 | - |
| CMYK | 0.23 | 0 | 0.08 | 0.02 |
| HSL | 158.28º | 0.83% | 0.86% | - |
| HSV(B) | 158.28º | 0.23% | 0.98% | - |
| XYZ | 69.37 | 84.43 | 86.04 | - |
| YUV | 229.26 | 127.28 | 100.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 249 | 228 | 0.23 | 0 | 0.08 | 0.02 | 158.28 | 0.83 | 0.86 |
| Hex | BF | F9 | E4 | 17 | 0 | 8 | 2 | 9E | 53 | 56 |
| Octal | 277 | 371 | 344 | 27 | 0 | 10 | 2 | 236 | 123 | 126 |
| Binary | 10111111 | 11111001 | 11100100 | 10111 | 0 | 1000 | 10 | 10011110 | 1010011 | 1010110 |
Color Harmonies of #BFF9E4
Complementary color
Monochromatic Colors of #BFF9E4
Black with #BFF9E4
Text Example
Text Example
White with #BFF9E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF9E4; }
p { color: rgb(191,249,228); }
H1.HeaderClassName
{
color: #BFF9E4;
}
.AnyTagClassName
{
color: #BFF9E4;
}
</style>
background-color css
<style>
a { background-color: #BFF9E4; }
a { background-color: rgb(191,249,228); }
div.DivClassName
{
background-color: #BFF9E4;
}
.BgClassName
{
background-color: #BFF9E4;
}
</style>
border-color css
<style>
span { border-color: #BFF9E4; }
span { border-color: rgb(191,249,228); }
td.TdClassName
{
border-color: #BFF9E4;
}
.TagClassName
{
border-color: #BFF9E4;
}
</style>