Shades of Water Leaf #BEF1E8
Tints of Water Leaf #BEF1E8
RGB
CMYK
RGB Variations
Color information
#BEF1E8 (or 0xBEF1E8) is known color: Water Leaf. HEX triplet: BE, F1 and E8. RGB value is (190,241,232). Sum of RGB (Red+Green+Blue) = 190+241+232=663 (87% of max value = 765). Red value is 190 (74.61% from 255 or 28.66% from 663); Green value is 241 (94.53% from 255 or 36.35% from 663); Blue value is 232 (91.02% from 255 or 34.99% from 663); Max value from RGB is 241 - color contains mainly: green. Hex color #BEF1E8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEF1E8 is #410E17. Grayscale: #E0E0E0. Windows color (decimal): -4263448 or 15266238. OLE color: 15266238.
HSL color Cylindrical-coordinate representation of color #BEF1E8: hue angle of 169.41º degrees, saturation: 0.65, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BEF1E8 is Cyan = 0.21, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 190 | 241 | 232 | - |
| CMYK | 0.21 | 0 | 0.04 | 0.05 |
| HSL | 169.41º | 0.65% | 0.85% | - |
| HSV(B) | 169.41º | 0.21% | 0.95% | - |
| XYZ | 67.26 | 79.68 | 88.18 | - |
| YUV | 224.73 | 132.1 | 103.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 241 | 232 | 0.21 | 0 | 0.04 | 0.05 | 169.41 | 0.65 | 0.85 |
| Hex | BE | F1 | E8 | 15 | 0 | 4 | 5 | A9 | 41 | 55 |
| Octal | 276 | 361 | 350 | 25 | 0 | 4 | 5 | 251 | 101 | 125 |
| Binary | 10111110 | 11110001 | 11101000 | 10101 | 0 | 100 | 101 | 10101001 | 1000001 | 1010101 |
Color Harmonies of #BEF1E8
Complementary color
Monochromatic Colors of #BEF1E8
Black with #BEF1E8
Text Example
Text Example
White with #BEF1E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF1E8; }
p { color: rgb(190,241,232); }
H1.HeaderClassName
{
color: #BEF1E8;
}
.AnyTagClassName
{
color: #BEF1E8;
}
</style>
background-color css
<style>
a { background-color: #BEF1E8; }
a { background-color: rgb(190,241,232); }
div.DivClassName
{
background-color: #BEF1E8;
}
.BgClassName
{
background-color: #BEF1E8;
}
</style>
border-color css
<style>
span { border-color: #BEF1E8; }
span { border-color: rgb(190,241,232); }
td.TdClassName
{
border-color: #BEF1E8;
}
.TagClassName
{
border-color: #BEF1E8;
}
</style>