Shades of Water Leaf #BCF7E6
Tints of Water Leaf #BCF7E6
RGB
CMYK
RGB Variations
Color information
#BCF7E6 (or 0xBCF7E6) is known color: Water Leaf. HEX triplet: BC, F7 and E6. RGB value is (188,247,230). Sum of RGB (Red+Green+Blue) = 188+247+230=665 (88% of max value = 765). Red value is 188 (73.83% from 255 or 28.27% from 665); Green value is 247 (96.88% from 255 or 37.14% from 665); Blue value is 230 (90.23% from 255 or 34.59% from 665); Max value from RGB is 247 - color contains mainly: green. Hex color #BCF7E6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCF7E6 is #430819. Grayscale: #E3E3E3. Windows color (decimal): -4392986 or 15136700. OLE color: 15136700.
HSL color Cylindrical-coordinate representation of color #BCF7E6: hue angle of 162.71º 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 #BCF7E6 is Cyan = 0.24, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 188 | 247 | 230 | - |
| CMYK | 0.24 | 0 | 0.07 | 0.03 |
| HSL | 162.71º | 0.79% | 0.85% | - |
| HSV(B) | 162.71º | 0.24% | 0.97% | - |
| XYZ | 68.28 | 82.93 | 87.27 | - |
| YUV | 227.42 | 129.45 | 99.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 247 | 230 | 0.24 | 0 | 0.07 | 0.03 | 162.71 | 0.79 | 0.85 |
| Hex | BC | F7 | E6 | 18 | 0 | 7 | 3 | A3 | 4F | 55 |
| Octal | 274 | 367 | 346 | 30 | 0 | 7 | 3 | 243 | 117 | 125 |
| Binary | 10111100 | 11110111 | 11100110 | 11000 | 0 | 111 | 11 | 10100011 | 1001111 | 1010101 |
Color Harmonies of #BCF7E6
Complementary color
Monochromatic Colors of #BCF7E6
Black with #BCF7E6
Text Example
Text Example
White with #BCF7E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF7E6; }
p { color: rgb(188,247,230); }
H1.HeaderClassName
{
color: #BCF7E6;
}
.AnyTagClassName
{
color: #BCF7E6;
}
</style>
background-color css
<style>
a { background-color: #BCF7E6; }
a { background-color: rgb(188,247,230); }
div.DivClassName
{
background-color: #BCF7E6;
}
.BgClassName
{
background-color: #BCF7E6;
}
</style>
border-color css
<style>
span { border-color: #BCF7E6; }
span { border-color: rgb(188,247,230); }
td.TdClassName
{
border-color: #BCF7E6;
}
.TagClassName
{
border-color: #BCF7E6;
}
</style>