Shades of Mint Tulip #BFEFE0
Tints of Mint Tulip #BFEFE0
RGB
CMYK
RGB Variations
Color information
#BFEFE0 (or 0xBFEFE0) is known color: Mint Tulip. HEX triplet: BF, EF and E0. RGB value is (191,239,224). Sum of RGB (Red+Green+Blue) = 191+239+224=654 (86% of max value = 765). Red value is 191 (75% from 255 or 29.20% from 654); Green value is 239 (93.75% from 255 or 36.54% from 654); Blue value is 224 (87.89% from 255 or 34.25% from 654); Max value from RGB is 239 - color contains mainly: green. Hex color #BFEFE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFEFE0 is #40101F. Grayscale: #DEDEDE. Windows color (decimal): -4198432 or 14741439. OLE color: 14741439.
HSL color Cylindrical-coordinate representation of color #BFEFE0: hue angle of 161.25º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BFEFE0 is Cyan = 0.20, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 191 | 239 | 224 | - |
| CMYK | 0.20 | 0 | 0.06 | 0.06 |
| HSL | 161.25º | 0.6% | 0.84% | - |
| HSV(B) | 161.25º | 0.2% | 0.94% | - |
| XYZ | 65.81 | 78.19 | 82.15 | - |
| YUV | 222.94 | 128.6 | 105.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 239 | 224 | 0.20 | 0 | 0.06 | 0.06 | 161.25 | 0.6 | 0.84 |
| Hex | BF | EF | E0 | 14 | 0 | 6 | 6 | A1 | 3C | 54 |
| Octal | 277 | 357 | 340 | 24 | 0 | 6 | 6 | 241 | 74 | 124 |
| Binary | 10111111 | 11101111 | 11100000 | 10100 | 0 | 110 | 110 | 10100001 | 111100 | 1010100 |
Color Harmonies of #BFEFE0
Complementary color
Monochromatic Colors of #BFEFE0
Black with #BFEFE0
Text Example
Text Example
White with #BFEFE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFEFE0; }
p { color: rgb(191,239,224); }
H1.HeaderClassName
{
color: #BFEFE0;
}
.AnyTagClassName
{
color: #BFEFE0;
}
</style>
background-color css
<style>
a { background-color: #BFEFE0; }
a { background-color: rgb(191,239,224); }
div.DivClassName
{
background-color: #BFEFE0;
}
.BgClassName
{
background-color: #BFEFE0;
}
</style>
border-color css
<style>
span { border-color: #BFEFE0; }
span { border-color: rgb(191,239,224); }
td.TdClassName
{
border-color: #BFEFE0;
}
.TagClassName
{
border-color: #BFEFE0;
}
</style>