Shades of Water Leaf #BFE5DD
Tints of Water Leaf #BFE5DD
RGB
CMYK
RGB Variations
Color information
#BFE5DD (or 0xBFE5DD) is known color: Water Leaf. HEX triplet: BF, E5 and DD. RGB value is (191,229,221). Sum of RGB (Red+Green+Blue) = 191+229+221=641 (84% of max value = 765). Red value is 191 (75% from 255 or 29.80% from 641); Green value is 229 (89.84% from 255 or 35.73% from 641); Blue value is 221 (86.72% from 255 or 34.48% from 641); Max value from RGB is 229 - color contains mainly: green. Hex color #BFE5DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFE5DD is #401A22. Grayscale: #D8D8D8. Windows color (decimal): -4200995 or 14542271. OLE color: 14542271.
HSL color Cylindrical-coordinate representation of color #BFE5DD: hue angle of 167.37º 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 #BFE5DD is Cyan = 0.17, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 191 | 229 | 221 | - |
| CMYK | 0.17 | 0 | 0.03 | 0.10 |
| HSL | 167.37º | 0.42% | 0.82% | - |
| HSV(B) | 167.37º | 0.17% | 0.9% | - |
| XYZ | 62.56 | 72.34 | 79.07 | - |
| YUV | 216.73 | 130.41 | 109.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 229 | 221 | 0.17 | 0 | 0.03 | 0.10 | 167.37 | 0.42 | 0.82 |
| Hex | BF | E5 | DD | 11 | 0 | 3 | A | A7 | 2A | 52 |
| Octal | 277 | 345 | 335 | 21 | 0 | 3 | 12 | 247 | 52 | 122 |
| Binary | 10111111 | 11100101 | 11011101 | 10001 | 0 | 11 | 1010 | 10100111 | 101010 | 1010010 |
Color Harmonies of #BFE5DD
Complementary color
Monochromatic Colors of #BFE5DD
Black with #BFE5DD
Text Example
Text Example
White with #BFE5DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE5DD; }
p { color: rgb(191,229,221); }
H1.HeaderClassName
{
color: #BFE5DD;
}
.AnyTagClassName
{
color: #BFE5DD;
}
</style>
background-color css
<style>
a { background-color: #BFE5DD; }
a { background-color: rgb(191,229,221); }
div.DivClassName
{
background-color: #BFE5DD;
}
.BgClassName
{
background-color: #BFE5DD;
}
</style>
border-color css
<style>
span { border-color: #BFE5DD; }
span { border-color: rgb(191,229,221); }
td.TdClassName
{
border-color: #BFE5DD;
}
.TagClassName
{
border-color: #BFE5DD;
}
</style>