Shades of Water Leaf #BEEBDF
Tints of Water Leaf #BEEBDF
RGB
CMYK
RGB Variations
Color information
#BEEBDF (or 0xBEEBDF) is known color: Water Leaf. HEX triplet: BE, EB and DF. RGB value is (190,235,223). Sum of RGB (Red+Green+Blue) = 190+235+223=648 (85% of max value = 765). Red value is 190 (74.61% from 255 or 29.32% from 648); Green value is 235 (92.19% from 255 or 36.27% from 648); Blue value is 223 (87.5% from 255 or 34.41% from 648); Max value from RGB is 235 - color contains mainly: green. Hex color #BEEBDF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEEBDF is #411420. Grayscale: #DCDCDC. Windows color (decimal): -4264993 or 14674878. OLE color: 14674878.
HSL color Cylindrical-coordinate representation of color #BEEBDF: hue angle of 164º 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 #BEEBDF is Cyan = 0.19, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 190 | 235 | 223 | - |
| CMYK | 0.19 | 0 | 0.05 | 0.08 |
| HSL | 164º | 0.53% | 0.83% | - |
| HSV(B) | 164º | 0.19% | 0.92% | - |
| XYZ | 64.26 | 75.69 | 81.03 | - |
| YUV | 220.18 | 129.59 | 106.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 235 | 223 | 0.19 | 0 | 0.05 | 0.08 | 164 | 0.53 | 0.83 |
| Hex | BE | EB | DF | 13 | 0 | 5 | 8 | A4 | 35 | 53 |
| Octal | 276 | 353 | 337 | 23 | 0 | 5 | 10 | 244 | 65 | 123 |
| Binary | 10111110 | 11101011 | 11011111 | 10011 | 0 | 101 | 1000 | 10100100 | 110101 | 1010011 |
Color Harmonies of #BEEBDF
Complementary color
Monochromatic Colors of #BEEBDF
Black with #BEEBDF
Text Example
Text Example
White with #BEEBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEEBDF; }
p { color: rgb(190,235,223); }
H1.HeaderClassName
{
color: #BEEBDF;
}
.AnyTagClassName
{
color: #BEEBDF;
}
</style>
background-color css
<style>
a { background-color: #BEEBDF; }
a { background-color: rgb(190,235,223); }
div.DivClassName
{
background-color: #BEEBDF;
}
.BgClassName
{
background-color: #BEEBDF;
}
</style>
border-color css
<style>
span { border-color: #BEEBDF; }
span { border-color: rgb(190,235,223); }
td.TdClassName
{
border-color: #BEEBDF;
}
.TagClassName
{
border-color: #BEEBDF;
}
</style>