Shades of Water Leaf #BDFCE6
Tints of Water Leaf #BDFCE6
RGB
CMYK
RGB Variations
Color information
#BDFCE6 (or 0xBDFCE6) is known color: Water Leaf. HEX triplet: BD, FC and E6. RGB value is (189,252,230). Sum of RGB (Red+Green+Blue) = 189+252+230=671 (88% of max value = 765). Red value is 189 (74.22% from 255 or 28.17% from 671); Green value is 252 (98.83% from 255 or 37.56% from 671); Blue value is 230 (90.23% from 255 or 34.28% from 671); Max value from RGB is 252 - color contains mainly: green. Hex color #BDFCE6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDFCE6 is #420319. Grayscale: #E6E6E6. Windows color (decimal): -4326170 or 15137981. OLE color: 15137981.
HSL color Cylindrical-coordinate representation of color #BDFCE6: hue angle of 159.05º 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 #BDFCE6 is Cyan = 0.25, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 189 | 252 | 230 | - |
| CMYK | 0.25 | 0 | 0.09 | 0.01 |
| HSL | 159.05º | 0.91% | 0.86% | - |
| HSV(B) | 159.05º | 0.25% | 0.99% | - |
| XYZ | 70.08 | 86.15 | 87.8 | - |
| YUV | 230.66 | 127.63 | 98.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 252 | 230 | 0.25 | 0 | 0.09 | 0.01 | 159.05 | 0.91 | 0.86 |
| Hex | BD | FC | E6 | 19 | 0 | 9 | 1 | 9F | 5B | 56 |
| Octal | 275 | 374 | 346 | 31 | 0 | 11 | 1 | 237 | 133 | 126 |
| Binary | 10111101 | 11111100 | 11100110 | 11001 | 0 | 1001 | 1 | 10011111 | 1011011 | 1010110 |
Color Harmonies of #BDFCE6
Complementary color
Monochromatic Colors of #BDFCE6
Black with #BDFCE6
Text Example
Text Example
White with #BDFCE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFCE6; }
p { color: rgb(189,252,230); }
H1.HeaderClassName
{
color: #BDFCE6;
}
.AnyTagClassName
{
color: #BDFCE6;
}
</style>
background-color css
<style>
a { background-color: #BDFCE6; }
a { background-color: rgb(189,252,230); }
div.DivClassName
{
background-color: #BDFCE6;
}
.BgClassName
{
background-color: #BDFCE6;
}
</style>
border-color css
<style>
span { border-color: #BDFCE6; }
span { border-color: rgb(189,252,230); }
td.TdClassName
{
border-color: #BDFCE6;
}
.TagClassName
{
border-color: #BDFCE6;
}
</style>