Shades of Water Leaf #BCF7E5
Tints of Water Leaf #BCF7E5
RGB
CMYK
RGB Variations
Color information
#BCF7E5 (or 0xBCF7E5) is known color: Water Leaf. HEX triplet: BC, F7 and E5. RGB value is (188,247,229). Sum of RGB (Red+Green+Blue) = 188+247+229=664 (87% of max value = 765). Red value is 188 (73.83% from 255 or 28.31% from 664); Green value is 247 (96.88% from 255 or 37.20% from 664); Blue value is 229 (89.84% from 255 or 34.49% from 664); Max value from RGB is 247 - color contains mainly: green. Hex color #BCF7E5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCF7E5 is #43081A. Grayscale: #E3E3E3. Windows color (decimal): -4392987 or 15071164. OLE color: 15071164.
HSL color Cylindrical-coordinate representation of color #BCF7E5: hue angle of 161.69º degrees, saturation: 0.79, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BCF7E5 is Cyan = 0.24, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 188 | 247 | 229 | - |
| CMYK | 0.24 | 0 | 0.07 | 0.03 |
| HSL | 161.69º | 0.79% | 0.85% | - |
| HSV(B) | 161.69º | 0.24% | 0.97% | - |
| XYZ | 68.14 | 82.87 | 86.53 | - |
| YUV | 227.31 | 128.95 | 99.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 247 | 229 | 0.24 | 0 | 0.07 | 0.03 | 161.69 | 0.79 | 0.85 |
| Hex | BC | F7 | E5 | 18 | 0 | 7 | 3 | A2 | 4F | 55 |
| Octal | 274 | 367 | 345 | 30 | 0 | 7 | 3 | 242 | 117 | 125 |
| Binary | 10111100 | 11110111 | 11100101 | 11000 | 0 | 111 | 11 | 10100010 | 1001111 | 1010101 |
Color Harmonies of #BCF7E5
Complementary color
Monochromatic Colors of #BCF7E5
Black with #BCF7E5
Text Example
Text Example
White with #BCF7E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF7E5; }
p { color: rgb(188,247,229); }
H1.HeaderClassName
{
color: #BCF7E5;
}
.AnyTagClassName
{
color: #BCF7E5;
}
</style>
background-color css
<style>
a { background-color: #BCF7E5; }
a { background-color: rgb(188,247,229); }
div.DivClassName
{
background-color: #BCF7E5;
}
.BgClassName
{
background-color: #BCF7E5;
}
</style>
border-color css
<style>
span { border-color: #BCF7E5; }
span { border-color: rgb(188,247,229); }
td.TdClassName
{
border-color: #BCF7E5;
}
.TagClassName
{
border-color: #BCF7E5;
}
</style>