Shades of Water Leaf #BCF5E5
Tints of Water Leaf #BCF5E5
RGB
CMYK
RGB Variations
Color information
#BCF5E5 (or 0xBCF5E5) is known color: Water Leaf. HEX triplet: BC, F5 and E5. RGB value is (188,245,229). Sum of RGB (Red+Green+Blue) = 188+245+229=662 (87% of max value = 765). Red value is 188 (73.83% from 255 or 28.40% from 662); Green value is 245 (96.09% from 255 or 37.01% from 662); Blue value is 229 (89.84% from 255 or 34.59% from 662); Max value from RGB is 245 - color contains mainly: green. Hex color #BCF5E5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCF5E5 is #430A1A. Grayscale: #E2E2E2. Windows color (decimal): -4393499 or 15070652. OLE color: 15070652.
HSL color Cylindrical-coordinate representation of color #BCF5E5: hue angle of 163.16º degrees, saturation: 0.74, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BCF5E5 is Cyan = 0.23, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 188 | 245 | 229 | - |
| CMYK | 0.23 | 0 | 0.07 | 0.04 |
| HSL | 163.16º | 0.74% | 0.85% | - |
| HSV(B) | 163.16º | 0.23% | 0.96% | - |
| XYZ | 67.53 | 81.65 | 86.33 | - |
| YUV | 226.13 | 129.62 | 100.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 245 | 229 | 0.23 | 0 | 0.07 | 0.04 | 163.16 | 0.74 | 0.85 |
| Hex | BC | F5 | E5 | 17 | 0 | 7 | 4 | A3 | 4A | 55 |
| Octal | 274 | 365 | 345 | 27 | 0 | 7 | 4 | 243 | 112 | 125 |
| Binary | 10111100 | 11110101 | 11100101 | 10111 | 0 | 111 | 100 | 10100011 | 1001010 | 1010101 |
Color Harmonies of #BCF5E5
Complementary color
Monochromatic Colors of #BCF5E5
Black with #BCF5E5
Text Example
Text Example
White with #BCF5E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF5E5; }
p { color: rgb(188,245,229); }
H1.HeaderClassName
{
color: #BCF5E5;
}
.AnyTagClassName
{
color: #BCF5E5;
}
</style>
background-color css
<style>
a { background-color: #BCF5E5; }
a { background-color: rgb(188,245,229); }
div.DivClassName
{
background-color: #BCF5E5;
}
.BgClassName
{
background-color: #BCF5E5;
}
</style>
border-color css
<style>
span { border-color: #BCF5E5; }
span { border-color: rgb(188,245,229); }
td.TdClassName
{
border-color: #BCF5E5;
}
.TagClassName
{
border-color: #BCF5E5;
}
</style>