Shades of Mint Tulip #BFF0E0
Tints of Mint Tulip #BFF0E0
RGB
CMYK
RGB Variations
Color information
#BFF0E0 (or 0xBFF0E0) is known color: Mint Tulip. HEX triplet: BF, F0 and E0. RGB value is (191,240,224). Sum of RGB (Red+Green+Blue) = 191+240+224=655 (86% of max value = 765). Red value is 191 (75% from 255 or 29.16% from 655); Green value is 240 (94.14% from 255 or 36.64% from 655); Blue value is 224 (87.89% from 255 or 34.20% from 655); Max value from RGB is 240 - color contains mainly: green. Hex color #BFF0E0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFF0E0 is #400F1F. Grayscale: #DFDFDF. Windows color (decimal): -4198176 or 14741695. OLE color: 14741695.
HSL color Cylindrical-coordinate representation of color #BFF0E0: hue angle of 160.41º degrees, saturation: 0.62, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BFF0E0 is Cyan = 0.20, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 191 | 240 | 224 | - |
| CMYK | 0.20 | 0 | 0.07 | 0.06 |
| HSL | 160.41º | 0.62% | 0.85% | - |
| HSV(B) | 160.41º | 0.2% | 0.94% | - |
| XYZ | 66.1 | 78.78 | 82.24 | - |
| YUV | 223.53 | 128.27 | 104.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 240 | 224 | 0.20 | 0 | 0.07 | 0.06 | 160.41 | 0.62 | 0.85 |
| Hex | BF | F0 | E0 | 14 | 0 | 7 | 6 | A0 | 3E | 55 |
| Octal | 277 | 360 | 340 | 24 | 0 | 7 | 6 | 240 | 76 | 125 |
| Binary | 10111111 | 11110000 | 11100000 | 10100 | 0 | 111 | 110 | 10100000 | 111110 | 1010101 |
Color Harmonies of #BFF0E0
Complementary color
Monochromatic Colors of #BFF0E0
Black with #BFF0E0
Text Example
Text Example
White with #BFF0E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF0E0; }
p { color: rgb(191,240,224); }
H1.HeaderClassName
{
color: #BFF0E0;
}
.AnyTagClassName
{
color: #BFF0E0;
}
</style>
background-color css
<style>
a { background-color: #BFF0E0; }
a { background-color: rgb(191,240,224); }
div.DivClassName
{
background-color: #BFF0E0;
}
.BgClassName
{
background-color: #BFF0E0;
}
</style>
border-color css
<style>
span { border-color: #BFF0E0; }
span { border-color: rgb(191,240,224); }
td.TdClassName
{
border-color: #BFF0E0;
}
.TagClassName
{
border-color: #BFF0E0;
}
</style>