Shades of Water Leaf #BCFEE3
Tints of Water Leaf #BCFEE3
RGB
CMYK
RGB Variations
Color information
#BCFEE3 (or 0xBCFEE3) is known color: Water Leaf. HEX triplet: BC, FE and E3. RGB value is (188,254,227). Sum of RGB (Red+Green+Blue) = 188+254+227=669 (88% of max value = 765). Red value is 188 (73.83% from 255 or 28.10% from 669); Green value is 254 (99.61% from 255 or 37.97% from 669); Blue value is 227 (89.06% from 255 or 33.93% from 669); Max value from RGB is 254 - color contains mainly: green. Hex color #BCFEE3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFEE3 is #43011C. Grayscale: #E7E7E7. Windows color (decimal): -4391197 or 14941884. OLE color: 14941884.
HSL color Cylindrical-coordinate representation of color #BCFEE3: hue angle of 155.45º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BCFEE3 is Cyan = 0.26, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 188 | 254 | 227 | - |
| CMYK | 0.26 | 0 | 0.11 | 0.00 |
| HSL | 155.45º | 0.97% | 0.87% | - |
| HSV(B) | 155.45º | 0.26% | 1% | - |
| XYZ | 70.05 | 87.12 | 85.8 | - |
| YUV | 231.19 | 125.63 | 97.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 254 | 227 | 0.26 | 0 | 0.11 | 0.00 | 155.45 | 0.97 | 0.87 |
| Hex | BC | FE | E3 | 1A | 0 | B | 0 | 9B | 61 | 57 |
| Octal | 274 | 376 | 343 | 32 | 0 | 13 | 0 | 233 | 141 | 127 |
| Binary | 10111100 | 11111110 | 11100011 | 11010 | 0 | 1011 | 0 | 10011011 | 1100001 | 1010111 |
Color Harmonies of #BCFEE3
Complementary color
Monochromatic Colors of #BCFEE3
Black with #BCFEE3
Text Example
Text Example
White with #BCFEE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFEE3; }
p { color: rgb(188,254,227); }
H1.HeaderClassName
{
color: #BCFEE3;
}
.AnyTagClassName
{
color: #BCFEE3;
}
</style>
background-color css
<style>
a { background-color: #BCFEE3; }
a { background-color: rgb(188,254,227); }
div.DivClassName
{
background-color: #BCFEE3;
}
.BgClassName
{
background-color: #BCFEE3;
}
</style>
border-color css
<style>
span { border-color: #BCFEE3; }
span { border-color: rgb(188,254,227); }
td.TdClassName
{
border-color: #BCFEE3;
}
.TagClassName
{
border-color: #BCFEE3;
}
</style>