Shades of Water Leaf #BCFBE3
Tints of Water Leaf #BCFBE3
RGB
CMYK
RGB Variations
Color information
#BCFBE3 (or 0xBCFBE3) is known color: Water Leaf. HEX triplet: BC, FB and E3. RGB value is (188,251,227). Sum of RGB (Red+Green+Blue) = 188+251+227=666 (88% of max value = 765). Red value is 188 (73.83% from 255 or 28.23% from 666); Green value is 251 (98.44% from 255 or 37.69% from 666); Blue value is 227 (89.06% from 255 or 34.08% from 666); Max value from RGB is 251 - color contains mainly: green. Hex color #BCFBE3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFBE3 is #43041C. Grayscale: #E5E5E5. Windows color (decimal): -4391965 or 14941116. OLE color: 14941116.
HSL color Cylindrical-coordinate representation of color #BCFBE3: hue angle of 157.14º 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 #BCFBE3 is Cyan = 0.25, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 188 | 251 | 227 | - |
| CMYK | 0.25 | 0 | 0.10 | 0.02 |
| HSL | 157.14º | 0.89% | 0.86% | - |
| HSV(B) | 157.14º | 0.25% | 0.98% | - |
| XYZ | 69.1 | 85.23 | 85.48 | - |
| YUV | 229.43 | 126.63 | 98.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 251 | 227 | 0.25 | 0 | 0.10 | 0.02 | 157.14 | 0.89 | 0.86 |
| Hex | BC | FB | E3 | 19 | 0 | A | 2 | 9D | 59 | 56 |
| Octal | 274 | 373 | 343 | 31 | 0 | 12 | 2 | 235 | 131 | 126 |
| Binary | 10111100 | 11111011 | 11100011 | 11001 | 0 | 1010 | 10 | 10011101 | 1011001 | 1010110 |
Color Harmonies of #BCFBE3
Complementary color
Monochromatic Colors of #BCFBE3
Black with #BCFBE3
Text Example
Text Example
White with #BCFBE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFBE3; }
p { color: rgb(188,251,227); }
H1.HeaderClassName
{
color: #BCFBE3;
}
.AnyTagClassName
{
color: #BCFBE3;
}
</style>
background-color css
<style>
a { background-color: #BCFBE3; }
a { background-color: rgb(188,251,227); }
div.DivClassName
{
background-color: #BCFBE3;
}
.BgClassName
{
background-color: #BCFBE3;
}
</style>
border-color css
<style>
span { border-color: #BCFBE3; }
span { border-color: rgb(188,251,227); }
td.TdClassName
{
border-color: #BCFBE3;
}
.TagClassName
{
border-color: #BCFBE3;
}
</style>