Shades of Mint Tulip #BFF3DE
Tints of Mint Tulip #BFF3DE
RGB
CMYK
RGB Variations
Color information
#BFF3DE (or 0xBFF3DE) is known color: Mint Tulip. HEX triplet: BF, F3 and DE. RGB value is (191,243,222). Sum of RGB (Red+Green+Blue) = 191+243+222=656 (86% of max value = 765). Red value is 191 (75% from 255 or 29.12% from 656); Green value is 243 (95.31% from 255 or 37.04% from 656); Blue value is 222 (87.11% from 255 or 33.84% from 656); Max value from RGB is 243 - color contains mainly: green. Hex color #BFF3DE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFF3DE is #400C21. Grayscale: #E1E1E1. Windows color (decimal): -4197410 or 14611391. OLE color: 14611391.
HSL color Cylindrical-coordinate representation of color #BFF3DE: hue angle of 155.77º degrees, saturation: 0.68, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BFF3DE is Cyan = 0.21, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 191 | 243 | 222 | - |
| CMYK | 0.21 | 0 | 0.09 | 0.05 |
| HSL | 155.77º | 0.68% | 0.85% | - |
| HSV(B) | 155.77º | 0.21% | 0.95% | - |
| XYZ | 66.72 | 80.45 | 81.12 | - |
| YUV | 225.06 | 126.27 | 103.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 243 | 222 | 0.21 | 0 | 0.09 | 0.05 | 155.77 | 0.68 | 0.85 |
| Hex | BF | F3 | DE | 15 | 0 | 9 | 5 | 9C | 44 | 55 |
| Octal | 277 | 363 | 336 | 25 | 0 | 11 | 5 | 234 | 104 | 125 |
| Binary | 10111111 | 11110011 | 11011110 | 10101 | 0 | 1001 | 101 | 10011100 | 1000100 | 1010101 |
Color Harmonies of #BFF3DE
Complementary color
Monochromatic Colors of #BFF3DE
Black with #BFF3DE
Text Example
Text Example
White with #BFF3DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF3DE; }
p { color: rgb(191,243,222); }
H1.HeaderClassName
{
color: #BFF3DE;
}
.AnyTagClassName
{
color: #BFF3DE;
}
</style>
background-color css
<style>
a { background-color: #BFF3DE; }
a { background-color: rgb(191,243,222); }
div.DivClassName
{
background-color: #BFF3DE;
}
.BgClassName
{
background-color: #BFF3DE;
}
</style>
border-color css
<style>
span { border-color: #BFF3DE; }
span { border-color: rgb(191,243,222); }
td.TdClassName
{
border-color: #BFF3DE;
}
.TagClassName
{
border-color: #BFF3DE;
}
</style>