Shades of Water Leaf #BEFAE9
Tints of Water Leaf #BEFAE9
RGB
CMYK
RGB Variations
Color information
#BEFAE9 (or 0xBEFAE9) is known color: Water Leaf. HEX triplet: BE, FA and E9. RGB value is (190,250,233). Sum of RGB (Red+Green+Blue) = 190+250+233=673 (89% of max value = 765). Red value is 190 (74.61% from 255 or 28.23% from 673); Green value is 250 (98.05% from 255 or 37.15% from 673); Blue value is 233 (91.41% from 255 or 34.62% from 673); Max value from RGB is 250 - color contains mainly: green. Hex color #BEFAE9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEFAE9 is #410516. Grayscale: #E6E6E6. Windows color (decimal): -4261143 or 15334078. OLE color: 15334078.
HSL color Cylindrical-coordinate representation of color #BEFAE9: hue angle of 163º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BEFAE9 is Cyan = 0.24, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 190 | 250 | 233 | - |
| CMYK | 0.24 | 0 | 0.07 | 0.02 |
| HSL | 163º | 0.86% | 0.86% | - |
| HSV(B) | 163º | 0.24% | 0.98% | - |
| XYZ | 70.13 | 85.2 | 89.84 | - |
| YUV | 230.12 | 129.62 | 99.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 250 | 233 | 0.24 | 0 | 0.07 | 0.02 | 163 | 0.86 | 0.86 |
| Hex | BE | FA | E9 | 18 | 0 | 7 | 2 | A3 | 56 | 56 |
| Octal | 276 | 372 | 351 | 30 | 0 | 7 | 2 | 243 | 126 | 126 |
| Binary | 10111110 | 11111010 | 11101001 | 11000 | 0 | 111 | 10 | 10100011 | 1010110 | 1010110 |
Color Harmonies of #BEFAE9
Complementary color
Monochromatic Colors of #BEFAE9
Black with #BEFAE9
Text Example
Text Example
White with #BEFAE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEFAE9; }
p { color: rgb(190,250,233); }
H1.HeaderClassName
{
color: #BEFAE9;
}
.AnyTagClassName
{
color: #BEFAE9;
}
</style>
background-color css
<style>
a { background-color: #BEFAE9; }
a { background-color: rgb(190,250,233); }
div.DivClassName
{
background-color: #BEFAE9;
}
.BgClassName
{
background-color: #BEFAE9;
}
</style>
border-color css
<style>
span { border-color: #BEFAE9; }
span { border-color: rgb(190,250,233); }
td.TdClassName
{
border-color: #BEFAE9;
}
.TagClassName
{
border-color: #BEFAE9;
}
</style>