Shades of Water Leaf #BEFBE8
Tints of Water Leaf #BEFBE8
RGB
CMYK
RGB Variations
Color information
#BEFBE8 (or 0xBEFBE8) is known color: Water Leaf. HEX triplet: BE, FB and E8. RGB value is (190,251,232). Sum of RGB (Red+Green+Blue) = 190+251+232=673 (89% of max value = 765). Red value is 190 (74.61% from 255 or 28.23% from 673); Green value is 251 (98.44% from 255 or 37.30% from 673); Blue value is 232 (91.02% from 255 or 34.47% from 673); Max value from RGB is 251 - color contains mainly: green. Hex color #BEFBE8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEFBE8 is #410417. Grayscale: #E6E6E6. Windows color (decimal): -4260888 or 15268798. OLE color: 15268798.
HSL color Cylindrical-coordinate representation of color #BEFBE8: hue angle of 161.31º degrees, saturation: 0.88, 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 #BEFBE8 is Cyan = 0.24, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 190 | 251 | 232 | - |
| CMYK | 0.24 | 0 | 0.08 | 0.02 |
| HSL | 161.31º | 0.88% | 0.86% | - |
| HSV(B) | 161.31º | 0.24% | 0.98% | - |
| XYZ | 70.3 | 85.77 | 89.19 | - |
| YUV | 230.6 | 128.79 | 99.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 251 | 232 | 0.24 | 0 | 0.08 | 0.02 | 161.31 | 0.88 | 0.86 |
| Hex | BE | FB | E8 | 18 | 0 | 8 | 2 | A1 | 58 | 56 |
| Octal | 276 | 373 | 350 | 30 | 0 | 10 | 2 | 241 | 130 | 126 |
| Binary | 10111110 | 11111011 | 11101000 | 11000 | 0 | 1000 | 10 | 10100001 | 1011000 | 1010110 |
Color Harmonies of #BEFBE8
Complementary color
Monochromatic Colors of #BEFBE8
Black with #BEFBE8
Text Example
Text Example
White with #BEFBE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEFBE8; }
p { color: rgb(190,251,232); }
H1.HeaderClassName
{
color: #BEFBE8;
}
.AnyTagClassName
{
color: #BEFBE8;
}
</style>
background-color css
<style>
a { background-color: #BEFBE8; }
a { background-color: rgb(190,251,232); }
div.DivClassName
{
background-color: #BEFBE8;
}
.BgClassName
{
background-color: #BEFBE8;
}
</style>
border-color css
<style>
span { border-color: #BEFBE8; }
span { border-color: rgb(190,251,232); }
td.TdClassName
{
border-color: #BEFBE8;
}
.TagClassName
{
border-color: #BEFBE8;
}
</style>