Shades of Water Leaf #BCF2DF
Tints of Water Leaf #BCF2DF
RGB
CMYK
RGB Variations
Color information
#BCF2DF (or 0xBCF2DF) is known color: Water Leaf. HEX triplet: BC, F2 and DF. RGB value is (188,242,223). Sum of RGB (Red+Green+Blue) = 188+242+223=653 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.79% from 653); Green value is 242 (94.92% from 255 or 37.06% from 653); Blue value is 223 (87.5% from 255 or 34.15% from 653); Max value from RGB is 242 - color contains mainly: green. Hex color #BCF2DF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCF2DF is #430D20. Grayscale: #DFDFDF. Windows color (decimal): -4394273 or 14676668. OLE color: 14676668.
HSL color Cylindrical-coordinate representation of color #BCF2DF: hue angle of 158.89º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BCF2DF is Cyan = 0.22, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 242 | 223 | - |
| CMYK | 0.22 | 0 | 0.08 | 0.05 |
| HSL | 158.89º | 0.68% | 0.84% | - |
| HSV(B) | 158.89º | 0.22% | 0.95% | - |
| XYZ | 65.81 | 79.52 | 81.69 | - |
| YUV | 223.69 | 127.61 | 102.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 242 | 223 | 0.22 | 0 | 0.08 | 0.05 | 158.89 | 0.68 | 0.84 |
| Hex | BC | F2 | DF | 16 | 0 | 8 | 5 | 9F | 44 | 54 |
| Octal | 274 | 362 | 337 | 26 | 0 | 10 | 5 | 237 | 104 | 124 |
| Binary | 10111100 | 11110010 | 11011111 | 10110 | 0 | 1000 | 101 | 10011111 | 1000100 | 1010100 |
Color Harmonies of #BCF2DF
Complementary color
Monochromatic Colors of #BCF2DF
Black with #BCF2DF
Text Example
Text Example
White with #BCF2DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF2DF; }
p { color: rgb(188,242,223); }
H1.HeaderClassName
{
color: #BCF2DF;
}
.AnyTagClassName
{
color: #BCF2DF;
}
</style>
background-color css
<style>
a { background-color: #BCF2DF; }
a { background-color: rgb(188,242,223); }
div.DivClassName
{
background-color: #BCF2DF;
}
.BgClassName
{
background-color: #BCF2DF;
}
</style>
border-color css
<style>
span { border-color: #BCF2DF; }
span { border-color: rgb(188,242,223); }
td.TdClassName
{
border-color: #BCF2DF;
}
.TagClassName
{
border-color: #BCF2DF;
}
</style>