Shades of Water Leaf #BCFBE9
Tints of Water Leaf #BCFBE9
RGB
CMYK
RGB Variations
Color information
#BCFBE9 (or 0xBCFBE9) is known color: Water Leaf. HEX triplet: BC, FB and E9. RGB value is (188,251,233). Sum of RGB (Red+Green+Blue) = 188+251+233=672 (89% of max value = 765). Red value is 188 (73.83% from 255 or 27.98% from 672); Green value is 251 (98.44% from 255 or 37.35% from 672); Blue value is 233 (91.41% from 255 or 34.67% from 672); Max value from RGB is 251 - color contains mainly: green. Hex color #BCFBE9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCFBE9 is #430416. Grayscale: #E6E6E6. Windows color (decimal): -4391959 or 15334332. OLE color: 15334332.
HSL color Cylindrical-coordinate representation of color #BCFBE9: hue angle of 162.86º 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 #BCFBE9 is Cyan = 0.25, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 188 | 251 | 233 | - |
| CMYK | 0.25 | 0 | 0.07 | 0.02 |
| HSL | 162.86º | 0.89% | 0.86% | - |
| HSV(B) | 162.86º | 0.25% | 0.98% | - |
| XYZ | 69.94 | 85.57 | 89.92 | - |
| YUV | 230.11 | 129.63 | 97.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 251 | 233 | 0.25 | 0 | 0.07 | 0.02 | 162.86 | 0.89 | 0.86 |
| Hex | BC | FB | E9 | 19 | 0 | 7 | 2 | A3 | 59 | 56 |
| Octal | 274 | 373 | 351 | 31 | 0 | 7 | 2 | 243 | 131 | 126 |
| Binary | 10111100 | 11111011 | 11101001 | 11001 | 0 | 111 | 10 | 10100011 | 1011001 | 1010110 |
Color Harmonies of #BCFBE9
Complementary color
Monochromatic Colors of #BCFBE9
Black with #BCFBE9
Text Example
Text Example
White with #BCFBE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFBE9; }
p { color: rgb(188,251,233); }
H1.HeaderClassName
{
color: #BCFBE9;
}
.AnyTagClassName
{
color: #BCFBE9;
}
</style>
background-color css
<style>
a { background-color: #BCFBE9; }
a { background-color: rgb(188,251,233); }
div.DivClassName
{
background-color: #BCFBE9;
}
.BgClassName
{
background-color: #BCFBE9;
}
</style>
border-color css
<style>
span { border-color: #BCFBE9; }
span { border-color: rgb(188,251,233); }
td.TdClassName
{
border-color: #BCFBE9;
}
.TagClassName
{
border-color: #BCFBE9;
}
</style>