Shades of Water Leaf #BCFEEE
Tints of Water Leaf #BCFEEE
RGB
CMYK
RGB Variations
Color information
#BCFEEE (or 0xBCFEEE) is known color: Water Leaf. HEX triplet: BC, FE and EE. RGB value is (188,254,238). Sum of RGB (Red+Green+Blue) = 188+254+238=680 (90% of max value = 765). Red value is 188 (73.83% from 255 or 27.65% from 680); Green value is 254 (99.61% from 255 or 37.35% from 680); Blue value is 238 (93.36% from 255 or 35% from 680); Max value from RGB is 254 - color contains mainly: green. Hex color #BCFEEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCFEEE is #430111. Grayscale: #E8E8E8. Windows color (decimal): -4391186 or 15662780. OLE color: 15662780.
HSL color Cylindrical-coordinate representation of color #BCFEEE: hue angle of 165.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 #BCFEEE is Cyan = 0.26, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 188 | 254 | 238 | - |
| CMYK | 0.26 | 0 | 0.06 | 0.00 |
| HSL | 165.45º | 0.97% | 0.87% | - |
| HSV(B) | 165.45º | 0.26% | 1% | - |
| XYZ | 71.61 | 87.75 | 94.05 | - |
| YUV | 232.44 | 131.13 | 96.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 254 | 238 | 0.26 | 0 | 0.06 | 0.00 | 165.45 | 0.97 | 0.87 |
| Hex | BC | FE | EE | 1A | 0 | 6 | 0 | A5 | 61 | 57 |
| Octal | 274 | 376 | 356 | 32 | 0 | 6 | 0 | 245 | 141 | 127 |
| Binary | 10111100 | 11111110 | 11101110 | 11010 | 0 | 110 | 0 | 10100101 | 1100001 | 1010111 |
Color Harmonies of #BCFEEE
Complementary color
Monochromatic Colors of #BCFEEE
Black with #BCFEEE
Text Example
Text Example
White with #BCFEEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFEEE; }
p { color: rgb(188,254,238); }
H1.HeaderClassName
{
color: #BCFEEE;
}
.AnyTagClassName
{
color: #BCFEEE;
}
</style>
background-color css
<style>
a { background-color: #BCFEEE; }
a { background-color: rgb(188,254,238); }
div.DivClassName
{
background-color: #BCFEEE;
}
.BgClassName
{
background-color: #BCFEEE;
}
</style>
border-color css
<style>
span { border-color: #BCFEEE; }
span { border-color: rgb(188,254,238); }
td.TdClassName
{
border-color: #BCFEEE;
}
.TagClassName
{
border-color: #BCFEEE;
}
</style>