Shades of Mint Tulip #BFF0DC
Tints of Mint Tulip #BFF0DC
RGB
CMYK
RGB Variations
Color information
#BFF0DC (or 0xBFF0DC) is known color: Mint Tulip. HEX triplet: BF, F0 and DC. RGB value is (191,240,220). Sum of RGB (Red+Green+Blue) = 191+240+220=651 (86% of max value = 765). Red value is 191 (75% from 255 or 29.34% from 651); Green value is 240 (94.14% from 255 or 36.87% from 651); Blue value is 220 (86.33% from 255 or 33.79% from 651); Max value from RGB is 240 - color contains mainly: green. Hex color #BFF0DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFF0DC is #400F23. Grayscale: #DFDFDF. Windows color (decimal): -4198180 or 14479551. OLE color: 14479551.
HSL color Cylindrical-coordinate representation of color #BFF0DC: hue angle of 155.51º 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 #BFF0DC is Cyan = 0.20, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 191 | 240 | 220 | - |
| CMYK | 0.20 | 0 | 0.08 | 0.06 |
| HSL | 155.51º | 0.62% | 0.85% | - |
| HSV(B) | 155.51º | 0.2% | 0.94% | - |
| XYZ | 65.56 | 78.56 | 79.42 | - |
| YUV | 223.07 | 126.27 | 105.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 240 | 220 | 0.20 | 0 | 0.08 | 0.06 | 155.51 | 0.62 | 0.85 |
| Hex | BF | F0 | DC | 14 | 0 | 8 | 6 | 9C | 3E | 55 |
| Octal | 277 | 360 | 334 | 24 | 0 | 10 | 6 | 234 | 76 | 125 |
| Binary | 10111111 | 11110000 | 11011100 | 10100 | 0 | 1000 | 110 | 10011100 | 111110 | 1010101 |
Color Harmonies of #BFF0DC
Complementary color
Monochromatic Colors of #BFF0DC
Black with #BFF0DC
Text Example
Text Example
White with #BFF0DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF0DC; }
p { color: rgb(191,240,220); }
H1.HeaderClassName
{
color: #BFF0DC;
}
.AnyTagClassName
{
color: #BFF0DC;
}
</style>
background-color css
<style>
a { background-color: #BFF0DC; }
a { background-color: rgb(191,240,220); }
div.DivClassName
{
background-color: #BFF0DC;
}
.BgClassName
{
background-color: #BFF0DC;
}
</style>
border-color css
<style>
span { border-color: #BFF0DC; }
span { border-color: rgb(191,240,220); }
td.TdClassName
{
border-color: #BFF0DC;
}
.TagClassName
{
border-color: #BFF0DC;
}
</style>