Shades of Mint Tulip #BDFDE2
Tints of Mint Tulip #BDFDE2
RGB
CMYK
RGB Variations
Color information
#BDFDE2 (or 0xBDFDE2) is known color: Mint Tulip. HEX triplet: BD, FD and E2. RGB value is (189,253,226). Sum of RGB (Red+Green+Blue) = 189+253+226=668 (88% of max value = 765). Red value is 189 (74.22% from 255 or 28.29% from 668); Green value is 253 (99.22% from 255 or 37.87% from 668); Blue value is 226 (88.67% from 255 or 33.83% from 668); Max value from RGB is 253 - color contains mainly: green. Hex color #BDFDE2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFDE2 is #42021D. Grayscale: #E6E6E6. Windows color (decimal): -4325918 or 14876093. OLE color: 14876093.
HSL color Cylindrical-coordinate representation of color #BDFDE2: hue angle of 154.69º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BDFDE2 is Cyan = 0.25, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 189 | 253 | 226 | - |
| CMYK | 0.25 | 0 | 0.11 | 0.01 |
| HSL | 154.69º | 0.94% | 0.87% | - |
| HSV(B) | 154.69º | 0.25% | 0.99% | - |
| XYZ | 69.84 | 86.56 | 84.98 | - |
| YUV | 230.79 | 125.3 | 98.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 253 | 226 | 0.25 | 0 | 0.11 | 0.01 | 154.69 | 0.94 | 0.87 |
| Hex | BD | FD | E2 | 19 | 0 | B | 1 | 9B | 5E | 57 |
| Octal | 275 | 375 | 342 | 31 | 0 | 13 | 1 | 233 | 136 | 127 |
| Binary | 10111101 | 11111101 | 11100010 | 11001 | 0 | 1011 | 1 | 10011011 | 1011110 | 1010111 |
Color Harmonies of #BDFDE2
Complementary color
Monochromatic Colors of #BDFDE2
Black with #BDFDE2
Text Example
Text Example
White with #BDFDE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFDE2; }
p { color: rgb(189,253,226); }
H1.HeaderClassName
{
color: #BDFDE2;
}
.AnyTagClassName
{
color: #BDFDE2;
}
</style>
background-color css
<style>
a { background-color: #BDFDE2; }
a { background-color: rgb(189,253,226); }
div.DivClassName
{
background-color: #BDFDE2;
}
.BgClassName
{
background-color: #BDFDE2;
}
</style>
border-color css
<style>
span { border-color: #BDFDE2; }
span { border-color: rgb(189,253,226); }
td.TdClassName
{
border-color: #BDFDE2;
}
.TagClassName
{
border-color: #BDFDE2;
}
</style>