Shades of Water Leaf #BCF8ED
Tints of Water Leaf #BCF8ED
RGB
CMYK
RGB Variations
Color information
#BCF8ED (or 0xBCF8ED) is known color: Water Leaf. HEX triplet: BC, F8 and ED. RGB value is (188,248,237). Sum of RGB (Red+Green+Blue) = 188+248+237=673 (89% of max value = 765). Red value is 188 (73.83% from 255 or 27.93% from 673); Green value is 248 (97.27% from 255 or 36.85% from 673); Blue value is 237 (92.97% from 255 or 35.22% from 673); Max value from RGB is 248 - color contains mainly: green. Hex color #BCF8ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCF8ED is #430712. Grayscale: #E4E4E4. Windows color (decimal): -4392723 or 15595708. OLE color: 15595708.
HSL color Cylindrical-coordinate representation of color #BCF8ED: hue angle of 169º 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 #BCF8ED is Cyan = 0.24, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 188 | 248 | 237 | - |
| CMYK | 0.24 | 0 | 0.04 | 0.03 |
| HSL | 169º | 0.81% | 0.85% | - |
| HSV(B) | 169º | 0.24% | 0.97% | - |
| XYZ | 69.59 | 83.94 | 92.66 | - |
| YUV | 228.81 | 132.62 | 98.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 248 | 237 | 0.24 | 0 | 0.04 | 0.03 | 169 | 0.81 | 0.85 |
| Hex | BC | F8 | ED | 18 | 0 | 4 | 3 | A9 | 51 | 55 |
| Octal | 274 | 370 | 355 | 30 | 0 | 4 | 3 | 251 | 121 | 125 |
| Binary | 10111100 | 11111000 | 11101101 | 11000 | 0 | 100 | 11 | 10101001 | 1010001 | 1010101 |
Color Harmonies of #BCF8ED
Complementary color
Monochromatic Colors of #BCF8ED
Black with #BCF8ED
Text Example
Text Example
White with #BCF8ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF8ED; }
p { color: rgb(188,248,237); }
H1.HeaderClassName
{
color: #BCF8ED;
}
.AnyTagClassName
{
color: #BCF8ED;
}
</style>
background-color css
<style>
a { background-color: #BCF8ED; }
a { background-color: rgb(188,248,237); }
div.DivClassName
{
background-color: #BCF8ED;
}
.BgClassName
{
background-color: #BCF8ED;
}
</style>
border-color css
<style>
span { border-color: #BCF8ED; }
span { border-color: rgb(188,248,237); }
td.TdClassName
{
border-color: #BCF8ED;
}
.TagClassName
{
border-color: #BCF8ED;
}
</style>