Shades of Water Leaf #BDF3EA
Tints of Water Leaf #BDF3EA
RGB
CMYK
RGB Variations
Color information
#BDF3EA (or 0xBDF3EA) is known color: Water Leaf. HEX triplet: BD, F3 and EA. RGB value is (189,243,234). Sum of RGB (Red+Green+Blue) = 189+243+234=666 (88% of max value = 765). Red value is 189 (74.22% from 255 or 28.38% from 666); Green value is 243 (95.31% from 255 or 36.49% from 666); Blue value is 234 (91.80% from 255 or 35.14% from 666); Max value from RGB is 243 - color contains mainly: green. Hex color #BDF3EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDF3EA is #420C15. Grayscale: #E1E1E1. Windows color (decimal): -4328470 or 15397821. OLE color: 15397821.
HSL color Cylindrical-coordinate representation of color #BDF3EA: hue angle of 170º degrees, saturation: 0.69, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BDF3EA is Cyan = 0.22, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 243 | 234 | - |
| CMYK | 0.22 | 0 | 0.04 | 0.05 |
| HSL | 170º | 0.69% | 0.85% | - |
| HSV(B) | 170º | 0.22% | 0.95% | - |
| XYZ | 67.89 | 80.86 | 89.87 | - |
| YUV | 225.83 | 132.61 | 101.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 243 | 234 | 0.22 | 0 | 0.04 | 0.05 | 170 | 0.69 | 0.85 |
| Hex | BD | F3 | EA | 16 | 0 | 4 | 5 | AA | 45 | 55 |
| Octal | 275 | 363 | 352 | 26 | 0 | 4 | 5 | 252 | 105 | 125 |
| Binary | 10111101 | 11110011 | 11101010 | 10110 | 0 | 100 | 101 | 10101010 | 1000101 | 1010101 |
Color Harmonies of #BDF3EA
Complementary color
Monochromatic Colors of #BDF3EA
Black with #BDF3EA
Text Example
Text Example
White with #BDF3EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF3EA; }
p { color: rgb(189,243,234); }
H1.HeaderClassName
{
color: #BDF3EA;
}
.AnyTagClassName
{
color: #BDF3EA;
}
</style>
background-color css
<style>
a { background-color: #BDF3EA; }
a { background-color: rgb(189,243,234); }
div.DivClassName
{
background-color: #BDF3EA;
}
.BgClassName
{
background-color: #BDF3EA;
}
</style>
border-color css
<style>
span { border-color: #BDF3EA; }
span { border-color: rgb(189,243,234); }
td.TdClassName
{
border-color: #BDF3EA;
}
.TagClassName
{
border-color: #BDF3EA;
}
</style>