Shades of Water Leaf #BEECDF
Tints of Water Leaf #BEECDF
RGB
CMYK
RGB Variations
Color information
#BEECDF (or 0xBEECDF) is known color: Water Leaf. HEX triplet: BE, EC and DF. RGB value is (190,236,223). Sum of RGB (Red+Green+Blue) = 190+236+223=649 (85% of max value = 765). Red value is 190 (74.61% from 255 or 29.28% from 649); Green value is 236 (92.58% from 255 or 36.36% from 649); Blue value is 223 (87.5% from 255 or 34.36% from 649); Max value from RGB is 236 - color contains mainly: green. Hex color #BEECDF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEECDF is #411320. Grayscale: #DCDCDC. Windows color (decimal): -4264737 or 14675134. OLE color: 14675134.
HSL color Cylindrical-coordinate representation of color #BEECDF: hue angle of 163.04º degrees, saturation: 0.55, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BEECDF is Cyan = 0.19, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 190 | 236 | 223 | - |
| CMYK | 0.19 | 0 | 0.06 | 0.07 |
| HSL | 163.04º | 0.55% | 0.84% | - |
| HSV(B) | 163.04º | 0.19% | 0.93% | - |
| XYZ | 64.55 | 76.27 | 81.13 | - |
| YUV | 220.76 | 129.26 | 106.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 236 | 223 | 0.19 | 0 | 0.06 | 0.07 | 163.04 | 0.55 | 0.84 |
| Hex | BE | EC | DF | 13 | 0 | 6 | 7 | A3 | 37 | 54 |
| Octal | 276 | 354 | 337 | 23 | 0 | 6 | 7 | 243 | 67 | 124 |
| Binary | 10111110 | 11101100 | 11011111 | 10011 | 0 | 110 | 111 | 10100011 | 110111 | 1010100 |
Color Harmonies of #BEECDF
Complementary color
Monochromatic Colors of #BEECDF
Black with #BEECDF
Text Example
Text Example
White with #BEECDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEECDF; }
p { color: rgb(190,236,223); }
H1.HeaderClassName
{
color: #BEECDF;
}
.AnyTagClassName
{
color: #BEECDF;
}
</style>
background-color css
<style>
a { background-color: #BEECDF; }
a { background-color: rgb(190,236,223); }
div.DivClassName
{
background-color: #BEECDF;
}
.BgClassName
{
background-color: #BEECDF;
}
</style>
border-color css
<style>
span { border-color: #BEECDF; }
span { border-color: rgb(190,236,223); }
td.TdClassName
{
border-color: #BEECDF;
}
.TagClassName
{
border-color: #BEECDF;
}
</style>