Shades of Mint Tulip #BFE6DA
Tints of Mint Tulip #BFE6DA
RGB
CMYK
RGB Variations
Color information
#BFE6DA (or 0xBFE6DA) is known color: Mint Tulip. HEX triplet: BF, E6 and DA. RGB value is (191,230,218). Sum of RGB (Red+Green+Blue) = 191+230+218=639 (84% of max value = 765). Red value is 191 (75% from 255 or 29.89% from 639); Green value is 230 (90.23% from 255 or 35.99% from 639); Blue value is 218 (85.55% from 255 or 34.12% from 639); Max value from RGB is 230 - color contains mainly: green. Hex color #BFE6DA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFE6DA is #401925. Grayscale: #D8D8D8. Windows color (decimal): -4200742 or 14345919. OLE color: 14345919.
HSL color Cylindrical-coordinate representation of color #BFE6DA: hue angle of 161.54º degrees, saturation: 0.44, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BFE6DA is Cyan = 0.17, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 191 | 230 | 218 | - |
| CMYK | 0.17 | 0 | 0.05 | 0.10 |
| HSL | 161.54º | 0.44% | 0.83% | - |
| HSV(B) | 161.54º | 0.17% | 0.9% | - |
| XYZ | 62.44 | 72.73 | 77.08 | - |
| YUV | 216.97 | 128.58 | 109.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 230 | 218 | 0.17 | 0 | 0.05 | 0.10 | 161.54 | 0.44 | 0.83 |
| Hex | BF | E6 | DA | 11 | 0 | 5 | A | A2 | 2C | 53 |
| Octal | 277 | 346 | 332 | 21 | 0 | 5 | 12 | 242 | 54 | 123 |
| Binary | 10111111 | 11100110 | 11011010 | 10001 | 0 | 101 | 1010 | 10100010 | 101100 | 1010011 |
Color Harmonies of #BFE6DA
Complementary color
Monochromatic Colors of #BFE6DA
Black with #BFE6DA
Text Example
Text Example
White with #BFE6DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE6DA; }
p { color: rgb(191,230,218); }
H1.HeaderClassName
{
color: #BFE6DA;
}
.AnyTagClassName
{
color: #BFE6DA;
}
</style>
background-color css
<style>
a { background-color: #BFE6DA; }
a { background-color: rgb(191,230,218); }
div.DivClassName
{
background-color: #BFE6DA;
}
.BgClassName
{
background-color: #BFE6DA;
}
</style>
border-color css
<style>
span { border-color: #BFE6DA; }
span { border-color: rgb(191,230,218); }
td.TdClassName
{
border-color: #BFE6DA;
}
.TagClassName
{
border-color: #BFE6DA;
}
</style>