Shades of Water Leaf #BCF3DF
Tints of Water Leaf #BCF3DF
RGB
CMYK
RGB Variations
Color information
#BCF3DF (or 0xBCF3DF) is known color: Water Leaf. HEX triplet: BC, F3 and DF. RGB value is (188,243,223). Sum of RGB (Red+Green+Blue) = 188+243+223=654 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.75% from 654); Green value is 243 (95.31% from 255 or 37.16% from 654); Blue value is 223 (87.5% from 255 or 34.10% from 654); Max value from RGB is 243 - color contains mainly: green. Hex color #BCF3DF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCF3DF is #430C20. Grayscale: #E0E0E0. Windows color (decimal): -4394017 or 14676924. OLE color: 14676924.
HSL color Cylindrical-coordinate representation of color #BCF3DF: hue angle of 158.18º degrees, saturation: 0.7, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BCF3DF is Cyan = 0.23, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 243 | 223 | - |
| CMYK | 0.23 | 0 | 0.08 | 0.05 |
| HSL | 158.18º | 0.7% | 0.85% | - |
| HSV(B) | 158.18º | 0.23% | 0.95% | - |
| XYZ | 66.11 | 80.12 | 81.79 | - |
| YUV | 224.28 | 127.28 | 102.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 243 | 223 | 0.23 | 0 | 0.08 | 0.05 | 158.18 | 0.7 | 0.85 |
| Hex | BC | F3 | DF | 17 | 0 | 8 | 5 | 9E | 46 | 55 |
| Octal | 274 | 363 | 337 | 27 | 0 | 10 | 5 | 236 | 106 | 125 |
| Binary | 10111100 | 11110011 | 11011111 | 10111 | 0 | 1000 | 101 | 10011110 | 1000110 | 1010101 |
Color Harmonies of #BCF3DF
Complementary color
Monochromatic Colors of #BCF3DF
Black with #BCF3DF
Text Example
Text Example
White with #BCF3DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF3DF; }
p { color: rgb(188,243,223); }
H1.HeaderClassName
{
color: #BCF3DF;
}
.AnyTagClassName
{
color: #BCF3DF;
}
</style>
background-color css
<style>
a { background-color: #BCF3DF; }
a { background-color: rgb(188,243,223); }
div.DivClassName
{
background-color: #BCF3DF;
}
.BgClassName
{
background-color: #BCF3DF;
}
</style>
border-color css
<style>
span { border-color: #BCF3DF; }
span { border-color: rgb(188,243,223); }
td.TdClassName
{
border-color: #BCF3DF;
}
.TagClassName
{
border-color: #BCF3DF;
}
</style>