Shades of Mint Tulip #BFE4D7
Tints of Mint Tulip #BFE4D7
RGB
CMYK
RGB Variations
Color information
#BFE4D7 (or 0xBFE4D7) is known color: Mint Tulip. HEX triplet: BF, E4 and D7. RGB value is (191,228,215). Sum of RGB (Red+Green+Blue) = 191+228+215=634 (83% of max value = 765). Red value is 191 (75% from 255 or 30.13% from 634); Green value is 228 (89.45% from 255 or 35.96% from 634); Blue value is 215 (84.38% from 255 or 33.91% from 634); Max value from RGB is 228 - color contains mainly: green. Hex color #BFE4D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFE4D7 is #401B28. Grayscale: #D7D7D7. Windows color (decimal): -4201257 or 14148799. OLE color: 14148799.
HSL color Cylindrical-coordinate representation of color #BFE4D7: hue angle of 158.92º degrees, saturation: 0.41, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BFE4D7 is Cyan = 0.16, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 191 | 228 | 215 | - |
| CMYK | 0.16 | 0 | 0.06 | 0.11 |
| HSL | 158.92º | 0.41% | 0.82% | - |
| HSV(B) | 158.92º | 0.16% | 0.89% | - |
| XYZ | 61.5 | 71.47 | 74.84 | - |
| YUV | 215.46 | 127.74 | 110.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 228 | 215 | 0.16 | 0 | 0.06 | 0.11 | 158.92 | 0.41 | 0.82 |
| Hex | BF | E4 | D7 | 10 | 0 | 6 | B | 9F | 29 | 52 |
| Octal | 277 | 344 | 327 | 20 | 0 | 6 | 13 | 237 | 51 | 122 |
| Binary | 10111111 | 11100100 | 11010111 | 10000 | 0 | 110 | 1011 | 10011111 | 101001 | 1010010 |
Color Harmonies of #BFE4D7
Complementary color
Monochromatic Colors of #BFE4D7
Black with #BFE4D7
Text Example
Text Example
White with #BFE4D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE4D7; }
p { color: rgb(191,228,215); }
H1.HeaderClassName
{
color: #BFE4D7;
}
.AnyTagClassName
{
color: #BFE4D7;
}
</style>
background-color css
<style>
a { background-color: #BFE4D7; }
a { background-color: rgb(191,228,215); }
div.DivClassName
{
background-color: #BFE4D7;
}
.BgClassName
{
background-color: #BFE4D7;
}
</style>
border-color css
<style>
span { border-color: #BFE4D7; }
span { border-color: rgb(191,228,215); }
td.TdClassName
{
border-color: #BFE4D7;
}
.TagClassName
{
border-color: #BFE4D7;
}
</style>