Shades of Water Leaf #BDFDEC
Tints of Water Leaf #BDFDEC
RGB
CMYK
RGB Variations
Color information
#BDFDEC (or 0xBDFDEC) is known color: Water Leaf. HEX triplet: BD, FD and EC. RGB value is (189,253,236). Sum of RGB (Red+Green+Blue) = 189+253+236=678 (89% of max value = 765). Red value is 189 (74.22% from 255 or 27.88% from 678); Green value is 253 (99.22% from 255 or 37.32% from 678); Blue value is 236 (92.58% from 255 or 34.81% from 678); Max value from RGB is 253 - color contains mainly: green. Hex color #BDFDEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDFDEC is #420213. Grayscale: #E7E7E7. Windows color (decimal): -4325908 or 15531453. OLE color: 15531453.
HSL color Cylindrical-coordinate representation of color #BDFDEC: hue angle of 164.06º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BDFDEC is Cyan = 0.25, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 189 | 253 | 236 | - |
| CMYK | 0.25 | 0 | 0.07 | 0.01 |
| HSL | 164.06º | 0.94% | 0.87% | - |
| HSV(B) | 164.06º | 0.25% | 0.99% | - |
| XYZ | 71.25 | 87.13 | 92.42 | - |
| YUV | 231.93 | 130.3 | 97.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 253 | 236 | 0.25 | 0 | 0.07 | 0.01 | 164.06 | 0.94 | 0.87 |
| Hex | BD | FD | EC | 19 | 0 | 7 | 1 | A4 | 5E | 57 |
| Octal | 275 | 375 | 354 | 31 | 0 | 7 | 1 | 244 | 136 | 127 |
| Binary | 10111101 | 11111101 | 11101100 | 11001 | 0 | 111 | 1 | 10100100 | 1011110 | 1010111 |
Color Harmonies of #BDFDEC
Complementary color
Monochromatic Colors of #BDFDEC
Black with #BDFDEC
Text Example
Text Example
White with #BDFDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFDEC; }
p { color: rgb(189,253,236); }
H1.HeaderClassName
{
color: #BDFDEC;
}
.AnyTagClassName
{
color: #BDFDEC;
}
</style>
background-color css
<style>
a { background-color: #BDFDEC; }
a { background-color: rgb(189,253,236); }
div.DivClassName
{
background-color: #BDFDEC;
}
.BgClassName
{
background-color: #BDFDEC;
}
</style>
border-color css
<style>
span { border-color: #BDFDEC; }
span { border-color: rgb(189,253,236); }
td.TdClassName
{
border-color: #BDFDEC;
}
.TagClassName
{
border-color: #BDFDEC;
}
</style>