Shades of Mint Tulip #BDFEE1
Tints of Mint Tulip #BDFEE1
RGB
CMYK
RGB Variations
Color information
#BDFEE1 (or 0xBDFEE1) is known color: Mint Tulip. HEX triplet: BD, FE and E1. RGB value is (189,254,225). Sum of RGB (Red+Green+Blue) = 189+254+225=668 (88% of max value = 765). Red value is 189 (74.22% from 255 or 28.29% from 668); Green value is 254 (99.61% from 255 or 38.02% from 668); Blue value is 225 (88.28% from 255 or 33.68% from 668); Max value from RGB is 254 - color contains mainly: green. Hex color #BDFEE1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFEE1 is #42011E. Grayscale: #E7E7E7. Windows color (decimal): -4325663 or 14810813. OLE color: 14810813.
HSL color Cylindrical-coordinate representation of color #BDFEE1: hue angle of 153.23º 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 #BDFEE1 is Cyan = 0.26, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 189 | 254 | 225 | - |
| CMYK | 0.26 | 0 | 0.11 | 0.00 |
| HSL | 153.23º | 0.97% | 0.87% | - |
| HSV(B) | 153.23º | 0.26% | 1% | - |
| XYZ | 70.02 | 87.14 | 84.36 | - |
| YUV | 231.26 | 124.47 | 97.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 254 | 225 | 0.26 | 0 | 0.11 | 0.00 | 153.23 | 0.97 | 0.87 |
| Hex | BD | FE | E1 | 1A | 0 | B | 0 | 99 | 61 | 57 |
| Octal | 275 | 376 | 341 | 32 | 0 | 13 | 0 | 231 | 141 | 127 |
| Binary | 10111101 | 11111110 | 11100001 | 11010 | 0 | 1011 | 0 | 10011001 | 1100001 | 1010111 |
Color Harmonies of #BDFEE1
Complementary color
Monochromatic Colors of #BDFEE1
Black with #BDFEE1
Text Example
Text Example
White with #BDFEE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFEE1; }
p { color: rgb(189,254,225); }
H1.HeaderClassName
{
color: #BDFEE1;
}
.AnyTagClassName
{
color: #BDFEE1;
}
</style>
background-color css
<style>
a { background-color: #BDFEE1; }
a { background-color: rgb(189,254,225); }
div.DivClassName
{
background-color: #BDFEE1;
}
.BgClassName
{
background-color: #BDFEE1;
}
</style>
border-color css
<style>
span { border-color: #BDFEE1; }
span { border-color: rgb(189,254,225); }
td.TdClassName
{
border-color: #BDFEE1;
}
.TagClassName
{
border-color: #BDFEE1;
}
</style>