Shades of Mint Tulip #BBFEDF
Tints of Mint Tulip #BBFEDF
RGB
CMYK
RGB Variations
Color information
#BBFEDF (or 0xBBFEDF) is known color: Mint Tulip. HEX triplet: BB, FE and DF. RGB value is (187,254,223). Sum of RGB (Red+Green+Blue) = 187+254+223=664 (87% of max value = 765). Red value is 187 (73.44% from 255 or 28.16% from 664); Green value is 254 (99.61% from 255 or 38.25% from 664); Blue value is 223 (87.5% from 255 or 33.58% from 664); Max value from RGB is 254 - color contains mainly: green. Hex color #BBFEDF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBFEDF is #440120. Grayscale: #E6E6E6. Windows color (decimal): -4456737 or 14679739. OLE color: 14679739.
HSL color Cylindrical-coordinate representation of color #BBFEDF: hue angle of 152.24º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BBFEDF is Cyan = 0.26, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 187 | 254 | 223 | - |
| CMYK | 0.26 | 0 | 0.12 | 0.00 |
| HSL | 152.24º | 0.97% | 0.86% | - |
| HSV(B) | 152.24º | 0.26% | 1% | - |
| XYZ | 69.25 | 86.78 | 82.91 | - |
| YUV | 230.43 | 123.8 | 97.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 254 | 223 | 0.26 | 0 | 0.12 | 0.00 | 152.24 | 0.97 | 0.86 |
| Hex | BB | FE | DF | 1A | 0 | C | 0 | 98 | 61 | 56 |
| Octal | 273 | 376 | 337 | 32 | 0 | 14 | 0 | 230 | 141 | 126 |
| Binary | 10111011 | 11111110 | 11011111 | 11010 | 0 | 1100 | 0 | 10011000 | 1100001 | 1010110 |
Color Harmonies of #BBFEDF
Complementary color
Monochromatic Colors of #BBFEDF
Black with #BBFEDF
Text Example
Text Example
White with #BBFEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBFEDF; }
p { color: rgb(187,254,223); }
H1.HeaderClassName
{
color: #BBFEDF;
}
.AnyTagClassName
{
color: #BBFEDF;
}
</style>
background-color css
<style>
a { background-color: #BBFEDF; }
a { background-color: rgb(187,254,223); }
div.DivClassName
{
background-color: #BBFEDF;
}
.BgClassName
{
background-color: #BBFEDF;
}
</style>
border-color css
<style>
span { border-color: #BBFEDF; }
span { border-color: rgb(187,254,223); }
td.TdClassName
{
border-color: #BBFEDF;
}
.TagClassName
{
border-color: #BBFEDF;
}
</style>