Shades of Water Leaf #BFEEE2
Tints of Water Leaf #BFEEE2
RGB
CMYK
RGB Variations
Color information
#BFEEE2 (or 0xBFEEE2) is known color: Water Leaf. HEX triplet: BF, EE and E2. RGB value is (191,238,226). Sum of RGB (Red+Green+Blue) = 191+238+226=655 (86% of max value = 765). Red value is 191 (75% from 255 or 29.16% from 655); Green value is 238 (93.36% from 255 or 36.34% from 655); Blue value is 226 (88.67% from 255 or 34.50% from 655); Max value from RGB is 238 - color contains mainly: green. Hex color #BFEEE2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFEEE2 is #40111D. Grayscale: #DEDEDE. Windows color (decimal): -4198686 or 14872255. OLE color: 14872255.
HSL color Cylindrical-coordinate representation of color #BFEEE2: hue angle of 164.68º 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 #BFEEE2 is Cyan = 0.20, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 238 | 226 | - |
| CMYK | 0.20 | 0 | 0.05 | 0.07 |
| HSL | 164.68º | 0.58% | 0.84% | - |
| HSV(B) | 164.68º | 0.2% | 0.93% | - |
| XYZ | 65.79 | 77.72 | 83.48 | - |
| YUV | 222.58 | 129.93 | 105.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 238 | 226 | 0.20 | 0 | 0.05 | 0.07 | 164.68 | 0.58 | 0.84 |
| Hex | BF | EE | E2 | 14 | 0 | 5 | 7 | A5 | 3A | 54 |
| Octal | 277 | 356 | 342 | 24 | 0 | 5 | 7 | 245 | 72 | 124 |
| Binary | 10111111 | 11101110 | 11100010 | 10100 | 0 | 101 | 111 | 10100101 | 111010 | 1010100 |
Color Harmonies of #BFEEE2
Complementary color
Monochromatic Colors of #BFEEE2
Black with #BFEEE2
Text Example
Text Example
White with #BFEEE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFEEE2; }
p { color: rgb(191,238,226); }
H1.HeaderClassName
{
color: #BFEEE2;
}
.AnyTagClassName
{
color: #BFEEE2;
}
</style>
background-color css
<style>
a { background-color: #BFEEE2; }
a { background-color: rgb(191,238,226); }
div.DivClassName
{
background-color: #BFEEE2;
}
.BgClassName
{
background-color: #BFEEE2;
}
</style>
border-color css
<style>
span { border-color: #BFEEE2; }
span { border-color: rgb(191,238,226); }
td.TdClassName
{
border-color: #BFEEE2;
}
.TagClassName
{
border-color: #BFEEE2;
}
</style>