Shades of Mint Tulip #BEEBDD
Tints of Mint Tulip #BEEBDD
RGB
CMYK
RGB Variations
Color information
#BEEBDD (or 0xBEEBDD) is known color: Mint Tulip. HEX triplet: BE, EB and DD. RGB value is (190,235,221). Sum of RGB (Red+Green+Blue) = 190+235+221=646 (85% of max value = 765). Red value is 190 (74.61% from 255 or 29.41% from 646); Green value is 235 (92.19% from 255 or 36.38% from 646); Blue value is 221 (86.72% from 255 or 34.21% from 646); Max value from RGB is 235 - color contains mainly: green. Hex color #BEEBDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEEBDD is #411422. Grayscale: #DBDBDB. Windows color (decimal): -4264995 or 14543806. OLE color: 14543806.
HSL color Cylindrical-coordinate representation of color #BEEBDD: hue angle of 161.33º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BEEBDD is Cyan = 0.19, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 190 | 235 | 221 | - |
| CMYK | 0.19 | 0 | 0.06 | 0.08 |
| HSL | 161.33º | 0.53% | 0.83% | - |
| HSV(B) | 161.33º | 0.19% | 0.92% | - |
| XYZ | 63.99 | 75.58 | 79.62 | - |
| YUV | 219.95 | 128.59 | 106.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 235 | 221 | 0.19 | 0 | 0.06 | 0.08 | 161.33 | 0.53 | 0.83 |
| Hex | BE | EB | DD | 13 | 0 | 6 | 8 | A1 | 35 | 53 |
| Octal | 276 | 353 | 335 | 23 | 0 | 6 | 10 | 241 | 65 | 123 |
| Binary | 10111110 | 11101011 | 11011101 | 10011 | 0 | 110 | 1000 | 10100001 | 110101 | 1010011 |
Color Harmonies of #BEEBDD
Complementary color
Monochromatic Colors of #BEEBDD
Black with #BEEBDD
Text Example
Text Example
White with #BEEBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEEBDD; }
p { color: rgb(190,235,221); }
H1.HeaderClassName
{
color: #BEEBDD;
}
.AnyTagClassName
{
color: #BEEBDD;
}
</style>
background-color css
<style>
a { background-color: #BEEBDD; }
a { background-color: rgb(190,235,221); }
div.DivClassName
{
background-color: #BEEBDD;
}
.BgClassName
{
background-color: #BEEBDD;
}
</style>
border-color css
<style>
span { border-color: #BEEBDD; }
span { border-color: rgb(190,235,221); }
td.TdClassName
{
border-color: #BEEBDD;
}
.TagClassName
{
border-color: #BEEBDD;
}
</style>