Shades of Water Leaf #BCF9E5
Tints of Water Leaf #BCF9E5
RGB
CMYK
RGB Variations
Color information
#BCF9E5 (or 0xBCF9E5) is known color: Water Leaf. HEX triplet: BC, F9 and E5. RGB value is (188,249,229). Sum of RGB (Red+Green+Blue) = 188+249+229=666 (88% of max value = 765). Red value is 188 (73.83% from 255 or 28.23% from 666); Green value is 249 (97.66% from 255 or 37.39% from 666); Blue value is 229 (89.84% from 255 or 34.38% from 666); Max value from RGB is 249 - color contains mainly: green. Hex color #BCF9E5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCF9E5 is #43061A. Grayscale: #E4E4E4. Windows color (decimal): -4392475 or 15071676. OLE color: 15071676.
HSL color Cylindrical-coordinate representation of color #BCF9E5: hue angle of 160.33º degrees, saturation: 0.84, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BCF9E5 is Cyan = 0.24, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 188 | 249 | 229 | - |
| CMYK | 0.24 | 0 | 0.08 | 0.02 |
| HSL | 160.33º | 0.84% | 0.86% | - |
| HSV(B) | 160.33º | 0.24% | 0.98% | - |
| XYZ | 68.76 | 84.1 | 86.74 | - |
| YUV | 228.48 | 128.29 | 99.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 249 | 229 | 0.24 | 0 | 0.08 | 0.02 | 160.33 | 0.84 | 0.86 |
| Hex | BC | F9 | E5 | 18 | 0 | 8 | 2 | A0 | 54 | 56 |
| Octal | 274 | 371 | 345 | 30 | 0 | 10 | 2 | 240 | 124 | 126 |
| Binary | 10111100 | 11111001 | 11100101 | 11000 | 0 | 1000 | 10 | 10100000 | 1010100 | 1010110 |
Color Harmonies of #BCF9E5
Complementary color
Monochromatic Colors of #BCF9E5
Black with #BCF9E5
Text Example
Text Example
White with #BCF9E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF9E5; }
p { color: rgb(188,249,229); }
H1.HeaderClassName
{
color: #BCF9E5;
}
.AnyTagClassName
{
color: #BCF9E5;
}
</style>
background-color css
<style>
a { background-color: #BCF9E5; }
a { background-color: rgb(188,249,229); }
div.DivClassName
{
background-color: #BCF9E5;
}
.BgClassName
{
background-color: #BCF9E5;
}
</style>
border-color css
<style>
span { border-color: #BCF9E5; }
span { border-color: rgb(188,249,229); }
td.TdClassName
{
border-color: #BCF9E5;
}
.TagClassName
{
border-color: #BCF9E5;
}
</style>