Shades of Water Leaf #BCFFEB
Tints of Water Leaf #BCFFEB
RGB
CMYK
RGB Variations
Color information
#BCFFEB (or 0xBCFFEB) is known color: Water Leaf. HEX triplet: BC, FF and EB. RGB value is (188,255,235). Sum of RGB (Red+Green+Blue) = 188+255+235=678 (89% of max value = 765). Red value is 188 (73.83% from 255 or 27.73% from 678); Green value is 255 (100% from 255 or 37.61% from 678); Blue value is 235 (92.19% from 255 or 34.66% from 678); Max value from RGB is 255 - color contains mainly: green. Hex color #BCFFEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCFFEB is #430014. Grayscale: #E8E8E8. Windows color (decimal): -4390933 or 15466428. OLE color: 15466428.
HSL color Cylindrical-coordinate representation of color #BCFFEB: hue angle of 162.09º 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 #BCFFEB is Cyan = 0.26, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.
Color convert
| RGB | 188 | 255 | 235 | - |
| CMYK | 0.26 | 0 | 0.08 | 0 |
| HSL | 162.09º | 1% | 0.87% | - |
| HSV(B) | 162.09º | 0.26% | 1% | - |
| XYZ | 71.49 | 88.21 | 91.86 | - |
| YUV | 232.69 | 129.3 | 96.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 255 | 235 | 0.26 | 0 | 0.08 | 0 | 162.09 | 1 | 0.87 |
| Hex | BC | FF | EB | 1A | 0 | 8 | 0 | A2 | 64 | 57 |
| Octal | 274 | 377 | 353 | 32 | 0 | 10 | 0 | 242 | 144 | 127 |
| Binary | 10111100 | 11111111 | 11101011 | 11010 | 0 | 1000 | 0 | 10100010 | 1100100 | 1010111 |
Color Harmonies of #BCFFEB
Complementary color
Monochromatic Colors of #BCFFEB
Black with #BCFFEB
Text Example
Text Example
White with #BCFFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFFEB; }
p { color: rgb(188,255,235); }
H1.HeaderClassName
{
color: #BCFFEB;
}
.AnyTagClassName
{
color: #BCFFEB;
}
</style>
background-color css
<style>
a { background-color: #BCFFEB; }
a { background-color: rgb(188,255,235); }
div.DivClassName
{
background-color: #BCFFEB;
}
.BgClassName
{
background-color: #BCFFEB;
}
</style>
border-color css
<style>
span { border-color: #BCFFEB; }
span { border-color: rgb(188,255,235); }
td.TdClassName
{
border-color: #BCFFEB;
}
.TagClassName
{
border-color: #BCFFEB;
}
</style>