Shades of Mint Tulip #BFEEDB
Tints of Mint Tulip #BFEEDB
RGB
CMYK
RGB Variations
Color information
#BFEEDB (or 0xBFEEDB) is known color: Mint Tulip. HEX triplet: BF, EE and DB. RGB value is (191,238,219). Sum of RGB (Red+Green+Blue) = 191+238+219=648 (85% of max value = 765). Red value is 191 (75% from 255 or 29.48% from 648); Green value is 238 (93.36% from 255 or 36.73% from 648); Blue value is 219 (85.94% from 255 or 33.80% from 648); Max value from RGB is 238 - color contains mainly: green. Hex color #BFEEDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFEEDB is #401124. Grayscale: #DDDDDD. Windows color (decimal): -4198693 or 14413503. OLE color: 14413503.
HSL color Cylindrical-coordinate representation of color #BFEEDB: hue angle of 155.74º degrees, saturation: 0.58, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BFEEDB is Cyan = 0.20, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 238 | 219 | - |
| CMYK | 0.20 | 0 | 0.08 | 0.07 |
| HSL | 155.74º | 0.58% | 0.84% | - |
| HSV(B) | 155.74º | 0.2% | 0.93% | - |
| XYZ | 64.85 | 77.34 | 78.53 | - |
| YUV | 221.78 | 126.43 | 106.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 238 | 219 | 0.20 | 0 | 0.08 | 0.07 | 155.74 | 0.58 | 0.84 |
| Hex | BF | EE | DB | 14 | 0 | 8 | 7 | 9C | 3A | 54 |
| Octal | 277 | 356 | 333 | 24 | 0 | 10 | 7 | 234 | 72 | 124 |
| Binary | 10111111 | 11101110 | 11011011 | 10100 | 0 | 1000 | 111 | 10011100 | 111010 | 1010100 |
Color Harmonies of #BFEEDB
Complementary color
Monochromatic Colors of #BFEEDB
Black with #BFEEDB
Text Example
Text Example
White with #BFEEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFEEDB; }
p { color: rgb(191,238,219); }
H1.HeaderClassName
{
color: #BFEEDB;
}
.AnyTagClassName
{
color: #BFEEDB;
}
</style>
background-color css
<style>
a { background-color: #BFEEDB; }
a { background-color: rgb(191,238,219); }
div.DivClassName
{
background-color: #BFEEDB;
}
.BgClassName
{
background-color: #BFEEDB;
}
</style>
border-color css
<style>
span { border-color: #BFEEDB; }
span { border-color: rgb(191,238,219); }
td.TdClassName
{
border-color: #BFEEDB;
}
.TagClassName
{
border-color: #BFEEDB;
}
</style>