Shades of Mint Tulip #BFEBDB
Tints of Mint Tulip #BFEBDB
RGB
CMYK
RGB Variations
Color information
#BFEBDB (or 0xBFEBDB) is known color: Mint Tulip. HEX triplet: BF, EB and DB. RGB value is (191,235,219). Sum of RGB (Red+Green+Blue) = 191+235+219=645 (85% of max value = 765). Red value is 191 (75% from 255 or 29.61% from 645); Green value is 235 (92.19% from 255 or 36.43% from 645); Blue value is 219 (85.94% from 255 or 33.95% from 645); Max value from RGB is 235 - color contains mainly: green. Hex color #BFEBDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFEBDB is #401424. Grayscale: #DCDCDC. Windows color (decimal): -4199461 or 14412735. OLE color: 14412735.
HSL color Cylindrical-coordinate representation of color #BFEBDB: hue angle of 158.18º 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 #BFEBDB is Cyan = 0.19, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 191 | 235 | 219 | - |
| CMYK | 0.19 | 0 | 0.07 | 0.08 |
| HSL | 158.18º | 0.52% | 0.84% | - |
| HSV(B) | 158.18º | 0.19% | 0.92% | - |
| XYZ | 63.98 | 75.61 | 78.24 | - |
| YUV | 220.02 | 127.42 | 107.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 235 | 219 | 0.19 | 0 | 0.07 | 0.08 | 158.18 | 0.52 | 0.84 |
| Hex | BF | EB | DB | 13 | 0 | 7 | 8 | 9E | 34 | 54 |
| Octal | 277 | 353 | 333 | 23 | 0 | 7 | 10 | 236 | 64 | 124 |
| Binary | 10111111 | 11101011 | 11011011 | 10011 | 0 | 111 | 1000 | 10011110 | 110100 | 1010100 |
Color Harmonies of #BFEBDB
Complementary color
Monochromatic Colors of #BFEBDB
Black with #BFEBDB
Text Example
Text Example
White with #BFEBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFEBDB; }
p { color: rgb(191,235,219); }
H1.HeaderClassName
{
color: #BFEBDB;
}
.AnyTagClassName
{
color: #BFEBDB;
}
</style>
background-color css
<style>
a { background-color: #BFEBDB; }
a { background-color: rgb(191,235,219); }
div.DivClassName
{
background-color: #BFEBDB;
}
.BgClassName
{
background-color: #BFEBDB;
}
</style>
border-color css
<style>
span { border-color: #BFEBDB; }
span { border-color: rgb(191,235,219); }
td.TdClassName
{
border-color: #BFEBDB;
}
.TagClassName
{
border-color: #BFEBDB;
}
</style>