Shades of Water Leaf #BEFAE8
Tints of Water Leaf #BEFAE8
RGB
CMYK
RGB Variations
Color information
#BEFAE8 (or 0xBEFAE8) is known color: Water Leaf. HEX triplet: BE, FA and E8. RGB value is (190,250,232). Sum of RGB (Red+Green+Blue) = 190+250+232=672 (89% of max value = 765). Red value is 190 (74.61% from 255 or 28.27% from 672); Green value is 250 (98.05% from 255 or 37.20% from 672); Blue value is 232 (91.02% from 255 or 34.52% from 672); Max value from RGB is 250 - color contains mainly: green. Hex color #BEFAE8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEFAE8 is #410517. Grayscale: #E6E6E6. Windows color (decimal): -4261144 or 15268542. OLE color: 15268542.
HSL color Cylindrical-coordinate representation of color #BEFAE8: hue angle of 162º 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 #BEFAE8 is Cyan = 0.24, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 190 | 250 | 232 | - |
| CMYK | 0.24 | 0 | 0.07 | 0.02 |
| HSL | 162º | 0.86% | 0.86% | - |
| HSV(B) | 162º | 0.24% | 0.98% | - |
| XYZ | 69.99 | 85.14 | 89.09 | - |
| YUV | 230.01 | 129.12 | 99.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 250 | 232 | 0.24 | 0 | 0.07 | 0.02 | 162 | 0.86 | 0.86 |
| Hex | BE | FA | E8 | 18 | 0 | 7 | 2 | A2 | 56 | 56 |
| Octal | 276 | 372 | 350 | 30 | 0 | 7 | 2 | 242 | 126 | 126 |
| Binary | 10111110 | 11111010 | 11101000 | 11000 | 0 | 111 | 10 | 10100010 | 1010110 | 1010110 |
Color Harmonies of #BEFAE8
Complementary color
Monochromatic Colors of #BEFAE8
Black with #BEFAE8
Text Example
Text Example
White with #BEFAE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEFAE8; }
p { color: rgb(190,250,232); }
H1.HeaderClassName
{
color: #BEFAE8;
}
.AnyTagClassName
{
color: #BEFAE8;
}
</style>
background-color css
<style>
a { background-color: #BEFAE8; }
a { background-color: rgb(190,250,232); }
div.DivClassName
{
background-color: #BEFAE8;
}
.BgClassName
{
background-color: #BEFAE8;
}
</style>
border-color css
<style>
span { border-color: #BEFAE8; }
span { border-color: rgb(190,250,232); }
td.TdClassName
{
border-color: #BEFAE8;
}
.TagClassName
{
border-color: #BEFAE8;
}
</style>