Shades of Water Leaf #BFECE1
Tints of Water Leaf #BFECE1
RGB
CMYK
RGB Variations
Color information
#BFECE1 (or 0xBFECE1) is known color: Water Leaf. HEX triplet: BF, EC and E1. RGB value is (191,236,225). Sum of RGB (Red+Green+Blue) = 191+236+225=652 (86% of max value = 765). Red value is 191 (75% from 255 or 29.29% from 652); Green value is 236 (92.58% from 255 or 36.20% from 652); Blue value is 225 (88.28% from 255 or 34.51% from 652); Max value from RGB is 236 - color contains mainly: green. Hex color #BFECE1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFECE1 is #40131E. Grayscale: #DDDDDD. Windows color (decimal): -4199199 or 14806207. OLE color: 14806207.
HSL color Cylindrical-coordinate representation of color #BFECE1: hue angle of 165.33º 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 #BFECE1 is Cyan = 0.19, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 236 | 225 | - |
| CMYK | 0.19 | 0 | 0.05 | 0.07 |
| HSL | 165.33º | 0.54% | 0.84% | - |
| HSV(B) | 165.33º | 0.19% | 0.93% | - |
| XYZ | 65.07 | 76.5 | 82.57 | - |
| YUV | 221.29 | 130.09 | 106.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 236 | 225 | 0.19 | 0 | 0.05 | 0.07 | 165.33 | 0.54 | 0.84 |
| Hex | BF | EC | E1 | 13 | 0 | 5 | 7 | A5 | 36 | 54 |
| Octal | 277 | 354 | 341 | 23 | 0 | 5 | 7 | 245 | 66 | 124 |
| Binary | 10111111 | 11101100 | 11100001 | 10011 | 0 | 101 | 111 | 10100101 | 110110 | 1010100 |
Color Harmonies of #BFECE1
Complementary color
Monochromatic Colors of #BFECE1
Black with #BFECE1
Text Example
Text Example
White with #BFECE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFECE1; }
p { color: rgb(191,236,225); }
H1.HeaderClassName
{
color: #BFECE1;
}
.AnyTagClassName
{
color: #BFECE1;
}
</style>
background-color css
<style>
a { background-color: #BFECE1; }
a { background-color: rgb(191,236,225); }
div.DivClassName
{
background-color: #BFECE1;
}
.BgClassName
{
background-color: #BFECE1;
}
</style>
border-color css
<style>
span { border-color: #BFECE1; }
span { border-color: rgb(191,236,225); }
td.TdClassName
{
border-color: #BFECE1;
}
.TagClassName
{
border-color: #BFECE1;
}
</style>