Shades of Water Leaf #BDFEEC
Tints of Water Leaf #BDFEEC
RGB
CMYK
RGB Variations
Color information
#BDFEEC (or 0xBDFEEC) is known color: Water Leaf. HEX triplet: BD, FE and EC. RGB value is (189,254,236). Sum of RGB (Red+Green+Blue) = 189+254+236=679 (89% of max value = 765). Red value is 189 (74.22% from 255 or 27.84% from 679); Green value is 254 (99.61% from 255 or 37.41% from 679); Blue value is 236 (92.58% from 255 or 34.76% from 679); Max value from RGB is 254 - color contains mainly: green. Hex color #BDFEEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDFEEC is #420113. Grayscale: #E8E8E8. Windows color (decimal): -4325652 or 15531709. OLE color: 15531709.
HSL color Cylindrical-coordinate representation of color #BDFEEC: hue angle of 163.38º 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 #BDFEEC is Cyan = 0.26, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 189 | 254 | 236 | - |
| CMYK | 0.26 | 0 | 0.07 | 0.00 |
| HSL | 163.38º | 0.97% | 0.87% | - |
| HSV(B) | 163.38º | 0.26% | 1% | - |
| XYZ | 71.57 | 87.76 | 92.52 | - |
| YUV | 232.51 | 129.97 | 96.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 254 | 236 | 0.26 | 0 | 0.07 | 0.00 | 163.38 | 0.97 | 0.87 |
| Hex | BD | FE | EC | 1A | 0 | 7 | 0 | A3 | 61 | 57 |
| Octal | 275 | 376 | 354 | 32 | 0 | 7 | 0 | 243 | 141 | 127 |
| Binary | 10111101 | 11111110 | 11101100 | 11010 | 0 | 111 | 0 | 10100011 | 1100001 | 1010111 |
Color Harmonies of #BDFEEC
Complementary color
Monochromatic Colors of #BDFEEC
Black with #BDFEEC
Text Example
Text Example
White with #BDFEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFEEC; }
p { color: rgb(189,254,236); }
H1.HeaderClassName
{
color: #BDFEEC;
}
.AnyTagClassName
{
color: #BDFEEC;
}
</style>
background-color css
<style>
a { background-color: #BDFEEC; }
a { background-color: rgb(189,254,236); }
div.DivClassName
{
background-color: #BDFEEC;
}
.BgClassName
{
background-color: #BDFEEC;
}
</style>
border-color css
<style>
span { border-color: #BDFEEC; }
span { border-color: rgb(189,254,236); }
td.TdClassName
{
border-color: #BDFEEC;
}
.TagClassName
{
border-color: #BDFEEC;
}
</style>