Shades of Water Leaf #BCFFEF
Tints of Water Leaf #BCFFEF
RGB
CMYK
RGB Variations
Color information
#BCFFEF (or 0xBCFFEF) is known color: Water Leaf. HEX triplet: BC, FF and EF. RGB value is (188,255,239). Sum of RGB (Red+Green+Blue) = 188+255+239=682 (90% of max value = 765). Red value is 188 (73.83% from 255 or 27.57% from 682); Green value is 255 (100% from 255 or 37.39% from 682); Blue value is 239 (93.75% from 255 or 35.04% from 682); Max value from RGB is 255 - color contains mainly: green. Hex color #BCFFEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCFFEF is #430010. Grayscale: #E9E9E9. Windows color (decimal): -4390929 or 15728572. OLE color: 15728572.
HSL color Cylindrical-coordinate representation of color #BCFFEF: hue angle of 165.67º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BCFFEF is Cyan = 0.26, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.
Color convert
| RGB | 188 | 255 | 239 | - |
| CMYK | 0.26 | 0 | 0.06 | 0 |
| HSL | 165.67º | 1% | 0.87% | - |
| HSV(B) | 165.67º | 0.26% | 1% | - |
| XYZ | 72.08 | 88.44 | 94.93 | - |
| YUV | 233.14 | 131.3 | 95.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 255 | 239 | 0.26 | 0 | 0.06 | 0 | 165.67 | 1 | 0.87 |
| Hex | BC | FF | EF | 1A | 0 | 6 | 0 | A6 | 64 | 57 |
| Octal | 274 | 377 | 357 | 32 | 0 | 6 | 0 | 246 | 144 | 127 |
| Binary | 10111100 | 11111111 | 11101111 | 11010 | 0 | 110 | 0 | 10100110 | 1100100 | 1010111 |
Color Harmonies of #BCFFEF
Complementary color
Monochromatic Colors of #BCFFEF
Black with #BCFFEF
Text Example
Text Example
White with #BCFFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFFEF; }
p { color: rgb(188,255,239); }
H1.HeaderClassName
{
color: #BCFFEF;
}
.AnyTagClassName
{
color: #BCFFEF;
}
</style>
background-color css
<style>
a { background-color: #BCFFEF; }
a { background-color: rgb(188,255,239); }
div.DivClassName
{
background-color: #BCFFEF;
}
.BgClassName
{
background-color: #BCFFEF;
}
</style>
border-color css
<style>
span { border-color: #BCFFEF; }
span { border-color: rgb(188,255,239); }
td.TdClassName
{
border-color: #BCFFEF;
}
.TagClassName
{
border-color: #BCFFEF;
}
</style>