Shades of Water Leaf #BCF1E1
Tints of Water Leaf #BCF1E1
RGB
CMYK
RGB Variations
Color information
#BCF1E1 (or 0xBCF1E1) is known color: Water Leaf. HEX triplet: BC, F1 and E1. RGB value is (188,241,225). Sum of RGB (Red+Green+Blue) = 188+241+225=654 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.75% from 654); Green value is 241 (94.53% from 255 or 36.85% from 654); Blue value is 225 (88.28% from 255 or 34.40% from 654); Max value from RGB is 241 - color contains mainly: green. Hex color #BCF1E1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCF1E1 is #430E1E. Grayscale: #DFDFDF. Windows color (decimal): -4394527 or 14807484. OLE color: 14807484.
HSL color Cylindrical-coordinate representation of color #BCF1E1: hue angle of 161.89º 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 #BCF1E1 is Cyan = 0.22, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 241 | 225 | - |
| CMYK | 0.22 | 0 | 0.07 | 0.05 |
| HSL | 161.89º | 0.65% | 0.84% | - |
| HSV(B) | 161.89º | 0.22% | 0.95% | - |
| XYZ | 65.78 | 79.04 | 83.02 | - |
| YUV | 223.33 | 128.94 | 102.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 241 | 225 | 0.22 | 0 | 0.07 | 0.05 | 161.89 | 0.65 | 0.84 |
| Hex | BC | F1 | E1 | 16 | 0 | 7 | 5 | A2 | 41 | 54 |
| Octal | 274 | 361 | 341 | 26 | 0 | 7 | 5 | 242 | 101 | 124 |
| Binary | 10111100 | 11110001 | 11100001 | 10110 | 0 | 111 | 101 | 10100010 | 1000001 | 1010100 |
Color Harmonies of #BCF1E1
Complementary color
Monochromatic Colors of #BCF1E1
Black with #BCF1E1
Text Example
Text Example
White with #BCF1E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF1E1; }
p { color: rgb(188,241,225); }
H1.HeaderClassName
{
color: #BCF1E1;
}
.AnyTagClassName
{
color: #BCF1E1;
}
</style>
background-color css
<style>
a { background-color: #BCF1E1; }
a { background-color: rgb(188,241,225); }
div.DivClassName
{
background-color: #BCF1E1;
}
.BgClassName
{
background-color: #BCF1E1;
}
</style>
border-color css
<style>
span { border-color: #BCF1E1; }
span { border-color: rgb(188,241,225); }
td.TdClassName
{
border-color: #BCF1E1;
}
.TagClassName
{
border-color: #BCF1E1;
}
</style>