Shades of Water Leaf #BDF4EA
Tints of Water Leaf #BDF4EA
RGB
CMYK
RGB Variations
Color information
#BDF4EA (or 0xBDF4EA) is known color: Water Leaf. HEX triplet: BD, F4 and EA. RGB value is (189,244,234). Sum of RGB (Red+Green+Blue) = 189+244+234=667 (88% of max value = 765). Red value is 189 (74.22% from 255 or 28.34% from 667); Green value is 244 (95.70% from 255 or 36.58% from 667); Blue value is 234 (91.80% from 255 or 35.08% from 667); Max value from RGB is 244 - color contains mainly: green. Hex color #BDF4EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDF4EA is #420B15. Grayscale: #E2E2E2. Windows color (decimal): -4328214 or 15398077. OLE color: 15398077.
HSL color Cylindrical-coordinate representation of color #BDF4EA: hue angle of 169.09º degrees, saturation: 0.71, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BDF4EA is Cyan = 0.23, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 189 | 244 | 234 | - |
| CMYK | 0.23 | 0 | 0.04 | 0.04 |
| HSL | 169.09º | 0.71% | 0.85% | - |
| HSV(B) | 169.09º | 0.23% | 0.96% | - |
| XYZ | 68.19 | 81.46 | 89.97 | - |
| YUV | 226.42 | 132.28 | 101.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 244 | 234 | 0.23 | 0 | 0.04 | 0.04 | 169.09 | 0.71 | 0.85 |
| Hex | BD | F4 | EA | 17 | 0 | 4 | 4 | A9 | 47 | 55 |
| Octal | 275 | 364 | 352 | 27 | 0 | 4 | 4 | 251 | 107 | 125 |
| Binary | 10111101 | 11110100 | 11101010 | 10111 | 0 | 100 | 100 | 10101001 | 1000111 | 1010101 |
Color Harmonies of #BDF4EA
Complementary color
Monochromatic Colors of #BDF4EA
Black with #BDF4EA
Text Example
Text Example
White with #BDF4EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF4EA; }
p { color: rgb(189,244,234); }
H1.HeaderClassName
{
color: #BDF4EA;
}
.AnyTagClassName
{
color: #BDF4EA;
}
</style>
background-color css
<style>
a { background-color: #BDF4EA; }
a { background-color: rgb(189,244,234); }
div.DivClassName
{
background-color: #BDF4EA;
}
.BgClassName
{
background-color: #BDF4EA;
}
</style>
border-color css
<style>
span { border-color: #BDF4EA; }
span { border-color: rgb(189,244,234); }
td.TdClassName
{
border-color: #BDF4EA;
}
.TagClassName
{
border-color: #BDF4EA;
}
</style>