Shades of Water Leaf #BFEDE4
Tints of Water Leaf #BFEDE4
RGB
CMYK
RGB Variations
Color information
#BFEDE4 (or 0xBFEDE4) is known color: Water Leaf. HEX triplet: BF, ED and E4. RGB value is (191,237,228). Sum of RGB (Red+Green+Blue) = 191+237+228=656 (86% of max value = 765). Red value is 191 (75% from 255 or 29.12% from 656); Green value is 237 (92.97% from 255 or 36.13% from 656); Blue value is 228 (89.45% from 255 or 34.76% from 656); Max value from RGB is 237 - color contains mainly: green. Hex color #BFEDE4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFEDE4 is #40121B. Grayscale: #DEDEDE. Windows color (decimal): -4198940 or 15003071. OLE color: 15003071.
HSL color Cylindrical-coordinate representation of color #BFEDE4: hue angle of 168.26º degrees, saturation: 0.56, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BFEDE4 is Cyan = 0.19, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 237 | 228 | - |
| CMYK | 0.19 | 0 | 0.04 | 0.07 |
| HSL | 168.26º | 0.56% | 0.84% | - |
| HSV(B) | 168.26º | 0.19% | 0.93% | - |
| XYZ | 65.77 | 77.25 | 84.84 | - |
| YUV | 222.22 | 131.26 | 105.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 237 | 228 | 0.19 | 0 | 0.04 | 0.07 | 168.26 | 0.56 | 0.84 |
| Hex | BF | ED | E4 | 13 | 0 | 4 | 7 | A8 | 38 | 54 |
| Octal | 277 | 355 | 344 | 23 | 0 | 4 | 7 | 250 | 70 | 124 |
| Binary | 10111111 | 11101101 | 11100100 | 10011 | 0 | 100 | 111 | 10101000 | 111000 | 1010100 |
Color Harmonies of #BFEDE4
Complementary color
Monochromatic Colors of #BFEDE4
Black with #BFEDE4
Text Example
Text Example
White with #BFEDE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFEDE4; }
p { color: rgb(191,237,228); }
H1.HeaderClassName
{
color: #BFEDE4;
}
.AnyTagClassName
{
color: #BFEDE4;
}
</style>
background-color css
<style>
a { background-color: #BFEDE4; }
a { background-color: rgb(191,237,228); }
div.DivClassName
{
background-color: #BFEDE4;
}
.BgClassName
{
background-color: #BFEDE4;
}
</style>
border-color css
<style>
span { border-color: #BFEDE4; }
span { border-color: rgb(191,237,228); }
td.TdClassName
{
border-color: #BFEDE4;
}
.TagClassName
{
border-color: #BFEDE4;
}
</style>