Shades of Mint Tulip #BCEFDB
Tints of Mint Tulip #BCEFDB
RGB
CMYK
RGB Variations
Color information
#BCEFDB (or 0xBCEFDB) is known color: Mint Tulip. HEX triplet: BC, EF and DB. RGB value is (188,239,219). Sum of RGB (Red+Green+Blue) = 188+239+219=646 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.10% from 646); Green value is 239 (93.75% from 255 or 37.00% from 646); Blue value is 219 (85.94% from 255 or 33.90% from 646); Max value from RGB is 239 - color contains mainly: green. Hex color #BCEFDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCEFDB is #431024. Grayscale: #DDDDDD. Windows color (decimal): -4395045 or 14413756. OLE color: 14413756.
HSL color Cylindrical-coordinate representation of color #BCEFDB: hue angle of 156.47º degrees, saturation: 0.61, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BCEFDB is Cyan = 0.21, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 188 | 239 | 219 | - |
| CMYK | 0.21 | 0 | 0.08 | 0.06 |
| HSL | 156.47º | 0.61% | 0.84% | - |
| HSV(B) | 156.47º | 0.21% | 0.94% | - |
| XYZ | 64.39 | 77.54 | 78.59 | - |
| YUV | 221.47 | 126.6 | 104.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 239 | 219 | 0.21 | 0 | 0.08 | 0.06 | 156.47 | 0.61 | 0.84 |
| Hex | BC | EF | DB | 15 | 0 | 8 | 6 | 9C | 3D | 54 |
| Octal | 274 | 357 | 333 | 25 | 0 | 10 | 6 | 234 | 75 | 124 |
| Binary | 10111100 | 11101111 | 11011011 | 10101 | 0 | 1000 | 110 | 10011100 | 111101 | 1010100 |
Color Harmonies of #BCEFDB
Complementary color
Monochromatic Colors of #BCEFDB
Black with #BCEFDB
Text Example
Text Example
White with #BCEFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCEFDB; }
p { color: rgb(188,239,219); }
H1.HeaderClassName
{
color: #BCEFDB;
}
.AnyTagClassName
{
color: #BCEFDB;
}
</style>
background-color css
<style>
a { background-color: #BCEFDB; }
a { background-color: rgb(188,239,219); }
div.DivClassName
{
background-color: #BCEFDB;
}
.BgClassName
{
background-color: #BCEFDB;
}
</style>
border-color css
<style>
span { border-color: #BCEFDB; }
span { border-color: rgb(188,239,219); }
td.TdClassName
{
border-color: #BCEFDB;
}
.TagClassName
{
border-color: #BCEFDB;
}
</style>