Shades of Water Leaf #BCF5E4
Tints of Water Leaf #BCF5E4
RGB
CMYK
RGB Variations
Color information
#BCF5E4 (or 0xBCF5E4) is known color: Water Leaf. HEX triplet: BC, F5 and E4. RGB value is (188,245,228). Sum of RGB (Red+Green+Blue) = 188+245+228=661 (87% of max value = 765). Red value is 188 (73.83% from 255 or 28.44% from 661); Green value is 245 (96.09% from 255 or 37.07% from 661); Blue value is 228 (89.45% from 255 or 34.49% from 661); Max value from RGB is 245 - color contains mainly: green. Hex color #BCF5E4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCF5E4 is #430A1B. Grayscale: #E2E2E2. Windows color (decimal): -4393500 or 15005116. OLE color: 15005116.
HSL color Cylindrical-coordinate representation of color #BCF5E4: hue angle of 162.11º 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 #BCF5E4 is Cyan = 0.23, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 188 | 245 | 228 | - |
| CMYK | 0.23 | 0 | 0.07 | 0.04 |
| HSL | 162.11º | 0.74% | 0.85% | - |
| HSV(B) | 162.11º | 0.23% | 0.96% | - |
| XYZ | 67.4 | 81.6 | 85.6 | - |
| YUV | 226.02 | 129.12 | 100.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 245 | 228 | 0.23 | 0 | 0.07 | 0.04 | 162.11 | 0.74 | 0.85 |
| Hex | BC | F5 | E4 | 17 | 0 | 7 | 4 | A2 | 4A | 55 |
| Octal | 274 | 365 | 344 | 27 | 0 | 7 | 4 | 242 | 112 | 125 |
| Binary | 10111100 | 11110101 | 11100100 | 10111 | 0 | 111 | 100 | 10100010 | 1001010 | 1010101 |
Color Harmonies of #BCF5E4
Complementary color
Monochromatic Colors of #BCF5E4
Black with #BCF5E4
Text Example
Text Example
White with #BCF5E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF5E4; }
p { color: rgb(188,245,228); }
H1.HeaderClassName
{
color: #BCF5E4;
}
.AnyTagClassName
{
color: #BCF5E4;
}
</style>
background-color css
<style>
a { background-color: #BCF5E4; }
a { background-color: rgb(188,245,228); }
div.DivClassName
{
background-color: #BCF5E4;
}
.BgClassName
{
background-color: #BCF5E4;
}
</style>
border-color css
<style>
span { border-color: #BCF5E4; }
span { border-color: rgb(188,245,228); }
td.TdClassName
{
border-color: #BCF5E4;
}
.TagClassName
{
border-color: #BCF5E4;
}
</style>