Shades of Mint Tulip #BFEBDE
Tints of Mint Tulip #BFEBDE
RGB
CMYK
RGB Variations
Color information
#BFEBDE (or 0xBFEBDE) is known color: Mint Tulip. HEX triplet: BF, EB and DE. RGB value is (191,235,222). Sum of RGB (Red+Green+Blue) = 191+235+222=648 (85% of max value = 765). Red value is 191 (75% from 255 or 29.48% from 648); Green value is 235 (92.19% from 255 or 36.27% from 648); Blue value is 222 (87.11% from 255 or 34.26% from 648); Max value from RGB is 235 - color contains mainly: green. Hex color #BFEBDE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFEBDE is #401421. Grayscale: #DCDCDC. Windows color (decimal): -4199458 or 14609343. OLE color: 14609343.
HSL color Cylindrical-coordinate representation of color #BFEBDE: hue angle of 162.27º degrees, saturation: 0.52, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BFEBDE is Cyan = 0.19, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 191 | 235 | 222 | - |
| CMYK | 0.19 | 0 | 0.06 | 0.08 |
| HSL | 162.27º | 0.52% | 0.84% | - |
| HSV(B) | 162.27º | 0.19% | 0.92% | - |
| XYZ | 64.38 | 75.77 | 80.34 | - |
| YUV | 220.36 | 128.92 | 107.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 235 | 222 | 0.19 | 0 | 0.06 | 0.08 | 162.27 | 0.52 | 0.84 |
| Hex | BF | EB | DE | 13 | 0 | 6 | 8 | A2 | 34 | 54 |
| Octal | 277 | 353 | 336 | 23 | 0 | 6 | 10 | 242 | 64 | 124 |
| Binary | 10111111 | 11101011 | 11011110 | 10011 | 0 | 110 | 1000 | 10100010 | 110100 | 1010100 |
Color Harmonies of #BFEBDE
Complementary color
Monochromatic Colors of #BFEBDE
Black with #BFEBDE
Text Example
Text Example
White with #BFEBDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFEBDE; }
p { color: rgb(191,235,222); }
H1.HeaderClassName
{
color: #BFEBDE;
}
.AnyTagClassName
{
color: #BFEBDE;
}
</style>
background-color css
<style>
a { background-color: #BFEBDE; }
a { background-color: rgb(191,235,222); }
div.DivClassName
{
background-color: #BFEBDE;
}
.BgClassName
{
background-color: #BFEBDE;
}
</style>
border-color css
<style>
span { border-color: #BFEBDE; }
span { border-color: rgb(191,235,222); }
td.TdClassName
{
border-color: #BFEBDE;
}
.TagClassName
{
border-color: #BFEBDE;
}
</style>