Shades of Mint Tulip #BEEBDC
Tints of Mint Tulip #BEEBDC
RGB
CMYK
RGB Variations
Color information
#BEEBDC (or 0xBEEBDC) is known color: Mint Tulip. HEX triplet: BE, EB and DC. RGB value is (190,235,220). Sum of RGB (Red+Green+Blue) = 190+235+220=645 (85% of max value = 765). Red value is 190 (74.61% from 255 or 29.46% from 645); Green value is 235 (92.19% from 255 or 36.43% from 645); Blue value is 220 (86.33% from 255 or 34.11% from 645); Max value from RGB is 235 - color contains mainly: green. Hex color #BEEBDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEEBDC is #411423. Grayscale: #DBDBDB. Windows color (decimal): -4264996 or 14478270. OLE color: 14478270.
HSL color Cylindrical-coordinate representation of color #BEEBDC: hue angle of 160º 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 #BEEBDC is Cyan = 0.19, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 190 | 235 | 220 | - |
| CMYK | 0.19 | 0 | 0.06 | 0.08 |
| HSL | 160º | 0.53% | 0.83% | - |
| HSV(B) | 160º | 0.19% | 0.92% | - |
| XYZ | 63.86 | 75.53 | 78.92 | - |
| YUV | 219.84 | 128.09 | 106.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 235 | 220 | 0.19 | 0 | 0.06 | 0.08 | 160 | 0.53 | 0.83 |
| Hex | BE | EB | DC | 13 | 0 | 6 | 8 | A0 | 35 | 53 |
| Octal | 276 | 353 | 334 | 23 | 0 | 6 | 10 | 240 | 65 | 123 |
| Binary | 10111110 | 11101011 | 11011100 | 10011 | 0 | 110 | 1000 | 10100000 | 110101 | 1010011 |
Color Harmonies of #BEEBDC
Complementary color
Monochromatic Colors of #BEEBDC
Black with #BEEBDC
Text Example
Text Example
White with #BEEBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEEBDC; }
p { color: rgb(190,235,220); }
H1.HeaderClassName
{
color: #BEEBDC;
}
.AnyTagClassName
{
color: #BEEBDC;
}
</style>
background-color css
<style>
a { background-color: #BEEBDC; }
a { background-color: rgb(190,235,220); }
div.DivClassName
{
background-color: #BEEBDC;
}
.BgClassName
{
background-color: #BEEBDC;
}
</style>
border-color css
<style>
span { border-color: #BEEBDC; }
span { border-color: rgb(190,235,220); }
td.TdClassName
{
border-color: #BEEBDC;
}
.TagClassName
{
border-color: #BEEBDC;
}
</style>