Shades of Mint Tulip #BBFEE1
Tints of Mint Tulip #BBFEE1
RGB
CMYK
RGB Variations
Color information
#BBFEE1 (or 0xBBFEE1) is known color: Mint Tulip. HEX triplet: BB, FE and E1. RGB value is (187,254,225). Sum of RGB (Red+Green+Blue) = 187+254+225=666 (88% of max value = 765). Red value is 187 (73.44% from 255 or 28.08% from 666); Green value is 254 (99.61% from 255 or 38.14% from 666); Blue value is 225 (88.28% from 255 or 33.78% from 666); Max value from RGB is 254 - color contains mainly: green. Hex color #BBFEE1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBFEE1 is #44011E. Grayscale: #E6E6E6. Windows color (decimal): -4456735 or 14810811. OLE color: 14810811.
HSL color Cylindrical-coordinate representation of color #BBFEE1: hue angle of 154.03º 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 #BBFEE1 is Cyan = 0.26, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 187 | 254 | 225 | - |
| CMYK | 0.26 | 0 | 0.11 | 0.00 |
| HSL | 154.03º | 0.97% | 0.86% | - |
| HSV(B) | 154.03º | 0.26% | 1% | - |
| XYZ | 69.53 | 86.88 | 84.34 | - |
| YUV | 230.66 | 124.8 | 96.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 254 | 225 | 0.26 | 0 | 0.11 | 0.00 | 154.03 | 0.97 | 0.86 |
| Hex | BB | FE | E1 | 1A | 0 | B | 0 | 9A | 61 | 56 |
| Octal | 273 | 376 | 341 | 32 | 0 | 13 | 0 | 232 | 141 | 126 |
| Binary | 10111011 | 11111110 | 11100001 | 11010 | 0 | 1011 | 0 | 10011010 | 1100001 | 1010110 |
Color Harmonies of #BBFEE1
Complementary color
Monochromatic Colors of #BBFEE1
Black with #BBFEE1
Text Example
Text Example
White with #BBFEE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBFEE1; }
p { color: rgb(187,254,225); }
H1.HeaderClassName
{
color: #BBFEE1;
}
.AnyTagClassName
{
color: #BBFEE1;
}
</style>
background-color css
<style>
a { background-color: #BBFEE1; }
a { background-color: rgb(187,254,225); }
div.DivClassName
{
background-color: #BBFEE1;
}
.BgClassName
{
background-color: #BBFEE1;
}
</style>
border-color css
<style>
span { border-color: #BBFEE1; }
span { border-color: rgb(187,254,225); }
td.TdClassName
{
border-color: #BBFEE1;
}
.TagClassName
{
border-color: #BBFEE1;
}
</style>