Shades of Water Leaf #BCFDEF
Tints of Water Leaf #BCFDEF
RGB
CMYK
RGB Variations
Color information
#BCFDEF (or 0xBCFDEF) is known color: Water Leaf. HEX triplet: BC, FD and EF. RGB value is (188,253,239). Sum of RGB (Red+Green+Blue) = 188+253+239=680 (90% of max value = 765). Red value is 188 (73.83% from 255 or 27.65% from 680); Green value is 253 (99.22% from 255 or 37.21% from 680); Blue value is 239 (93.75% from 255 or 35.15% from 680); Max value from RGB is 253 - color contains mainly: green. Hex color #BCFDEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCFDEF is #430210. Grayscale: #E7E7E7. Windows color (decimal): -4391441 or 15728060. OLE color: 15728060.
HSL color Cylindrical-coordinate representation of color #BCFDEF: hue angle of 167.08º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BCFDEF is Cyan = 0.26, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 188 | 253 | 239 | - |
| CMYK | 0.26 | 0 | 0.06 | 0.01 |
| HSL | 167.08º | 0.94% | 0.86% | - |
| HSV(B) | 167.08º | 0.26% | 0.99% | - |
| XYZ | 71.44 | 87.17 | 94.72 | - |
| YUV | 231.97 | 131.97 | 96.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 253 | 239 | 0.26 | 0 | 0.06 | 0.01 | 167.08 | 0.94 | 0.86 |
| Hex | BC | FD | EF | 1A | 0 | 6 | 1 | A7 | 5E | 56 |
| Octal | 274 | 375 | 357 | 32 | 0 | 6 | 1 | 247 | 136 | 126 |
| Binary | 10111100 | 11111101 | 11101111 | 11010 | 0 | 110 | 1 | 10100111 | 1011110 | 1010110 |
Color Harmonies of #BCFDEF
Complementary color
Monochromatic Colors of #BCFDEF
Black with #BCFDEF
Text Example
Text Example
White with #BCFDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFDEF; }
p { color: rgb(188,253,239); }
H1.HeaderClassName
{
color: #BCFDEF;
}
.AnyTagClassName
{
color: #BCFDEF;
}
</style>
background-color css
<style>
a { background-color: #BCFDEF; }
a { background-color: rgb(188,253,239); }
div.DivClassName
{
background-color: #BCFDEF;
}
.BgClassName
{
background-color: #BCFDEF;
}
</style>
border-color css
<style>
span { border-color: #BCFDEF; }
span { border-color: rgb(188,253,239); }
td.TdClassName
{
border-color: #BCFDEF;
}
.TagClassName
{
border-color: #BCFDEF;
}
</style>