Shades of Water Leaf #BEF6E6
Tints of Water Leaf #BEF6E6
RGB
CMYK
RGB Variations
Color information
#BEF6E6 (or 0xBEF6E6) is known color: Water Leaf. HEX triplet: BE, F6 and E6. RGB value is (190,246,230). Sum of RGB (Red+Green+Blue) = 190+246+230=666 (88% of max value = 765). Red value is 190 (74.61% from 255 or 28.53% from 666); Green value is 246 (96.48% from 255 or 36.94% from 666); Blue value is 230 (90.23% from 255 or 34.53% from 666); Max value from RGB is 246 - color contains mainly: green. Hex color #BEF6E6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEF6E6 is #410919. Grayscale: #E3E3E3. Windows color (decimal): -4262170 or 15136446. OLE color: 15136446.
HSL color Cylindrical-coordinate representation of color #BEF6E6: hue angle of 162.86º 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 #BEF6E6 is Cyan = 0.23, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 190 | 246 | 230 | - |
| CMYK | 0.23 | 0 | 0.07 | 0.04 |
| HSL | 162.86º | 0.76% | 0.85% | - |
| HSV(B) | 162.86º | 0.23% | 0.96% | - |
| XYZ | 68.47 | 82.57 | 87.19 | - |
| YUV | 227.43 | 129.45 | 101.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 246 | 230 | 0.23 | 0 | 0.07 | 0.04 | 162.86 | 0.76 | 0.85 |
| Hex | BE | F6 | E6 | 17 | 0 | 7 | 4 | A3 | 4C | 55 |
| Octal | 276 | 366 | 346 | 27 | 0 | 7 | 4 | 243 | 114 | 125 |
| Binary | 10111110 | 11110110 | 11100110 | 10111 | 0 | 111 | 100 | 10100011 | 1001100 | 1010101 |
Color Harmonies of #BEF6E6
Complementary color
Monochromatic Colors of #BEF6E6
Black with #BEF6E6
Text Example
Text Example
White with #BEF6E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF6E6; }
p { color: rgb(190,246,230); }
H1.HeaderClassName
{
color: #BEF6E6;
}
.AnyTagClassName
{
color: #BEF6E6;
}
</style>
background-color css
<style>
a { background-color: #BEF6E6; }
a { background-color: rgb(190,246,230); }
div.DivClassName
{
background-color: #BEF6E6;
}
.BgClassName
{
background-color: #BEF6E6;
}
</style>
border-color css
<style>
span { border-color: #BEF6E6; }
span { border-color: rgb(190,246,230); }
td.TdClassName
{
border-color: #BEF6E6;
}
.TagClassName
{
border-color: #BEF6E6;
}
</style>