Shades of Water Leaf #BCF8EA
Tints of Water Leaf #BCF8EA
RGB
CMYK
RGB Variations
Color information
#BCF8EA (or 0xBCF8EA) is known color: Water Leaf. HEX triplet: BC, F8 and EA. RGB value is (188,248,234). Sum of RGB (Red+Green+Blue) = 188+248+234=670 (88% of max value = 765). Red value is 188 (73.83% from 255 or 28.06% from 670); Green value is 248 (97.27% from 255 or 37.01% from 670); Blue value is 234 (91.80% from 255 or 34.93% from 670); Max value from RGB is 248 - color contains mainly: green. Hex color #BCF8EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCF8EA is #430715. Grayscale: #E4E4E4. Windows color (decimal): -4392726 or 15399100. OLE color: 15399100.
HSL color Cylindrical-coordinate representation of color #BCF8EA: hue angle of 166º degrees, saturation: 0.81, 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 #BCF8EA is Cyan = 0.24, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 188 | 248 | 234 | - |
| CMYK | 0.24 | 0 | 0.06 | 0.03 |
| HSL | 166º | 0.81% | 0.85% | - |
| HSV(B) | 166º | 0.24% | 0.97% | - |
| XYZ | 69.16 | 83.77 | 90.37 | - |
| YUV | 228.46 | 131.12 | 99.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 248 | 234 | 0.24 | 0 | 0.06 | 0.03 | 166 | 0.81 | 0.85 |
| Hex | BC | F8 | EA | 18 | 0 | 6 | 3 | A6 | 51 | 55 |
| Octal | 274 | 370 | 352 | 30 | 0 | 6 | 3 | 246 | 121 | 125 |
| Binary | 10111100 | 11111000 | 11101010 | 11000 | 0 | 110 | 11 | 10100110 | 1010001 | 1010101 |
Color Harmonies of #BCF8EA
Complementary color
Monochromatic Colors of #BCF8EA
Black with #BCF8EA
Text Example
Text Example
White with #BCF8EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF8EA; }
p { color: rgb(188,248,234); }
H1.HeaderClassName
{
color: #BCF8EA;
}
.AnyTagClassName
{
color: #BCF8EA;
}
</style>
background-color css
<style>
a { background-color: #BCF8EA; }
a { background-color: rgb(188,248,234); }
div.DivClassName
{
background-color: #BCF8EA;
}
.BgClassName
{
background-color: #BCF8EA;
}
</style>
border-color css
<style>
span { border-color: #BCF8EA; }
span { border-color: rgb(188,248,234); }
td.TdClassName
{
border-color: #BCF8EA;
}
.TagClassName
{
border-color: #BCF8EA;
}
</style>