Shades of Water Leaf #BEF0E6
Tints of Water Leaf #BEF0E6
RGB
CMYK
RGB Variations
Color information
#BEF0E6 (or 0xBEF0E6) is known color: Water Leaf. HEX triplet: BE, F0 and E6. RGB value is (190,240,230). Sum of RGB (Red+Green+Blue) = 190+240+230=660 (87% of max value = 765). Red value is 190 (74.61% from 255 or 28.79% from 660); Green value is 240 (94.14% from 255 or 36.36% from 660); Blue value is 230 (90.23% from 255 or 34.85% from 660); Max value from RGB is 240 - color contains mainly: green. Hex color #BEF0E6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEF0E6 is #410F19. Grayscale: #DFDFDF. Windows color (decimal): -4263706 or 15134910. OLE color: 15134910.
HSL color Cylindrical-coordinate representation of color #BEF0E6: hue angle of 168º degrees, saturation: 0.62, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BEF0E6 is Cyan = 0.21, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 190 | 240 | 230 | - |
| CMYK | 0.21 | 0 | 0.04 | 0.06 |
| HSL | 168º | 0.63% | 0.84% | - |
| HSV(B) | 168º | 0.21% | 0.94% | - |
| XYZ | 66.68 | 78.98 | 86.59 | - |
| YUV | 223.91 | 131.44 | 103.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 240 | 230 | 0.21 | 0 | 0.04 | 0.06 | 168 | 0.63 | 0.84 |
| Hex | BE | F0 | E6 | 15 | 0 | 4 | 6 | A8 | 3E | 54 |
| Octal | 276 | 360 | 346 | 25 | 0 | 4 | 6 | 250 | 76 | 124 |
| Binary | 10111110 | 11110000 | 11100110 | 10101 | 0 | 100 | 110 | 10101000 | 111110 | 1010100 |
Color Harmonies of #BEF0E6
Complementary color
Monochromatic Colors of #BEF0E6
Black with #BEF0E6
Text Example
Text Example
White with #BEF0E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF0E6; }
p { color: rgb(190,240,230); }
H1.HeaderClassName
{
color: #BEF0E6;
}
.AnyTagClassName
{
color: #BEF0E6;
}
</style>
background-color css
<style>
a { background-color: #BEF0E6; }
a { background-color: rgb(190,240,230); }
div.DivClassName
{
background-color: #BEF0E6;
}
.BgClassName
{
background-color: #BEF0E6;
}
</style>
border-color css
<style>
span { border-color: #BEF0E6; }
span { border-color: rgb(190,240,230); }
td.TdClassName
{
border-color: #BEF0E6;
}
.TagClassName
{
border-color: #BEF0E6;
}
</style>