Shades of Water Leaf #BCF8E7
Tints of Water Leaf #BCF8E7
RGB
CMYK
RGB Variations
Color information
#BCF8E7 (or 0xBCF8E7) is known color: Water Leaf. HEX triplet: BC, F8 and E7. RGB value is (188,248,231). Sum of RGB (Red+Green+Blue) = 188+248+231=667 (88% of max value = 765). Red value is 188 (73.83% from 255 or 28.19% from 667); Green value is 248 (97.27% from 255 or 37.18% from 667); Blue value is 231 (90.62% from 255 or 34.63% from 667); Max value from RGB is 248 - color contains mainly: green. Hex color #BCF8E7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCF8E7 is #430718. Grayscale: #E4E4E4. Windows color (decimal): -4392729 or 15202492. OLE color: 15202492.
HSL color Cylindrical-coordinate representation of color #BCF8E7: hue angle of 163º 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 #BCF8E7 is Cyan = 0.24, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 188 | 248 | 231 | - |
| CMYK | 0.24 | 0 | 0.07 | 0.03 |
| HSL | 163º | 0.81% | 0.85% | - |
| HSV(B) | 163º | 0.24% | 0.97% | - |
| XYZ | 68.73 | 83.6 | 88.11 | - |
| YUV | 228.12 | 129.62 | 99.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 248 | 231 | 0.24 | 0 | 0.07 | 0.03 | 163 | 0.81 | 0.85 |
| Hex | BC | F8 | E7 | 18 | 0 | 7 | 3 | A3 | 51 | 55 |
| Octal | 274 | 370 | 347 | 30 | 0 | 7 | 3 | 243 | 121 | 125 |
| Binary | 10111100 | 11111000 | 11100111 | 11000 | 0 | 111 | 11 | 10100011 | 1010001 | 1010101 |
Color Harmonies of #BCF8E7
Complementary color
Monochromatic Colors of #BCF8E7
Black with #BCF8E7
Text Example
Text Example
White with #BCF8E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF8E7; }
p { color: rgb(188,248,231); }
H1.HeaderClassName
{
color: #BCF8E7;
}
.AnyTagClassName
{
color: #BCF8E7;
}
</style>
background-color css
<style>
a { background-color: #BCF8E7; }
a { background-color: rgb(188,248,231); }
div.DivClassName
{
background-color: #BCF8E7;
}
.BgClassName
{
background-color: #BCF8E7;
}
</style>
border-color css
<style>
span { border-color: #BCF8E7; }
span { border-color: rgb(188,248,231); }
td.TdClassName
{
border-color: #BCF8E7;
}
.TagClassName
{
border-color: #BCF8E7;
}
</style>