Shades of Water Leaf #BFE4DC
Tints of Water Leaf #BFE4DC
RGB
CMYK
RGB Variations
Color information
#BFE4DC (or 0xBFE4DC) is known color: Water Leaf. HEX triplet: BF, E4 and DC. RGB value is (191,228,220). Sum of RGB (Red+Green+Blue) = 191+228+220=639 (84% of max value = 765). Red value is 191 (75% from 255 or 29.89% from 639); Green value is 228 (89.45% from 255 or 35.68% from 639); Blue value is 220 (86.33% from 255 or 34.43% from 639); Max value from RGB is 228 - color contains mainly: green. Hex color #BFE4DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFE4DC is #401B23. Grayscale: #D8D8D8. Windows color (decimal): -4201252 or 14476479. OLE color: 14476479.
HSL color Cylindrical-coordinate representation of color #BFE4DC: hue angle of 167.03º degrees, saturation: 0.41, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BFE4DC is Cyan = 0.16, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 191 | 228 | 220 | - |
| CMYK | 0.16 | 0 | 0.04 | 0.11 |
| HSL | 167.03º | 0.41% | 0.82% | - |
| HSV(B) | 167.03º | 0.16% | 0.89% | - |
| XYZ | 62.15 | 71.73 | 78.28 | - |
| YUV | 216.03 | 130.24 | 110.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 228 | 220 | 0.16 | 0 | 0.04 | 0.11 | 167.03 | 0.41 | 0.82 |
| Hex | BF | E4 | DC | 10 | 0 | 4 | B | A7 | 29 | 52 |
| Octal | 277 | 344 | 334 | 20 | 0 | 4 | 13 | 247 | 51 | 122 |
| Binary | 10111111 | 11100100 | 11011100 | 10000 | 0 | 100 | 1011 | 10100111 | 101001 | 1010010 |
Color Harmonies of #BFE4DC
Complementary color
Monochromatic Colors of #BFE4DC
Black with #BFE4DC
Text Example
Text Example
White with #BFE4DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE4DC; }
p { color: rgb(191,228,220); }
H1.HeaderClassName
{
color: #BFE4DC;
}
.AnyTagClassName
{
color: #BFE4DC;
}
</style>
background-color css
<style>
a { background-color: #BFE4DC; }
a { background-color: rgb(191,228,220); }
div.DivClassName
{
background-color: #BFE4DC;
}
.BgClassName
{
background-color: #BFE4DC;
}
</style>
border-color css
<style>
span { border-color: #BFE4DC; }
span { border-color: rgb(191,228,220); }
td.TdClassName
{
border-color: #BFE4DC;
}
.TagClassName
{
border-color: #BFE4DC;
}
</style>