Shades of Water Leaf #BFEEE1
Tints of Water Leaf #BFEEE1
RGB
CMYK
RGB Variations
Color information
#BFEEE1 (or 0xBFEEE1) is known color: Water Leaf. HEX triplet: BF, EE and E1. RGB value is (191,238,225). Sum of RGB (Red+Green+Blue) = 191+238+225=654 (86% of max value = 765). Red value is 191 (75% from 255 or 29.20% from 654); Green value is 238 (93.36% from 255 or 36.39% from 654); Blue value is 225 (88.28% from 255 or 34.40% from 654); Max value from RGB is 238 - color contains mainly: green. Hex color #BFEEE1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFEEE1 is #40111E. Grayscale: #DEDEDE. Windows color (decimal): -4198687 or 14806719. OLE color: 14806719.
HSL color Cylindrical-coordinate representation of color #BFEEE1: hue angle of 163.4º degrees, saturation: 0.58, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BFEEE1 is Cyan = 0.20, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 238 | 225 | - |
| CMYK | 0.20 | 0 | 0.05 | 0.07 |
| HSL | 163.4º | 0.58% | 0.84% | - |
| HSV(B) | 163.4º | 0.2% | 0.93% | - |
| XYZ | 65.65 | 77.66 | 82.76 | - |
| YUV | 222.47 | 129.43 | 105.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 238 | 225 | 0.20 | 0 | 0.05 | 0.07 | 163.4 | 0.58 | 0.84 |
| Hex | BF | EE | E1 | 14 | 0 | 5 | 7 | A3 | 3A | 54 |
| Octal | 277 | 356 | 341 | 24 | 0 | 5 | 7 | 243 | 72 | 124 |
| Binary | 10111111 | 11101110 | 11100001 | 10100 | 0 | 101 | 111 | 10100011 | 111010 | 1010100 |
Color Harmonies of #BFEEE1
Complementary color
Monochromatic Colors of #BFEEE1
Black with #BFEEE1
Text Example
Text Example
White with #BFEEE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFEEE1; }
p { color: rgb(191,238,225); }
H1.HeaderClassName
{
color: #BFEEE1;
}
.AnyTagClassName
{
color: #BFEEE1;
}
</style>
background-color css
<style>
a { background-color: #BFEEE1; }
a { background-color: rgb(191,238,225); }
div.DivClassName
{
background-color: #BFEEE1;
}
.BgClassName
{
background-color: #BFEEE1;
}
</style>
border-color css
<style>
span { border-color: #BFEEE1; }
span { border-color: rgb(191,238,225); }
td.TdClassName
{
border-color: #BFEEE1;
}
.TagClassName
{
border-color: #BFEEE1;
}
</style>