Shades of Water Leaf #BCF1DF
Tints of Water Leaf #BCF1DF
RGB
CMYK
RGB Variations
Color information
#BCF1DF (or 0xBCF1DF) is known color: Water Leaf. HEX triplet: BC, F1 and DF. RGB value is (188,241,223). Sum of RGB (Red+Green+Blue) = 188+241+223=652 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.83% from 652); Green value is 241 (94.53% from 255 or 36.96% from 652); Blue value is 223 (87.5% from 255 or 34.20% from 652); Max value from RGB is 241 - color contains mainly: green. Hex color #BCF1DF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCF1DF is #430E20. Grayscale: #DFDFDF. Windows color (decimal): -4394529 or 14676412. OLE color: 14676412.
HSL color Cylindrical-coordinate representation of color #BCF1DF: hue angle of 159.62º degrees, saturation: 0.65, 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 #BCF1DF is Cyan = 0.22, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 241 | 223 | - |
| CMYK | 0.22 | 0 | 0.07 | 0.05 |
| HSL | 159.62º | 0.65% | 0.84% | - |
| HSV(B) | 159.62º | 0.22% | 0.95% | - |
| XYZ | 65.51 | 78.93 | 81.59 | - |
| YUV | 223.1 | 127.94 | 102.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 241 | 223 | 0.22 | 0 | 0.07 | 0.05 | 159.62 | 0.65 | 0.84 |
| Hex | BC | F1 | DF | 16 | 0 | 7 | 5 | A0 | 41 | 54 |
| Octal | 274 | 361 | 337 | 26 | 0 | 7 | 5 | 240 | 101 | 124 |
| Binary | 10111100 | 11110001 | 11011111 | 10110 | 0 | 111 | 101 | 10100000 | 1000001 | 1010100 |
Color Harmonies of #BCF1DF
Complementary color
Monochromatic Colors of #BCF1DF
Black with #BCF1DF
Text Example
Text Example
White with #BCF1DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF1DF; }
p { color: rgb(188,241,223); }
H1.HeaderClassName
{
color: #BCF1DF;
}
.AnyTagClassName
{
color: #BCF1DF;
}
</style>
background-color css
<style>
a { background-color: #BCF1DF; }
a { background-color: rgb(188,241,223); }
div.DivClassName
{
background-color: #BCF1DF;
}
.BgClassName
{
background-color: #BCF1DF;
}
</style>
border-color css
<style>
span { border-color: #BCF1DF; }
span { border-color: rgb(188,241,223); }
td.TdClassName
{
border-color: #BCF1DF;
}
.TagClassName
{
border-color: #BCF1DF;
}
</style>