Shades of Water Leaf #BFE5DC
Tints of Water Leaf #BFE5DC
RGB
CMYK
RGB Variations
Color information
#BFE5DC (or 0xBFE5DC) is known color: Water Leaf. HEX triplet: BF, E5 and DC. RGB value is (191,229,220). Sum of RGB (Red+Green+Blue) = 191+229+220=640 (84% of max value = 765). Red value is 191 (75% from 255 or 29.84% from 640); Green value is 229 (89.84% from 255 or 35.78% from 640); Blue value is 220 (86.33% from 255 or 34.38% from 640); Max value from RGB is 229 - color contains mainly: green. Hex color #BFE5DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFE5DC is #401A23. Grayscale: #D8D8D8. Windows color (decimal): -4200996 or 14476735. OLE color: 14476735.
HSL color Cylindrical-coordinate representation of color #BFE5DC: hue angle of 165.79º degrees, saturation: 0.42, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BFE5DC is Cyan = 0.17, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 191 | 229 | 220 | - |
| CMYK | 0.17 | 0 | 0.04 | 0.10 |
| HSL | 165.79º | 0.42% | 0.82% | - |
| HSV(B) | 165.79º | 0.17% | 0.9% | - |
| XYZ | 62.42 | 72.28 | 78.37 | - |
| YUV | 216.61 | 129.91 | 109.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 229 | 220 | 0.17 | 0 | 0.04 | 0.10 | 165.79 | 0.42 | 0.82 |
| Hex | BF | E5 | DC | 11 | 0 | 4 | A | A6 | 2A | 52 |
| Octal | 277 | 345 | 334 | 21 | 0 | 4 | 12 | 246 | 52 | 122 |
| Binary | 10111111 | 11100101 | 11011100 | 10001 | 0 | 100 | 1010 | 10100110 | 101010 | 1010010 |
Color Harmonies of #BFE5DC
Complementary color
Monochromatic Colors of #BFE5DC
Black with #BFE5DC
Text Example
Text Example
White with #BFE5DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE5DC; }
p { color: rgb(191,229,220); }
H1.HeaderClassName
{
color: #BFE5DC;
}
.AnyTagClassName
{
color: #BFE5DC;
}
</style>
background-color css
<style>
a { background-color: #BFE5DC; }
a { background-color: rgb(191,229,220); }
div.DivClassName
{
background-color: #BFE5DC;
}
.BgClassName
{
background-color: #BFE5DC;
}
</style>
border-color css
<style>
span { border-color: #BFE5DC; }
span { border-color: rgb(191,229,220); }
td.TdClassName
{
border-color: #BFE5DC;
}
.TagClassName
{
border-color: #BFE5DC;
}
</style>