Shades of Water Leaf #BCF1E0
Tints of Water Leaf #BCF1E0
RGB
CMYK
RGB Variations
Color information
#BCF1E0 (or 0xBCF1E0) is known color: Water Leaf. HEX triplet: BC, F1 and E0. RGB value is (188,241,224). Sum of RGB (Red+Green+Blue) = 188+241+224=653 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.79% from 653); Green value is 241 (94.53% from 255 or 36.91% from 653); Blue value is 224 (87.89% from 255 or 34.30% from 653); Max value from RGB is 241 - color contains mainly: green. Hex color #BCF1E0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCF1E0 is #430E1F. Grayscale: #DFDFDF. Windows color (decimal): -4394528 or 14741948. OLE color: 14741948.
HSL color Cylindrical-coordinate representation of color #BCF1E0: hue angle of 160.75º 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 #BCF1E0 is Cyan = 0.22, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 241 | 224 | - |
| CMYK | 0.22 | 0 | 0.07 | 0.05 |
| HSL | 160.75º | 0.65% | 0.84% | - |
| HSV(B) | 160.75º | 0.22% | 0.95% | - |
| XYZ | 65.65 | 78.98 | 82.31 | - |
| YUV | 223.22 | 128.44 | 102.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 241 | 224 | 0.22 | 0 | 0.07 | 0.05 | 160.75 | 0.65 | 0.84 |
| Hex | BC | F1 | E0 | 16 | 0 | 7 | 5 | A1 | 41 | 54 |
| Octal | 274 | 361 | 340 | 26 | 0 | 7 | 5 | 241 | 101 | 124 |
| Binary | 10111100 | 11110001 | 11100000 | 10110 | 0 | 111 | 101 | 10100001 | 1000001 | 1010100 |
Color Harmonies of #BCF1E0
Complementary color
Monochromatic Colors of #BCF1E0
Black with #BCF1E0
Text Example
Text Example
White with #BCF1E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF1E0; }
p { color: rgb(188,241,224); }
H1.HeaderClassName
{
color: #BCF1E0;
}
.AnyTagClassName
{
color: #BCF1E0;
}
</style>
background-color css
<style>
a { background-color: #BCF1E0; }
a { background-color: rgb(188,241,224); }
div.DivClassName
{
background-color: #BCF1E0;
}
.BgClassName
{
background-color: #BCF1E0;
}
</style>
border-color css
<style>
span { border-color: #BCF1E0; }
span { border-color: rgb(188,241,224); }
td.TdClassName
{
border-color: #BCF1E0;
}
.TagClassName
{
border-color: #BCF1E0;
}
</style>