Shades of Water Leaf #BFE6DE
Tints of Water Leaf #BFE6DE
RGB
CMYK
RGB Variations
Color information
#BFE6DE (or 0xBFE6DE) is known color: Water Leaf. HEX triplet: BF, E6 and DE. RGB value is (191,230,222). Sum of RGB (Red+Green+Blue) = 191+230+222=643 (85% of max value = 765). Red value is 191 (75% from 255 or 29.70% from 643); Green value is 230 (90.23% from 255 or 35.77% from 643); Blue value is 222 (87.11% from 255 or 34.53% from 643); Max value from RGB is 230 - color contains mainly: green. Hex color #BFE6DE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFE6DE is #401921. Grayscale: #D9D9D9. Windows color (decimal): -4200738 or 14608063. OLE color: 14608063.
HSL color Cylindrical-coordinate representation of color #BFE6DE: hue angle of 167.69º degrees, saturation: 0.44, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BFE6DE is Cyan = 0.17, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 191 | 230 | 222 | - |
| CMYK | 0.17 | 0 | 0.03 | 0.10 |
| HSL | 167.69º | 0.44% | 0.83% | - |
| HSV(B) | 167.69º | 0.17% | 0.9% | - |
| XYZ | 62.97 | 72.94 | 79.87 | - |
| YUV | 217.43 | 130.58 | 109.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 230 | 222 | 0.17 | 0 | 0.03 | 0.10 | 167.69 | 0.44 | 0.83 |
| Hex | BF | E6 | DE | 11 | 0 | 3 | A | A8 | 2C | 53 |
| Octal | 277 | 346 | 336 | 21 | 0 | 3 | 12 | 250 | 54 | 123 |
| Binary | 10111111 | 11100110 | 11011110 | 10001 | 0 | 11 | 1010 | 10101000 | 101100 | 1010011 |
Color Harmonies of #BFE6DE
Complementary color
Monochromatic Colors of #BFE6DE
Black with #BFE6DE
Text Example
Text Example
White with #BFE6DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE6DE; }
p { color: rgb(191,230,222); }
H1.HeaderClassName
{
color: #BFE6DE;
}
.AnyTagClassName
{
color: #BFE6DE;
}
</style>
background-color css
<style>
a { background-color: #BFE6DE; }
a { background-color: rgb(191,230,222); }
div.DivClassName
{
background-color: #BFE6DE;
}
.BgClassName
{
background-color: #BFE6DE;
}
</style>
border-color css
<style>
span { border-color: #BFE6DE; }
span { border-color: rgb(191,230,222); }
td.TdClassName
{
border-color: #BFE6DE;
}
.TagClassName
{
border-color: #BFE6DE;
}
</style>