Shades of Water Leaf #BEFDEF
Tints of Water Leaf #BEFDEF
RGB
CMYK
RGB Variations
Color information
#BEFDEF (or 0xBEFDEF) is known color: Water Leaf. HEX triplet: BE, FD and EF. RGB value is (190,253,239). Sum of RGB (Red+Green+Blue) = 190+253+239=682 (90% of max value = 765). Red value is 190 (74.61% from 255 or 27.86% from 682); Green value is 253 (99.22% from 255 or 37.10% from 682); Blue value is 239 (93.75% from 255 or 35.04% from 682); Max value from RGB is 253 - color contains mainly: green. Hex color #BEFDEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEFDEF is #410210. Grayscale: #E8E8E8. Windows color (decimal): -4260369 or 15728062. OLE color: 15728062.
HSL color Cylindrical-coordinate representation of color #BEFDEF: hue angle of 166.67º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BEFDEF is Cyan = 0.25, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 190 | 253 | 239 | - |
| CMYK | 0.25 | 0 | 0.06 | 0.01 |
| HSL | 166.67º | 0.94% | 0.87% | - |
| HSV(B) | 166.67º | 0.25% | 0.99% | - |
| XYZ | 71.94 | 87.43 | 94.75 | - |
| YUV | 232.57 | 131.63 | 97.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 253 | 239 | 0.25 | 0 | 0.06 | 0.01 | 166.67 | 0.94 | 0.87 |
| Hex | BE | FD | EF | 19 | 0 | 6 | 1 | A7 | 5E | 57 |
| Octal | 276 | 375 | 357 | 31 | 0 | 6 | 1 | 247 | 136 | 127 |
| Binary | 10111110 | 11111101 | 11101111 | 11001 | 0 | 110 | 1 | 10100111 | 1011110 | 1010111 |
Color Harmonies of #BEFDEF
Complementary color
Monochromatic Colors of #BEFDEF
Black with #BEFDEF
Text Example
Text Example
White with #BEFDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEFDEF; }
p { color: rgb(190,253,239); }
H1.HeaderClassName
{
color: #BEFDEF;
}
.AnyTagClassName
{
color: #BEFDEF;
}
</style>
background-color css
<style>
a { background-color: #BEFDEF; }
a { background-color: rgb(190,253,239); }
div.DivClassName
{
background-color: #BEFDEF;
}
.BgClassName
{
background-color: #BEFDEF;
}
</style>
border-color css
<style>
span { border-color: #BEFDEF; }
span { border-color: rgb(190,253,239); }
td.TdClassName
{
border-color: #BEFDEF;
}
.TagClassName
{
border-color: #BEFDEF;
}
</style>