Shades of Water Leaf #BFEEE5
Tints of Water Leaf #BFEEE5
RGB
CMYK
RGB Variations
Color information
#BFEEE5 (or 0xBFEEE5) is known color: Water Leaf. HEX triplet: BF, EE and E5. RGB value is (191,238,229). Sum of RGB (Red+Green+Blue) = 191+238+229=658 (87% of max value = 765). Red value is 191 (75% from 255 or 29.03% from 658); Green value is 238 (93.36% from 255 or 36.17% from 658); Blue value is 229 (89.84% from 255 or 34.80% from 658); Max value from RGB is 238 - color contains mainly: green. Hex color #BFEEE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFEEE5 is #40111A. Grayscale: #DEDEDE. Windows color (decimal): -4198683 or 15068863. OLE color: 15068863.
HSL color Cylindrical-coordinate representation of color #BFEEE5: hue angle of 168.51º 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 #BFEEE5 is Cyan = 0.20, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 238 | 229 | - |
| CMYK | 0.20 | 0 | 0.04 | 0.07 |
| HSL | 168.51º | 0.58% | 0.84% | - |
| HSV(B) | 168.51º | 0.2% | 0.93% | - |
| XYZ | 66.2 | 77.88 | 85.67 | - |
| YUV | 222.92 | 131.43 | 105.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 238 | 229 | 0.20 | 0 | 0.04 | 0.07 | 168.51 | 0.58 | 0.84 |
| Hex | BF | EE | E5 | 14 | 0 | 4 | 7 | A9 | 3A | 54 |
| Octal | 277 | 356 | 345 | 24 | 0 | 4 | 7 | 251 | 72 | 124 |
| Binary | 10111111 | 11101110 | 11100101 | 10100 | 0 | 100 | 111 | 10101001 | 111010 | 1010100 |
Color Harmonies of #BFEEE5
Complementary color
Monochromatic Colors of #BFEEE5
Black with #BFEEE5
Text Example
Text Example
White with #BFEEE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFEEE5; }
p { color: rgb(191,238,229); }
H1.HeaderClassName
{
color: #BFEEE5;
}
.AnyTagClassName
{
color: #BFEEE5;
}
</style>
background-color css
<style>
a { background-color: #BFEEE5; }
a { background-color: rgb(191,238,229); }
div.DivClassName
{
background-color: #BFEEE5;
}
.BgClassName
{
background-color: #BFEEE5;
}
</style>
border-color css
<style>
span { border-color: #BFEEE5; }
span { border-color: rgb(191,238,229); }
td.TdClassName
{
border-color: #BFEEE5;
}
.TagClassName
{
border-color: #BFEEE5;
}
</style>