Shades of Mint Tulip #BBFEE0
Tints of Mint Tulip #BBFEE0
RGB
CMYK
RGB Variations
Color information
#BBFEE0 (or 0xBBFEE0) is known color: Mint Tulip. HEX triplet: BB, FE and E0. RGB value is (187,254,224). Sum of RGB (Red+Green+Blue) = 187+254+224=665 (88% of max value = 765). Red value is 187 (73.44% from 255 or 28.12% from 665); Green value is 254 (99.61% from 255 or 38.20% from 665); Blue value is 224 (87.89% from 255 or 33.68% from 665); Max value from RGB is 254 - color contains mainly: green. Hex color #BBFEE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBFEE0 is #44011F. Grayscale: #E6E6E6. Windows color (decimal): -4456736 or 14745275. OLE color: 14745275.
HSL color Cylindrical-coordinate representation of color #BBFEE0: hue angle of 153.13º 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 #BBFEE0 is Cyan = 0.26, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 187 | 254 | 224 | - |
| CMYK | 0.26 | 0 | 0.12 | 0.00 |
| HSL | 153.13º | 0.97% | 0.86% | - |
| HSV(B) | 153.13º | 0.26% | 1% | - |
| XYZ | 69.39 | 86.83 | 83.62 | - |
| YUV | 230.55 | 124.3 | 96.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 254 | 224 | 0.26 | 0 | 0.12 | 0.00 | 153.13 | 0.97 | 0.86 |
| Hex | BB | FE | E0 | 1A | 0 | C | 0 | 99 | 61 | 56 |
| Octal | 273 | 376 | 340 | 32 | 0 | 14 | 0 | 231 | 141 | 126 |
| Binary | 10111011 | 11111110 | 11100000 | 11010 | 0 | 1100 | 0 | 10011001 | 1100001 | 1010110 |
Color Harmonies of #BBFEE0
Complementary color
Monochromatic Colors of #BBFEE0
Black with #BBFEE0
Text Example
Text Example
White with #BBFEE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBFEE0; }
p { color: rgb(187,254,224); }
H1.HeaderClassName
{
color: #BBFEE0;
}
.AnyTagClassName
{
color: #BBFEE0;
}
</style>
background-color css
<style>
a { background-color: #BBFEE0; }
a { background-color: rgb(187,254,224); }
div.DivClassName
{
background-color: #BBFEE0;
}
.BgClassName
{
background-color: #BBFEE0;
}
</style>
border-color css
<style>
span { border-color: #BBFEE0; }
span { border-color: rgb(187,254,224); }
td.TdClassName
{
border-color: #BBFEE0;
}
.TagClassName
{
border-color: #BBFEE0;
}
</style>