Shades of Water Leaf #BCFBE6
Tints of Water Leaf #BCFBE6
RGB
CMYK
RGB Variations
Color information
#BCFBE6 (or 0xBCFBE6) is known color: Water Leaf. HEX triplet: BC, FB and E6. RGB value is (188,251,230). Sum of RGB (Red+Green+Blue) = 188+251+230=669 (88% of max value = 765). Red value is 188 (73.83% from 255 or 28.10% from 669); Green value is 251 (98.44% from 255 or 37.52% from 669); Blue value is 230 (90.23% from 255 or 34.38% from 669); Max value from RGB is 251 - color contains mainly: green. Hex color #BCFBE6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCFBE6 is #430419. Grayscale: #E5E5E5. Windows color (decimal): -4391962 or 15137724. OLE color: 15137724.
HSL color Cylindrical-coordinate representation of color #BCFBE6: hue angle of 160º 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 #BCFBE6 is Cyan = 0.25, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 188 | 251 | 230 | - |
| CMYK | 0.25 | 0 | 0.08 | 0.02 |
| HSL | 160º | 0.89% | 0.86% | - |
| HSV(B) | 160º | 0.25% | 0.98% | - |
| XYZ | 69.52 | 85.4 | 87.68 | - |
| YUV | 229.77 | 128.13 | 98.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 251 | 230 | 0.25 | 0 | 0.08 | 0.02 | 160 | 0.89 | 0.86 |
| Hex | BC | FB | E6 | 19 | 0 | 8 | 2 | A0 | 59 | 56 |
| Octal | 274 | 373 | 346 | 31 | 0 | 10 | 2 | 240 | 131 | 126 |
| Binary | 10111100 | 11111011 | 11100110 | 11001 | 0 | 1000 | 10 | 10100000 | 1011001 | 1010110 |
Color Harmonies of #BCFBE6
Complementary color
Monochromatic Colors of #BCFBE6
Black with #BCFBE6
Text Example
Text Example
White with #BCFBE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFBE6; }
p { color: rgb(188,251,230); }
H1.HeaderClassName
{
color: #BCFBE6;
}
.AnyTagClassName
{
color: #BCFBE6;
}
</style>
background-color css
<style>
a { background-color: #BCFBE6; }
a { background-color: rgb(188,251,230); }
div.DivClassName
{
background-color: #BCFBE6;
}
.BgClassName
{
background-color: #BCFBE6;
}
</style>
border-color css
<style>
span { border-color: #BCFBE6; }
span { border-color: rgb(188,251,230); }
td.TdClassName
{
border-color: #BCFBE6;
}
.TagClassName
{
border-color: #BCFBE6;
}
</style>