Shades of Water Leaf #BDFBEC
Tints of Water Leaf #BDFBEC
RGB
CMYK
RGB Variations
Color information
#BDFBEC (or 0xBDFBEC) is known color: Water Leaf. HEX triplet: BD, FB and EC. RGB value is (189,251,236). Sum of RGB (Red+Green+Blue) = 189+251+236=676 (89% of max value = 765). Red value is 189 (74.22% from 255 or 27.96% from 676); Green value is 251 (98.44% from 255 or 37.13% from 676); Blue value is 236 (92.58% from 255 or 34.91% from 676); Max value from RGB is 251 - color contains mainly: green. Hex color #BDFBEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDFBEC is #420413. Grayscale: #E6E6E6. Windows color (decimal): -4326420 or 15530941. OLE color: 15530941.
HSL color Cylindrical-coordinate representation of color #BDFBEC: hue angle of 165.48º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BDFBEC is Cyan = 0.25, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 189 | 251 | 236 | - |
| CMYK | 0.25 | 0 | 0.06 | 0.02 |
| HSL | 165.48º | 0.89% | 0.86% | - |
| HSV(B) | 165.48º | 0.25% | 0.98% | - |
| XYZ | 70.62 | 85.87 | 92.21 | - |
| YUV | 230.75 | 130.96 | 98.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 251 | 236 | 0.25 | 0 | 0.06 | 0.02 | 165.48 | 0.89 | 0.86 |
| Hex | BD | FB | EC | 19 | 0 | 6 | 2 | A5 | 59 | 56 |
| Octal | 275 | 373 | 354 | 31 | 0 | 6 | 2 | 245 | 131 | 126 |
| Binary | 10111101 | 11111011 | 11101100 | 11001 | 0 | 110 | 10 | 10100101 | 1011001 | 1010110 |
Color Harmonies of #BDFBEC
Complementary color
Monochromatic Colors of #BDFBEC
Black with #BDFBEC
Text Example
Text Example
White with #BDFBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFBEC; }
p { color: rgb(189,251,236); }
H1.HeaderClassName
{
color: #BDFBEC;
}
.AnyTagClassName
{
color: #BDFBEC;
}
</style>
background-color css
<style>
a { background-color: #BDFBEC; }
a { background-color: rgb(189,251,236); }
div.DivClassName
{
background-color: #BDFBEC;
}
.BgClassName
{
background-color: #BDFBEC;
}
</style>
border-color css
<style>
span { border-color: #BDFBEC; }
span { border-color: rgb(189,251,236); }
td.TdClassName
{
border-color: #BDFBEC;
}
.TagClassName
{
border-color: #BDFBEC;
}
</style>