Shades of Water Leaf #BDFFEC
Tints of Water Leaf #BDFFEC
RGB
CMYK
RGB Variations
Color information
#BDFFEC (or 0xBDFFEC) is known color: Water Leaf. HEX triplet: BD, FF and EC. RGB value is (189,255,236). Sum of RGB (Red+Green+Blue) = 189+255+236=680 (90% of max value = 765). Red value is 189 (74.22% from 255 or 27.79% from 680); Green value is 255 (100% from 255 or 37.5% from 680); Blue value is 236 (92.58% from 255 or 34.71% from 680); Max value from RGB is 255 - color contains mainly: green. Hex color #BDFFEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDFFEC is #420013. Grayscale: #E9E9E9. Windows color (decimal): -4325396 or 15531965. OLE color: 15531965.
HSL color Cylindrical-coordinate representation of color #BDFFEC: hue angle of 162.73º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BDFFEC is Cyan = 0.26, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 189 | 255 | 236 | - |
| CMYK | 0.26 | 0 | 0.07 | 0 |
| HSL | 162.73º | 1% | 0.87% | - |
| HSV(B) | 162.73º | 0.26% | 1% | - |
| XYZ | 71.89 | 88.39 | 92.63 | - |
| YUV | 233.1 | 129.63 | 96.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 255 | 236 | 0.26 | 0 | 0.07 | 0 | 162.73 | 1 | 0.87 |
| Hex | BD | FF | EC | 1A | 0 | 7 | 0 | A3 | 64 | 57 |
| Octal | 275 | 377 | 354 | 32 | 0 | 7 | 0 | 243 | 144 | 127 |
| Binary | 10111101 | 11111111 | 11101100 | 11010 | 0 | 111 | 0 | 10100011 | 1100100 | 1010111 |
Color Harmonies of #BDFFEC
Complementary color
Monochromatic Colors of #BDFFEC
Black with #BDFFEC
Text Example
Text Example
White with #BDFFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFFEC; }
p { color: rgb(189,255,236); }
H1.HeaderClassName
{
color: #BDFFEC;
}
.AnyTagClassName
{
color: #BDFFEC;
}
</style>
background-color css
<style>
a { background-color: #BDFFEC; }
a { background-color: rgb(189,255,236); }
div.DivClassName
{
background-color: #BDFFEC;
}
.BgClassName
{
background-color: #BDFFEC;
}
</style>
border-color css
<style>
span { border-color: #BDFFEC; }
span { border-color: rgb(189,255,236); }
td.TdClassName
{
border-color: #BDFFEC;
}
.TagClassName
{
border-color: #BDFFEC;
}
</style>