Shades of Water Leaf #BFECE0
Tints of Water Leaf #BFECE0
RGB
CMYK
RGB Variations
Color information
#BFECE0 (or 0xBFECE0) is known color: Water Leaf. HEX triplet: BF, EC and E0. RGB value is (191,236,224). Sum of RGB (Red+Green+Blue) = 191+236+224=651 (86% of max value = 765). Red value is 191 (75% from 255 or 29.34% from 651); Green value is 236 (92.58% from 255 or 36.25% from 651); Blue value is 224 (87.89% from 255 or 34.41% from 651); Max value from RGB is 236 - color contains mainly: green. Hex color #BFECE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFECE0 is #40131F. Grayscale: #DDDDDD. Windows color (decimal): -4199200 or 14740671. OLE color: 14740671.
HSL color Cylindrical-coordinate representation of color #BFECE0: hue angle of 164º degrees, saturation: 0.54, 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 #BFECE0 is Cyan = 0.19, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 236 | 224 | - |
| CMYK | 0.19 | 0 | 0.05 | 0.07 |
| HSL | 164º | 0.54% | 0.84% | - |
| HSV(B) | 164º | 0.19% | 0.93% | - |
| XYZ | 64.94 | 76.45 | 81.85 | - |
| YUV | 221.18 | 129.59 | 106.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 236 | 224 | 0.19 | 0 | 0.05 | 0.07 | 164 | 0.54 | 0.84 |
| Hex | BF | EC | E0 | 13 | 0 | 5 | 7 | A4 | 36 | 54 |
| Octal | 277 | 354 | 340 | 23 | 0 | 5 | 7 | 244 | 66 | 124 |
| Binary | 10111111 | 11101100 | 11100000 | 10011 | 0 | 101 | 111 | 10100100 | 110110 | 1010100 |
Color Harmonies of #BFECE0
Complementary color
Monochromatic Colors of #BFECE0
Black with #BFECE0
Text Example
Text Example
White with #BFECE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFECE0; }
p { color: rgb(191,236,224); }
H1.HeaderClassName
{
color: #BFECE0;
}
.AnyTagClassName
{
color: #BFECE0;
}
</style>
background-color css
<style>
a { background-color: #BFECE0; }
a { background-color: rgb(191,236,224); }
div.DivClassName
{
background-color: #BFECE0;
}
.BgClassName
{
background-color: #BFECE0;
}
</style>
border-color css
<style>
span { border-color: #BFECE0; }
span { border-color: rgb(191,236,224); }
td.TdClassName
{
border-color: #BFECE0;
}
.TagClassName
{
border-color: #BFECE0;
}
</style>