Shades of Water Leaf #BCFBE8
Tints of Water Leaf #BCFBE8
RGB
CMYK
RGB Variations
Color information
#BCFBE8 (or 0xBCFBE8) is known color: Water Leaf. HEX triplet: BC, FB and E8. RGB value is (188,251,232). Sum of RGB (Red+Green+Blue) = 188+251+232=671 (88% of max value = 765). Red value is 188 (73.83% from 255 or 28.02% from 671); Green value is 251 (98.44% from 255 or 37.41% from 671); Blue value is 232 (91.02% from 255 or 34.58% from 671); Max value from RGB is 251 - color contains mainly: green. Hex color #BCFBE8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCFBE8 is #430417. Grayscale: #E6E6E6. Windows color (decimal): -4391960 or 15268796. OLE color: 15268796.
HSL color Cylindrical-coordinate representation of color #BCFBE8: hue angle of 161.9º 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 #BCFBE8 is Cyan = 0.25, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 188 | 251 | 232 | - |
| CMYK | 0.25 | 0 | 0.08 | 0.02 |
| HSL | 161.9º | 0.89% | 0.86% | - |
| HSV(B) | 161.9º | 0.25% | 0.98% | - |
| XYZ | 69.8 | 85.51 | 89.17 | - |
| YUV | 230 | 129.13 | 98.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 251 | 232 | 0.25 | 0 | 0.08 | 0.02 | 161.9 | 0.89 | 0.86 |
| Hex | BC | FB | E8 | 19 | 0 | 8 | 2 | A2 | 59 | 56 |
| Octal | 274 | 373 | 350 | 31 | 0 | 10 | 2 | 242 | 131 | 126 |
| Binary | 10111100 | 11111011 | 11101000 | 11001 | 0 | 1000 | 10 | 10100010 | 1011001 | 1010110 |
Color Harmonies of #BCFBE8
Complementary color
Monochromatic Colors of #BCFBE8
Black with #BCFBE8
Text Example
Text Example
White with #BCFBE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFBE8; }
p { color: rgb(188,251,232); }
H1.HeaderClassName
{
color: #BCFBE8;
}
.AnyTagClassName
{
color: #BCFBE8;
}
</style>
background-color css
<style>
a { background-color: #BCFBE8; }
a { background-color: rgb(188,251,232); }
div.DivClassName
{
background-color: #BCFBE8;
}
.BgClassName
{
background-color: #BCFBE8;
}
</style>
border-color css
<style>
span { border-color: #BCFBE8; }
span { border-color: rgb(188,251,232); }
td.TdClassName
{
border-color: #BCFBE8;
}
.TagClassName
{
border-color: #BCFBE8;
}
</style>