Shades of Water Leaf #BFE5DB
Tints of Water Leaf #BFE5DB
RGB
CMYK
RGB Variations
Color information
#BFE5DB (or 0xBFE5DB) is known color: Water Leaf. HEX triplet: BF, E5 and DB. RGB value is (191,229,219). Sum of RGB (Red+Green+Blue) = 191+229+219=639 (84% of max value = 765). Red value is 191 (75% from 255 or 29.89% from 639); Green value is 229 (89.84% from 255 or 35.84% from 639); Blue value is 219 (85.94% from 255 or 34.27% from 639); Max value from RGB is 229 - color contains mainly: green. Hex color #BFE5DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFE5DB is #401A24. Grayscale: #D8D8D8. Windows color (decimal): -4200997 or 14411199. OLE color: 14411199.
HSL color Cylindrical-coordinate representation of color #BFE5DB: hue angle of 164.21º 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 #BFE5DB is Cyan = 0.17, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 191 | 229 | 219 | - |
| CMYK | 0.17 | 0 | 0.04 | 0.10 |
| HSL | 164.21º | 0.42% | 0.82% | - |
| HSV(B) | 164.21º | 0.17% | 0.9% | - |
| XYZ | 62.29 | 72.23 | 77.68 | - |
| YUV | 216.5 | 129.41 | 109.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 229 | 219 | 0.17 | 0 | 0.04 | 0.10 | 164.21 | 0.42 | 0.82 |
| Hex | BF | E5 | DB | 11 | 0 | 4 | A | A4 | 2A | 52 |
| Octal | 277 | 345 | 333 | 21 | 0 | 4 | 12 | 244 | 52 | 122 |
| Binary | 10111111 | 11100101 | 11011011 | 10001 | 0 | 100 | 1010 | 10100100 | 101010 | 1010010 |
Color Harmonies of #BFE5DB
Complementary color
Monochromatic Colors of #BFE5DB
Black with #BFE5DB
Text Example
Text Example
White with #BFE5DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE5DB; }
p { color: rgb(191,229,219); }
H1.HeaderClassName
{
color: #BFE5DB;
}
.AnyTagClassName
{
color: #BFE5DB;
}
</style>
background-color css
<style>
a { background-color: #BFE5DB; }
a { background-color: rgb(191,229,219); }
div.DivClassName
{
background-color: #BFE5DB;
}
.BgClassName
{
background-color: #BFE5DB;
}
</style>
border-color css
<style>
span { border-color: #BFE5DB; }
span { border-color: rgb(191,229,219); }
td.TdClassName
{
border-color: #BFE5DB;
}
.TagClassName
{
border-color: #BFE5DB;
}
</style>