Shades of Water Leaf #BCF6EA
Tints of Water Leaf #BCF6EA
RGB
CMYK
RGB Variations
Color information
#BCF6EA (or 0xBCF6EA) is known color: Water Leaf. HEX triplet: BC, F6 and EA. RGB value is (188,246,234). Sum of RGB (Red+Green+Blue) = 188+246+234=668 (88% of max value = 765). Red value is 188 (73.83% from 255 or 28.14% from 668); Green value is 246 (96.48% from 255 or 36.83% from 668); Blue value is 234 (91.80% from 255 or 35.03% from 668); Max value from RGB is 246 - color contains mainly: green. Hex color #BCF6EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCF6EA is #430915. Grayscale: #E3E3E3. Windows color (decimal): -4393238 or 15398588. OLE color: 15398588.
HSL color Cylindrical-coordinate representation of color #BCF6EA: hue angle of 167.59º degrees, saturation: 0.76, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BCF6EA is Cyan = 0.24, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 188 | 246 | 234 | - |
| CMYK | 0.24 | 0 | 0.05 | 0.04 |
| HSL | 167.59º | 0.76% | 0.85% | - |
| HSV(B) | 167.59º | 0.24% | 0.96% | - |
| XYZ | 68.55 | 82.54 | 90.16 | - |
| YUV | 227.29 | 131.78 | 99.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 246 | 234 | 0.24 | 0 | 0.05 | 0.04 | 167.59 | 0.76 | 0.85 |
| Hex | BC | F6 | EA | 18 | 0 | 5 | 4 | A8 | 4C | 55 |
| Octal | 274 | 366 | 352 | 30 | 0 | 5 | 4 | 250 | 114 | 125 |
| Binary | 10111100 | 11110110 | 11101010 | 11000 | 0 | 101 | 100 | 10101000 | 1001100 | 1010101 |
Color Harmonies of #BCF6EA
Complementary color
Monochromatic Colors of #BCF6EA
Black with #BCF6EA
Text Example
Text Example
White with #BCF6EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF6EA; }
p { color: rgb(188,246,234); }
H1.HeaderClassName
{
color: #BCF6EA;
}
.AnyTagClassName
{
color: #BCF6EA;
}
</style>
background-color css
<style>
a { background-color: #BCF6EA; }
a { background-color: rgb(188,246,234); }
div.DivClassName
{
background-color: #BCF6EA;
}
.BgClassName
{
background-color: #BCF6EA;
}
</style>
border-color css
<style>
span { border-color: #BCF6EA; }
span { border-color: rgb(188,246,234); }
td.TdClassName
{
border-color: #BCF6EA;
}
.TagClassName
{
border-color: #BCF6EA;
}
</style>