Shades of Mint Tulip #BDFEE4
Tints of Mint Tulip #BDFEE4
RGB
CMYK
RGB Variations
Color information
#BDFEE4 (or 0xBDFEE4) is known color: Mint Tulip. HEX triplet: BD, FE and E4. RGB value is (189,254,228). Sum of RGB (Red+Green+Blue) = 189+254+228=671 (88% of max value = 765). Red value is 189 (74.22% from 255 or 28.17% from 671); Green value is 254 (99.61% from 255 or 37.85% from 671); Blue value is 228 (89.45% from 255 or 33.98% from 671); Max value from RGB is 254 - color contains mainly: green. Hex color #BDFEE4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFEE4 is #42011B. Grayscale: #E7E7E7. Windows color (decimal): -4325660 or 15007421. OLE color: 15007421.
HSL color Cylindrical-coordinate representation of color #BDFEE4: hue angle of 156º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BDFEE4 is Cyan = 0.26, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 189 | 254 | 228 | - |
| CMYK | 0.26 | 0 | 0.10 | 0.00 |
| HSL | 156º | 0.97% | 0.87% | - |
| HSV(B) | 156º | 0.26% | 1% | - |
| XYZ | 70.43 | 87.3 | 86.54 | - |
| YUV | 231.6 | 125.97 | 97.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 254 | 228 | 0.26 | 0 | 0.10 | 0.00 | 156 | 0.97 | 0.87 |
| Hex | BD | FE | E4 | 1A | 0 | A | 0 | 9C | 61 | 57 |
| Octal | 275 | 376 | 344 | 32 | 0 | 12 | 0 | 234 | 141 | 127 |
| Binary | 10111101 | 11111110 | 11100100 | 11010 | 0 | 1010 | 0 | 10011100 | 1100001 | 1010111 |
Color Harmonies of #BDFEE4
Complementary color
Monochromatic Colors of #BDFEE4
Black with #BDFEE4
Text Example
Text Example
White with #BDFEE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFEE4; }
p { color: rgb(189,254,228); }
H1.HeaderClassName
{
color: #BDFEE4;
}
.AnyTagClassName
{
color: #BDFEE4;
}
</style>
background-color css
<style>
a { background-color: #BDFEE4; }
a { background-color: rgb(189,254,228); }
div.DivClassName
{
background-color: #BDFEE4;
}
.BgClassName
{
background-color: #BDFEE4;
}
</style>
border-color css
<style>
span { border-color: #BDFEE4; }
span { border-color: rgb(189,254,228); }
td.TdClassName
{
border-color: #BDFEE4;
}
.TagClassName
{
border-color: #BDFEE4;
}
</style>