Shades of Mint Tulip #BFFBDF
Tints of Mint Tulip #BFFBDF
RGB
CMYK
RGB Variations
Color information
#BFFBDF (or 0xBFFBDF) is known color: Mint Tulip. HEX triplet: BF, FB and DF. RGB value is (191,251,223). Sum of RGB (Red+Green+Blue) = 191+251+223=665 (88% of max value = 765). Red value is 191 (75% from 255 or 28.72% from 665); Green value is 251 (98.44% from 255 or 37.74% from 665); Blue value is 223 (87.5% from 255 or 33.53% from 665); Max value from RGB is 251 - color contains mainly: green. Hex color #BFFBDF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFFBDF is #400420. Grayscale: #E5E5E5. Windows color (decimal): -4195361 or 14678975. OLE color: 14678975.
HSL color Cylindrical-coordinate representation of color #BFFBDF: hue angle of 152º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BFFBDF is Cyan = 0.24, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 191 | 251 | 223 | - |
| CMYK | 0.24 | 0 | 0.11 | 0.02 |
| HSL | 152º | 0.88% | 0.87% | - |
| HSV(B) | 152º | 0.24% | 0.98% | - |
| XYZ | 69.3 | 85.4 | 82.64 | - |
| YUV | 229.87 | 124.12 | 100.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 251 | 223 | 0.24 | 0 | 0.11 | 0.02 | 152 | 0.88 | 0.87 |
| Hex | BF | FB | DF | 18 | 0 | B | 2 | 98 | 58 | 57 |
| Octal | 277 | 373 | 337 | 30 | 0 | 13 | 2 | 230 | 130 | 127 |
| Binary | 10111111 | 11111011 | 11011111 | 11000 | 0 | 1011 | 10 | 10011000 | 1011000 | 1010111 |
Color Harmonies of #BFFBDF
Complementary color
Monochromatic Colors of #BFFBDF
Black with #BFFBDF
Text Example
Text Example
White with #BFFBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFBDF; }
p { color: rgb(191,251,223); }
H1.HeaderClassName
{
color: #BFFBDF;
}
.AnyTagClassName
{
color: #BFFBDF;
}
</style>
background-color css
<style>
a { background-color: #BFFBDF; }
a { background-color: rgb(191,251,223); }
div.DivClassName
{
background-color: #BFFBDF;
}
.BgClassName
{
background-color: #BFFBDF;
}
</style>
border-color css
<style>
span { border-color: #BFFBDF; }
span { border-color: rgb(191,251,223); }
td.TdClassName
{
border-color: #BFFBDF;
}
.TagClassName
{
border-color: #BFFBDF;
}
</style>