Shades of Water Leaf #BCF1E2
Tints of Water Leaf #BCF1E2
RGB
CMYK
RGB Variations
Color information
#BCF1E2 (or 0xBCF1E2) is known color: Water Leaf. HEX triplet: BC, F1 and E2. RGB value is (188,241,226). Sum of RGB (Red+Green+Blue) = 188+241+226=655 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.70% from 655); Green value is 241 (94.53% from 255 or 36.79% from 655); Blue value is 226 (88.67% from 255 or 34.50% from 655); Max value from RGB is 241 - color contains mainly: green. Hex color #BCF1E2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCF1E2 is #430E1D. Grayscale: #DFDFDF. Windows color (decimal): -4394526 or 14873020. OLE color: 14873020.
HSL color Cylindrical-coordinate representation of color #BCF1E2: hue angle of 163.02º 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 #BCF1E2 is Cyan = 0.22, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 241 | 226 | - |
| CMYK | 0.22 | 0 | 0.06 | 0.05 |
| HSL | 163.02º | 0.65% | 0.84% | - |
| HSV(B) | 163.02º | 0.22% | 0.95% | - |
| XYZ | 65.92 | 79.09 | 83.74 | - |
| YUV | 223.44 | 129.44 | 102.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 241 | 226 | 0.22 | 0 | 0.06 | 0.05 | 163.02 | 0.65 | 0.84 |
| Hex | BC | F1 | E2 | 16 | 0 | 6 | 5 | A3 | 41 | 54 |
| Octal | 274 | 361 | 342 | 26 | 0 | 6 | 5 | 243 | 101 | 124 |
| Binary | 10111100 | 11110001 | 11100010 | 10110 | 0 | 110 | 101 | 10100011 | 1000001 | 1010100 |
Color Harmonies of #BCF1E2
Complementary color
Monochromatic Colors of #BCF1E2
Black with #BCF1E2
Text Example
Text Example
White with #BCF1E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF1E2; }
p { color: rgb(188,241,226); }
H1.HeaderClassName
{
color: #BCF1E2;
}
.AnyTagClassName
{
color: #BCF1E2;
}
</style>
background-color css
<style>
a { background-color: #BCF1E2; }
a { background-color: rgb(188,241,226); }
div.DivClassName
{
background-color: #BCF1E2;
}
.BgClassName
{
background-color: #BCF1E2;
}
</style>
border-color css
<style>
span { border-color: #BCF1E2; }
span { border-color: rgb(188,241,226); }
td.TdClassName
{
border-color: #BCF1E2;
}
.TagClassName
{
border-color: #BCF1E2;
}
</style>