Shades of Water Leaf #BEEEDF
Tints of Water Leaf #BEEEDF
RGB
CMYK
RGB Variations
Color information
#BEEEDF (or 0xBEEEDF) is known color: Water Leaf. HEX triplet: BE, EE and DF. RGB value is (190,238,223). Sum of RGB (Red+Green+Blue) = 190+238+223=651 (86% of max value = 765). Red value is 190 (74.61% from 255 or 29.19% from 651); Green value is 238 (93.36% from 255 or 36.56% from 651); Blue value is 223 (87.5% from 255 or 34.25% from 651); Max value from RGB is 238 - color contains mainly: green. Hex color #BEEEDF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEEEDF is #411120. Grayscale: #DDDDDD. Windows color (decimal): -4264225 or 14675646. OLE color: 14675646.
HSL color Cylindrical-coordinate representation of color #BEEEDF: hue angle of 161.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 #BEEEDF is Cyan = 0.20, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 190 | 238 | 223 | - |
| CMYK | 0.20 | 0 | 0.06 | 0.07 |
| HSL | 161.25º | 0.59% | 0.84% | - |
| HSV(B) | 161.25º | 0.2% | 0.93% | - |
| XYZ | 65.13 | 77.42 | 81.32 | - |
| YUV | 221.94 | 128.6 | 105.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 238 | 223 | 0.20 | 0 | 0.06 | 0.07 | 161.25 | 0.59 | 0.84 |
| Hex | BE | EE | DF | 14 | 0 | 6 | 7 | A1 | 3B | 54 |
| Octal | 276 | 356 | 337 | 24 | 0 | 6 | 7 | 241 | 73 | 124 |
| Binary | 10111110 | 11101110 | 11011111 | 10100 | 0 | 110 | 111 | 10100001 | 111011 | 1010100 |
Color Harmonies of #BEEEDF
Complementary color
Monochromatic Colors of #BEEEDF
Black with #BEEEDF
Text Example
Text Example
White with #BEEEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEEEDF; }
p { color: rgb(190,238,223); }
H1.HeaderClassName
{
color: #BEEEDF;
}
.AnyTagClassName
{
color: #BEEEDF;
}
</style>
background-color css
<style>
a { background-color: #BEEEDF; }
a { background-color: rgb(190,238,223); }
div.DivClassName
{
background-color: #BEEEDF;
}
.BgClassName
{
background-color: #BEEEDF;
}
</style>
border-color css
<style>
span { border-color: #BEEEDF; }
span { border-color: rgb(190,238,223); }
td.TdClassName
{
border-color: #BEEEDF;
}
.TagClassName
{
border-color: #BEEEDF;
}
</style>