Shades of Water Leaf #BDFEEA
Tints of Water Leaf #BDFEEA
RGB
CMYK
RGB Variations
Color information
#BDFEEA (or 0xBDFEEA) is known color: Water Leaf. HEX triplet: BD, FE and EA. RGB value is (189,254,234). Sum of RGB (Red+Green+Blue) = 189+254+234=677 (89% of max value = 765). Red value is 189 (74.22% from 255 or 27.92% from 677); Green value is 254 (99.61% from 255 or 37.52% from 677); Blue value is 234 (91.80% from 255 or 34.56% from 677); Max value from RGB is 254 - color contains mainly: green. Hex color #BDFEEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDFEEA is #420115. Grayscale: #E8E8E8. Windows color (decimal): -4325654 or 15400637. OLE color: 15400637.
HSL color Cylindrical-coordinate representation of color #BDFEEA: hue angle of 161.54º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BDFEEA is Cyan = 0.26, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 189 | 254 | 234 | - |
| CMYK | 0.26 | 0 | 0.08 | 0.00 |
| HSL | 161.54º | 0.97% | 0.87% | - |
| HSV(B) | 161.54º | 0.26% | 1% | - |
| XYZ | 71.28 | 87.64 | 91 | - |
| YUV | 232.29 | 128.97 | 97.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 254 | 234 | 0.26 | 0 | 0.08 | 0.00 | 161.54 | 0.97 | 0.87 |
| Hex | BD | FE | EA | 1A | 0 | 8 | 0 | A2 | 61 | 57 |
| Octal | 275 | 376 | 352 | 32 | 0 | 10 | 0 | 242 | 141 | 127 |
| Binary | 10111101 | 11111110 | 11101010 | 11010 | 0 | 1000 | 0 | 10100010 | 1100001 | 1010111 |
Color Harmonies of #BDFEEA
Complementary color
Monochromatic Colors of #BDFEEA
Black with #BDFEEA
Text Example
Text Example
White with #BDFEEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFEEA; }
p { color: rgb(189,254,234); }
H1.HeaderClassName
{
color: #BDFEEA;
}
.AnyTagClassName
{
color: #BDFEEA;
}
</style>
background-color css
<style>
a { background-color: #BDFEEA; }
a { background-color: rgb(189,254,234); }
div.DivClassName
{
background-color: #BDFEEA;
}
.BgClassName
{
background-color: #BDFEEA;
}
</style>
border-color css
<style>
span { border-color: #BDFEEA; }
span { border-color: rgb(189,254,234); }
td.TdClassName
{
border-color: #BDFEEA;
}
.TagClassName
{
border-color: #BDFEEA;
}
</style>