Shades of Water Leaf #BDFCEC
Tints of Water Leaf #BDFCEC
RGB
CMYK
RGB Variations
Color information
#BDFCEC (or 0xBDFCEC) is known color: Water Leaf. HEX triplet: BD, FC and EC. RGB value is (189,252,236). Sum of RGB (Red+Green+Blue) = 189+252+236=677 (89% of max value = 765). Red value is 189 (74.22% from 255 or 27.92% from 677); Green value is 252 (98.83% from 255 or 37.22% from 677); Blue value is 236 (92.58% from 255 or 34.86% from 677); Max value from RGB is 252 - color contains mainly: green. Hex color #BDFCEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDFCEC is #420313. Grayscale: #E7E7E7. Windows color (decimal): -4326164 or 15531197. OLE color: 15531197.
HSL color Cylindrical-coordinate representation of color #BDFCEC: hue angle of 164.76º degrees, saturation: 0.91, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BDFCEC is Cyan = 0.25, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 189 | 252 | 236 | - |
| CMYK | 0.25 | 0 | 0.06 | 0.01 |
| HSL | 164.76º | 0.91% | 0.86% | - |
| HSV(B) | 164.76º | 0.25% | 0.99% | - |
| XYZ | 70.94 | 86.5 | 92.31 | - |
| YUV | 231.34 | 130.63 | 97.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 252 | 236 | 0.25 | 0 | 0.06 | 0.01 | 164.76 | 0.91 | 0.86 |
| Hex | BD | FC | EC | 19 | 0 | 6 | 1 | A5 | 5B | 56 |
| Octal | 275 | 374 | 354 | 31 | 0 | 6 | 1 | 245 | 133 | 126 |
| Binary | 10111101 | 11111100 | 11101100 | 11001 | 0 | 110 | 1 | 10100101 | 1011011 | 1010110 |
Color Harmonies of #BDFCEC
Complementary color
Monochromatic Colors of #BDFCEC
Black with #BDFCEC
Text Example
Text Example
White with #BDFCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFCEC; }
p { color: rgb(189,252,236); }
H1.HeaderClassName
{
color: #BDFCEC;
}
.AnyTagClassName
{
color: #BDFCEC;
}
</style>
background-color css
<style>
a { background-color: #BDFCEC; }
a { background-color: rgb(189,252,236); }
div.DivClassName
{
background-color: #BDFCEC;
}
.BgClassName
{
background-color: #BDFCEC;
}
</style>
border-color css
<style>
span { border-color: #BDFCEC; }
span { border-color: rgb(189,252,236); }
td.TdClassName
{
border-color: #BDFCEC;
}
.TagClassName
{
border-color: #BDFCEC;
}
</style>