Shades of Mint Tulip #BFFBE0
Tints of Mint Tulip #BFFBE0
RGB
CMYK
RGB Variations
Color information
#BFFBE0 (or 0xBFFBE0) is known color: Mint Tulip. HEX triplet: BF, FB and E0. RGB value is (191,251,224). Sum of RGB (Red+Green+Blue) = 191+251+224=666 (88% of max value = 765). Red value is 191 (75% from 255 or 28.68% from 666); Green value is 251 (98.44% from 255 or 37.69% from 666); Blue value is 224 (87.89% from 255 or 33.63% from 666); Max value from RGB is 251 - color contains mainly: green. Hex color #BFFBE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFFBE0 is #40041F. Grayscale: #E6E6E6. Windows color (decimal): -4195360 or 14744511. OLE color: 14744511.
HSL color Cylindrical-coordinate representation of color #BFFBE0: hue angle of 153º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BFFBE0 is Cyan = 0.24, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 191 | 251 | 224 | - |
| CMYK | 0.24 | 0 | 0.11 | 0.02 |
| HSL | 153º | 0.88% | 0.87% | - |
| HSV(B) | 153º | 0.24% | 0.98% | - |
| XYZ | 69.44 | 85.45 | 83.36 | - |
| YUV | 229.98 | 124.62 | 100.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 251 | 224 | 0.24 | 0 | 0.11 | 0.02 | 153 | 0.88 | 0.87 |
| Hex | BF | FB | E0 | 18 | 0 | B | 2 | 99 | 58 | 57 |
| Octal | 277 | 373 | 340 | 30 | 0 | 13 | 2 | 231 | 130 | 127 |
| Binary | 10111111 | 11111011 | 11100000 | 11000 | 0 | 1011 | 10 | 10011001 | 1011000 | 1010111 |
Color Harmonies of #BFFBE0
Complementary color
Monochromatic Colors of #BFFBE0
Black with #BFFBE0
Text Example
Text Example
White with #BFFBE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFBE0; }
p { color: rgb(191,251,224); }
H1.HeaderClassName
{
color: #BFFBE0;
}
.AnyTagClassName
{
color: #BFFBE0;
}
</style>
background-color css
<style>
a { background-color: #BFFBE0; }
a { background-color: rgb(191,251,224); }
div.DivClassName
{
background-color: #BFFBE0;
}
.BgClassName
{
background-color: #BFFBE0;
}
</style>
border-color css
<style>
span { border-color: #BFFBE0; }
span { border-color: rgb(191,251,224); }
td.TdClassName
{
border-color: #BFFBE0;
}
.TagClassName
{
border-color: #BFFBE0;
}
</style>