Shades of Mint Tulip #BEEDDB
Tints of Mint Tulip #BEEDDB
RGB
CMYK
RGB Variations
Color information
#BEEDDB (or 0xBEEDDB) is known color: Mint Tulip. HEX triplet: BE, ED and DB. RGB value is (190,237,219). Sum of RGB (Red+Green+Blue) = 190+237+219=646 (85% of max value = 765). Red value is 190 (74.61% from 255 or 29.41% from 646); Green value is 237 (92.97% from 255 or 36.69% from 646); Blue value is 219 (85.94% from 255 or 33.90% from 646); Max value from RGB is 237 - color contains mainly: green. Hex color #BEEDDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEEDDB is #411224. Grayscale: #DCDCDC. Windows color (decimal): -4264485 or 14413246. OLE color: 14413246.
HSL color Cylindrical-coordinate representation of color #BEEDDB: hue angle of 157.02º degrees, saturation: 0.57, 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 #BEEDDB is Cyan = 0.20, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
RGB | 190 | 237 | 219 | - |
CMYK | 0.20 | 0 | 0.08 | 0.07 |
HSL | 157.02º | 0.57% | 0.84% | - |
HSV(B) | 157.02º | 0.2% | 0.93% | - |
XYZ | 64.31 | 76.63 | 78.42 | - |
YUV | 220.9 | 126.93 | 105.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 190 | 237 | 219 | 0.20 | 0 | 0.08 | 0.07 | 157.02 | 0.57 | 0.84 |
Hex | BE | ED | DB | 14 | 0 | 8 | 7 | 9D | 39 | 54 |
Octal | 276 | 355 | 333 | 24 | 0 | 10 | 7 | 235 | 71 | 124 |
Binary | 10111110 | 11101101 | 11011011 | 10100 | 0 | 1000 | 111 | 10011101 | 111001 | 1010100 |
Color Harmonies of #BEEDDB
Complementary color
Monochromatic Colors of #BEEDDB
Black with #BEEDDB
Text Example
Text Example
White with #BEEDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEEDDB; }
p { color: rgb(190,237,219); }
H1.HeaderClassName
{
color: #BEEDDB;
}
.AnyTagClassName
{
color: #BEEDDB;
}
</style>
background-color css
<style>
a { background-color: #BEEDDB; }
a { background-color: rgb(190,237,219); }
div.DivClassName
{
background-color: #BEEDDB;
}
.BgClassName
{
background-color: #BEEDDB;
}
</style>
border-color css
<style>
span { border-color: #BEEDDB; }
span { border-color: rgb(190,237,219); }
td.TdClassName
{
border-color: #BEEDDB;
}
.TagClassName
{
border-color: #BEEDDB;
}
</style>