Shades of Mint Tulip #BEEEDB
Tints of Mint Tulip #BEEEDB
RGB
CMYK
RGB Variations
Color information
#BEEEDB (or 0xBEEEDB) is known color: Mint Tulip. HEX triplet: BE, EE and DB. RGB value is (190,238,219). Sum of RGB (Red+Green+Blue) = 190+238+219=647 (85% of max value = 765). Red value is 190 (74.61% from 255 or 29.37% from 647); Green value is 238 (93.36% from 255 or 36.79% from 647); Blue value is 219 (85.94% from 255 or 33.85% from 647); Max value from RGB is 238 - color contains mainly: green. Hex color #BEEEDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEEEDB is #411124. Grayscale: #DDDDDD. Windows color (decimal): -4264229 or 14413502. OLE color: 14413502.
HSL color Cylindrical-coordinate representation of color #BEEEDB: hue angle of 156.25º degrees, saturation: 0.59, 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 #BEEEDB is Cyan = 0.20, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 190 | 238 | 219 | - |
| CMYK | 0.20 | 0 | 0.08 | 0.07 |
| HSL | 156.25º | 0.59% | 0.84% | - |
| HSV(B) | 156.25º | 0.2% | 0.93% | - |
| XYZ | 64.6 | 77.21 | 78.52 | - |
| YUV | 221.48 | 126.6 | 105.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 238 | 219 | 0.20 | 0 | 0.08 | 0.07 | 156.25 | 0.59 | 0.84 |
| Hex | BE | EE | DB | 14 | 0 | 8 | 7 | 9C | 3B | 54 |
| Octal | 276 | 356 | 333 | 24 | 0 | 10 | 7 | 234 | 73 | 124 |
| Binary | 10111110 | 11101110 | 11011011 | 10100 | 0 | 1000 | 111 | 10011100 | 111011 | 1010100 |
Color Harmonies of #BEEEDB
Complementary color
Monochromatic Colors of #BEEEDB
Black with #BEEEDB
Text Example
Text Example
White with #BEEEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEEEDB; }
p { color: rgb(190,238,219); }
H1.HeaderClassName
{
color: #BEEEDB;
}
.AnyTagClassName
{
color: #BEEEDB;
}
</style>
background-color css
<style>
a { background-color: #BEEEDB; }
a { background-color: rgb(190,238,219); }
div.DivClassName
{
background-color: #BEEEDB;
}
.BgClassName
{
background-color: #BEEEDB;
}
</style>
border-color css
<style>
span { border-color: #BEEEDB; }
span { border-color: rgb(190,238,219); }
td.TdClassName
{
border-color: #BEEEDB;
}
.TagClassName
{
border-color: #BEEEDB;
}
</style>