Shades of Water Leaf #BDFCEA
Tints of Water Leaf #BDFCEA
RGB
CMYK
RGB Variations
Color information
#BDFCEA (or 0xBDFCEA) is known color: Water Leaf. HEX triplet: BD, FC and EA. RGB value is (189,252,234). Sum of RGB (Red+Green+Blue) = 189+252+234=675 (89% of max value = 765). Red value is 189 (74.22% from 255 or 28% from 675); Green value is 252 (98.83% from 255 or 37.33% from 675); Blue value is 234 (91.80% from 255 or 34.67% from 675); Max value from RGB is 252 - color contains mainly: green. Hex color #BDFCEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDFCEA is #420315. Grayscale: #E7E7E7. Windows color (decimal): -4326166 or 15400125. OLE color: 15400125.
HSL color Cylindrical-coordinate representation of color #BDFCEA: hue angle of 162.86º 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 #BDFCEA is Cyan = 0.25, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 189 | 252 | 234 | - |
| CMYK | 0.25 | 0 | 0.07 | 0.01 |
| HSL | 162.86º | 0.91% | 0.86% | - |
| HSV(B) | 162.86º | 0.25% | 0.99% | - |
| XYZ | 70.65 | 86.38 | 90.79 | - |
| YUV | 231.11 | 129.63 | 97.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 252 | 234 | 0.25 | 0 | 0.07 | 0.01 | 162.86 | 0.91 | 0.86 |
| Hex | BD | FC | EA | 19 | 0 | 7 | 1 | A3 | 5B | 56 |
| Octal | 275 | 374 | 352 | 31 | 0 | 7 | 1 | 243 | 133 | 126 |
| Binary | 10111101 | 11111100 | 11101010 | 11001 | 0 | 111 | 1 | 10100011 | 1011011 | 1010110 |
Color Harmonies of #BDFCEA
Complementary color
Monochromatic Colors of #BDFCEA
Black with #BDFCEA
Text Example
Text Example
White with #BDFCEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFCEA; }
p { color: rgb(189,252,234); }
H1.HeaderClassName
{
color: #BDFCEA;
}
.AnyTagClassName
{
color: #BDFCEA;
}
</style>
background-color css
<style>
a { background-color: #BDFCEA; }
a { background-color: rgb(189,252,234); }
div.DivClassName
{
background-color: #BDFCEA;
}
.BgClassName
{
background-color: #BDFCEA;
}
</style>
border-color css
<style>
span { border-color: #BDFCEA; }
span { border-color: rgb(189,252,234); }
td.TdClassName
{
border-color: #BDFCEA;
}
.TagClassName
{
border-color: #BDFCEA;
}
</style>