Shades of Mint Tulip #BDFBE2
Tints of Mint Tulip #BDFBE2
RGB
CMYK
RGB Variations
Color information
#BDFBE2 (or 0xBDFBE2) is known color: Mint Tulip. HEX triplet: BD, FB and E2. RGB value is (189,251,226). Sum of RGB (Red+Green+Blue) = 189+251+226=666 (88% of max value = 765). Red value is 189 (74.22% from 255 or 28.38% from 666); Green value is 251 (98.44% from 255 or 37.69% from 666); Blue value is 226 (88.67% from 255 or 33.93% from 666); Max value from RGB is 251 - color contains mainly: green. Hex color #BDFBE2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFBE2 is #42041D. Grayscale: #E5E5E5. Windows color (decimal): -4326430 or 14875581. OLE color: 14875581.
HSL color Cylindrical-coordinate representation of color #BDFBE2: hue angle of 155.81º 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 #BDFBE2 is Cyan = 0.25, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 189 | 251 | 226 | - |
| CMYK | 0.25 | 0 | 0.10 | 0.02 |
| HSL | 155.81º | 0.89% | 0.86% | - |
| HSV(B) | 155.81º | 0.25% | 0.98% | - |
| XYZ | 69.21 | 85.3 | 84.77 | - |
| YUV | 229.61 | 125.96 | 99.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 251 | 226 | 0.25 | 0 | 0.10 | 0.02 | 155.81 | 0.89 | 0.86 |
| Hex | BD | FB | E2 | 19 | 0 | A | 2 | 9C | 59 | 56 |
| Octal | 275 | 373 | 342 | 31 | 0 | 12 | 2 | 234 | 131 | 126 |
| Binary | 10111101 | 11111011 | 11100010 | 11001 | 0 | 1010 | 10 | 10011100 | 1011001 | 1010110 |
Color Harmonies of #BDFBE2
Complementary color
Monochromatic Colors of #BDFBE2
Black with #BDFBE2
Text Example
Text Example
White with #BDFBE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFBE2; }
p { color: rgb(189,251,226); }
H1.HeaderClassName
{
color: #BDFBE2;
}
.AnyTagClassName
{
color: #BDFBE2;
}
</style>
background-color css
<style>
a { background-color: #BDFBE2; }
a { background-color: rgb(189,251,226); }
div.DivClassName
{
background-color: #BDFBE2;
}
.BgClassName
{
background-color: #BDFBE2;
}
</style>
border-color css
<style>
span { border-color: #BDFBE2; }
span { border-color: rgb(189,251,226); }
td.TdClassName
{
border-color: #BDFBE2;
}
.TagClassName
{
border-color: #BDFBE2;
}
</style>