Shades of Mint Tulip #BDFBE1
Tints of Mint Tulip #BDFBE1
RGB
CMYK
RGB Variations
Color information
#BDFBE1 (or 0xBDFBE1) is known color: Mint Tulip. HEX triplet: BD, FB and E1. RGB value is (189,251,225). Sum of RGB (Red+Green+Blue) = 189+251+225=665 (88% of max value = 765). Red value is 189 (74.22% from 255 or 28.42% from 665); Green value is 251 (98.44% from 255 or 37.74% from 665); Blue value is 225 (88.28% from 255 or 33.83% from 665); Max value from RGB is 251 - color contains mainly: green. Hex color #BDFBE1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFBE1 is #42041E. Grayscale: #E5E5E5. Windows color (decimal): -4326431 or 14810045. OLE color: 14810045.
HSL color Cylindrical-coordinate representation of color #BDFBE1: hue angle of 154.84º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BDFBE1 is Cyan = 0.25, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 189 | 251 | 225 | - |
| CMYK | 0.25 | 0 | 0.10 | 0.02 |
| HSL | 154.84º | 0.89% | 0.86% | - |
| HSV(B) | 154.84º | 0.25% | 0.98% | - |
| XYZ | 69.07 | 85.25 | 84.05 | - |
| YUV | 229.5 | 125.46 | 99.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 251 | 225 | 0.25 | 0 | 0.10 | 0.02 | 154.84 | 0.89 | 0.86 |
| Hex | BD | FB | E1 | 19 | 0 | A | 2 | 9B | 59 | 56 |
| Octal | 275 | 373 | 341 | 31 | 0 | 12 | 2 | 233 | 131 | 126 |
| Binary | 10111101 | 11111011 | 11100001 | 11001 | 0 | 1010 | 10 | 10011011 | 1011001 | 1010110 |
Color Harmonies of #BDFBE1
Complementary color
Monochromatic Colors of #BDFBE1
Black with #BDFBE1
Text Example
Text Example
White with #BDFBE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFBE1; }
p { color: rgb(189,251,225); }
H1.HeaderClassName
{
color: #BDFBE1;
}
.AnyTagClassName
{
color: #BDFBE1;
}
</style>
background-color css
<style>
a { background-color: #BDFBE1; }
a { background-color: rgb(189,251,225); }
div.DivClassName
{
background-color: #BDFBE1;
}
.BgClassName
{
background-color: #BDFBE1;
}
</style>
border-color css
<style>
span { border-color: #BDFBE1; }
span { border-color: rgb(189,251,225); }
td.TdClassName
{
border-color: #BDFBE1;
}
.TagClassName
{
border-color: #BDFBE1;
}
</style>