Shades of Water Leaf #BCFBE4
Tints of Water Leaf #BCFBE4
RGB
CMYK
RGB Variations
Color information
#BCFBE4 (or 0xBCFBE4) is known color: Water Leaf. HEX triplet: BC, FB and E4. RGB value is (188,251,228). Sum of RGB (Red+Green+Blue) = 188+251+228=667 (88% of max value = 765). Red value is 188 (73.83% from 255 or 28.19% from 667); Green value is 251 (98.44% from 255 or 37.63% from 667); Blue value is 228 (89.45% from 255 or 34.18% from 667); Max value from RGB is 251 - color contains mainly: green. Hex color #BCFBE4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFBE4 is #43041B. Grayscale: #E5E5E5. Windows color (decimal): -4391964 or 15006652. OLE color: 15006652.
HSL color Cylindrical-coordinate representation of color #BCFBE4: hue angle of 158.1º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BCFBE4 is Cyan = 0.25, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 188 | 251 | 228 | - |
| CMYK | 0.25 | 0 | 0.09 | 0.02 |
| HSL | 158.1º | 0.89% | 0.86% | - |
| HSV(B) | 158.1º | 0.25% | 0.98% | - |
| XYZ | 69.24 | 85.29 | 86.21 | - |
| YUV | 229.54 | 127.13 | 98.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 251 | 228 | 0.25 | 0 | 0.09 | 0.02 | 158.1 | 0.89 | 0.86 |
| Hex | BC | FB | E4 | 19 | 0 | 9 | 2 | 9E | 59 | 56 |
| Octal | 274 | 373 | 344 | 31 | 0 | 11 | 2 | 236 | 131 | 126 |
| Binary | 10111100 | 11111011 | 11100100 | 11001 | 0 | 1001 | 10 | 10011110 | 1011001 | 1010110 |
Color Harmonies of #BCFBE4
Complementary color
Monochromatic Colors of #BCFBE4
Black with #BCFBE4
Text Example
Text Example
White with #BCFBE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFBE4; }
p { color: rgb(188,251,228); }
H1.HeaderClassName
{
color: #BCFBE4;
}
.AnyTagClassName
{
color: #BCFBE4;
}
</style>
background-color css
<style>
a { background-color: #BCFBE4; }
a { background-color: rgb(188,251,228); }
div.DivClassName
{
background-color: #BCFBE4;
}
.BgClassName
{
background-color: #BCFBE4;
}
</style>
border-color css
<style>
span { border-color: #BCFBE4; }
span { border-color: rgb(188,251,228); }
td.TdClassName
{
border-color: #BCFBE4;
}
.TagClassName
{
border-color: #BCFBE4;
}
</style>