Shades of Mint Tulip #BFF9DF
Tints of Mint Tulip #BFF9DF
RGB
CMYK
RGB Variations
Color information
#BFF9DF (or 0xBFF9DF) is known color: Mint Tulip. HEX triplet: BF, F9 and DF. RGB value is (191,249,223). Sum of RGB (Red+Green+Blue) = 191+249+223=663 (87% of max value = 765). Red value is 191 (75% from 255 or 28.81% from 663); Green value is 249 (97.66% from 255 or 37.56% from 663); Blue value is 223 (87.5% from 255 or 33.63% from 663); Max value from RGB is 249 - color contains mainly: green. Hex color #BFF9DF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFF9DF is #400620. Grayscale: #E4E4E4. Windows color (decimal): -4195873 or 14678463. OLE color: 14678463.
HSL color Cylindrical-coordinate representation of color #BFF9DF: hue angle of 153.1º degrees, saturation: 0.83, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BFF9DF is Cyan = 0.23, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 191 | 249 | 223 | - |
| CMYK | 0.23 | 0 | 0.10 | 0.02 |
| HSL | 153.1º | 0.83% | 0.86% | - |
| HSV(B) | 153.1º | 0.23% | 0.98% | - |
| XYZ | 68.68 | 84.16 | 82.44 | - |
| YUV | 228.69 | 124.78 | 101.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 249 | 223 | 0.23 | 0 | 0.10 | 0.02 | 153.1 | 0.83 | 0.86 |
| Hex | BF | F9 | DF | 17 | 0 | A | 2 | 99 | 53 | 56 |
| Octal | 277 | 371 | 337 | 27 | 0 | 12 | 2 | 231 | 123 | 126 |
| Binary | 10111111 | 11111001 | 11011111 | 10111 | 0 | 1010 | 10 | 10011001 | 1010011 | 1010110 |
Color Harmonies of #BFF9DF
Complementary color
Monochromatic Colors of #BFF9DF
Black with #BFF9DF
Text Example
Text Example
White with #BFF9DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF9DF; }
p { color: rgb(191,249,223); }
H1.HeaderClassName
{
color: #BFF9DF;
}
.AnyTagClassName
{
color: #BFF9DF;
}
</style>
background-color css
<style>
a { background-color: #BFF9DF; }
a { background-color: rgb(191,249,223); }
div.DivClassName
{
background-color: #BFF9DF;
}
.BgClassName
{
background-color: #BFF9DF;
}
</style>
border-color css
<style>
span { border-color: #BFF9DF; }
span { border-color: rgb(191,249,223); }
td.TdClassName
{
border-color: #BFF9DF;
}
.TagClassName
{
border-color: #BFF9DF;
}
</style>