Shades of Water Leaf #BFEEE4
Tints of Water Leaf #BFEEE4
RGB
CMYK
RGB Variations
Color information
#BFEEE4 (or 0xBFEEE4) is known color: Water Leaf. HEX triplet: BF, EE and E4. RGB value is (191,238,228). Sum of RGB (Red+Green+Blue) = 191+238+228=657 (87% of max value = 765). Red value is 191 (75% from 255 or 29.07% from 657); Green value is 238 (93.36% from 255 or 36.23% from 657); Blue value is 228 (89.45% from 255 or 34.70% from 657); Max value from RGB is 238 - color contains mainly: green. Hex color #BFEEE4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFEEE4 is #40111B. Grayscale: #DEDEDE. Windows color (decimal): -4198684 or 15003327. OLE color: 15003327.
HSL color Cylindrical-coordinate representation of color #BFEEE4: hue angle of 167.23º 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 #BFEEE4 is Cyan = 0.20, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 238 | 228 | - |
| CMYK | 0.20 | 0 | 0.04 | 0.07 |
| HSL | 167.23º | 0.58% | 0.84% | - |
| HSV(B) | 167.23º | 0.2% | 0.93% | - |
| XYZ | 66.06 | 77.83 | 84.94 | - |
| YUV | 222.81 | 130.93 | 105.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 238 | 228 | 0.20 | 0 | 0.04 | 0.07 | 167.23 | 0.58 | 0.84 |
| Hex | BF | EE | E4 | 14 | 0 | 4 | 7 | A7 | 3A | 54 |
| Octal | 277 | 356 | 344 | 24 | 0 | 4 | 7 | 247 | 72 | 124 |
| Binary | 10111111 | 11101110 | 11100100 | 10100 | 0 | 100 | 111 | 10100111 | 111010 | 1010100 |
Color Harmonies of #BFEEE4
Complementary color
Monochromatic Colors of #BFEEE4
Black with #BFEEE4
Text Example
Text Example
White with #BFEEE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFEEE4; }
p { color: rgb(191,238,228); }
H1.HeaderClassName
{
color: #BFEEE4;
}
.AnyTagClassName
{
color: #BFEEE4;
}
</style>
background-color css
<style>
a { background-color: #BFEEE4; }
a { background-color: rgb(191,238,228); }
div.DivClassName
{
background-color: #BFEEE4;
}
.BgClassName
{
background-color: #BFEEE4;
}
</style>
border-color css
<style>
span { border-color: #BFEEE4; }
span { border-color: rgb(191,238,228); }
td.TdClassName
{
border-color: #BFEEE4;
}
.TagClassName
{
border-color: #BFEEE4;
}
</style>