Shades of Mint Tulip #BFE8DA
Tints of Mint Tulip #BFE8DA
RGB
CMYK
RGB Variations
Color information
#BFE8DA (or 0xBFE8DA) is known color: Mint Tulip. HEX triplet: BF, E8 and DA. RGB value is (191,232,218). Sum of RGB (Red+Green+Blue) = 191+232+218=641 (84% of max value = 765). Red value is 191 (75% from 255 or 29.80% from 641); Green value is 232 (91.02% from 255 or 36.19% from 641); Blue value is 218 (85.55% from 255 or 34.01% from 641); Max value from RGB is 232 - color contains mainly: green. Hex color #BFE8DA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFE8DA is #401725. Grayscale: #DADADA. Windows color (decimal): -4200230 or 14346431. OLE color: 14346431.
HSL color Cylindrical-coordinate representation of color #BFE8DA: hue angle of 159.51º degrees, saturation: 0.47, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BFE8DA is Cyan = 0.18, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 191 | 232 | 218 | - |
| CMYK | 0.18 | 0 | 0.06 | 0.09 |
| HSL | 159.51º | 0.47% | 0.83% | - |
| HSV(B) | 159.51º | 0.18% | 0.91% | - |
| XYZ | 63 | 73.85 | 77.26 | - |
| YUV | 218.15 | 127.92 | 108.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 232 | 218 | 0.18 | 0 | 0.06 | 0.09 | 159.51 | 0.47 | 0.83 |
| Hex | BF | E8 | DA | 12 | 0 | 6 | 9 | A0 | 2F | 53 |
| Octal | 277 | 350 | 332 | 22 | 0 | 6 | 11 | 240 | 57 | 123 |
| Binary | 10111111 | 11101000 | 11011010 | 10010 | 0 | 110 | 1001 | 10100000 | 101111 | 1010011 |
Color Harmonies of #BFE8DA
Complementary color
Monochromatic Colors of #BFE8DA
Black with #BFE8DA
Text Example
Text Example
White with #BFE8DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE8DA; }
p { color: rgb(191,232,218); }
H1.HeaderClassName
{
color: #BFE8DA;
}
.AnyTagClassName
{
color: #BFE8DA;
}
</style>
background-color css
<style>
a { background-color: #BFE8DA; }
a { background-color: rgb(191,232,218); }
div.DivClassName
{
background-color: #BFE8DA;
}
.BgClassName
{
background-color: #BFE8DA;
}
</style>
border-color css
<style>
span { border-color: #BFE8DA; }
span { border-color: rgb(191,232,218); }
td.TdClassName
{
border-color: #BFE8DA;
}
.TagClassName
{
border-color: #BFE8DA;
}
</style>