Shades of Water Leaf #BEF6ED
Tints of Water Leaf #BEF6ED
RGB
CMYK
RGB Variations
Color information
#BEF6ED (or 0xBEF6ED) is known color: Water Leaf. HEX triplet: BE, F6 and ED. RGB value is (190,246,237). Sum of RGB (Red+Green+Blue) = 190+246+237=673 (89% of max value = 765). Red value is 190 (74.61% from 255 or 28.23% from 673); Green value is 246 (96.48% from 255 or 36.55% from 673); Blue value is 237 (92.97% from 255 or 35.22% from 673); Max value from RGB is 246 - color contains mainly: green. Hex color #BEF6ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEF6ED is #410912. Grayscale: #E4E4E4. Windows color (decimal): -4262163 or 15595198. OLE color: 15595198.
HSL color Cylindrical-coordinate representation of color #BEF6ED: hue angle of 170.36º degrees, saturation: 0.76, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BEF6ED is Cyan = 0.23, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 190 | 246 | 237 | - |
| CMYK | 0.23 | 0 | 0.04 | 0.04 |
| HSL | 170.36º | 0.76% | 0.85% | - |
| HSV(B) | 170.36º | 0.23% | 0.96% | - |
| XYZ | 69.48 | 82.97 | 92.47 | - |
| YUV | 228.23 | 132.95 | 100.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 246 | 237 | 0.23 | 0 | 0.04 | 0.04 | 170.36 | 0.76 | 0.85 |
| Hex | BE | F6 | ED | 17 | 0 | 4 | 4 | AA | 4C | 55 |
| Octal | 276 | 366 | 355 | 27 | 0 | 4 | 4 | 252 | 114 | 125 |
| Binary | 10111110 | 11110110 | 11101101 | 10111 | 0 | 100 | 100 | 10101010 | 1001100 | 1010101 |
Color Harmonies of #BEF6ED
Complementary color
Monochromatic Colors of #BEF6ED
Black with #BEF6ED
Text Example
Text Example
White with #BEF6ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF6ED; }
p { color: rgb(190,246,237); }
H1.HeaderClassName
{
color: #BEF6ED;
}
.AnyTagClassName
{
color: #BEF6ED;
}
</style>
background-color css
<style>
a { background-color: #BEF6ED; }
a { background-color: rgb(190,246,237); }
div.DivClassName
{
background-color: #BEF6ED;
}
.BgClassName
{
background-color: #BEF6ED;
}
</style>
border-color css
<style>
span { border-color: #BEF6ED; }
span { border-color: rgb(190,246,237); }
td.TdClassName
{
border-color: #BEF6ED;
}
.TagClassName
{
border-color: #BEF6ED;
}
</style>