Shades of Water Leaf #BCFEEB
Tints of Water Leaf #BCFEEB
RGB
CMYK
RGB Variations
Color information
#BCFEEB (or 0xBCFEEB) is known color: Water Leaf. HEX triplet: BC, FE and EB. RGB value is (188,254,235). Sum of RGB (Red+Green+Blue) = 188+254+235=677 (89% of max value = 765). Red value is 188 (73.83% from 255 or 27.77% from 677); Green value is 254 (99.61% from 255 or 37.52% from 677); Blue value is 235 (92.19% from 255 or 34.71% from 677); Max value from RGB is 254 - color contains mainly: green. Hex color #BCFEEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCFEEB is #430114. Grayscale: #E8E8E8. Windows color (decimal): -4391189 or 15466172. OLE color: 15466172.
HSL color Cylindrical-coordinate representation of color #BCFEEB: hue angle of 162.73º 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 #BCFEEB is Cyan = 0.26, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 188 | 254 | 235 | - |
| CMYK | 0.26 | 0 | 0.07 | 0.00 |
| HSL | 162.73º | 0.97% | 0.87% | - |
| HSV(B) | 162.73º | 0.26% | 1% | - |
| XYZ | 71.18 | 87.57 | 91.75 | - |
| YUV | 232.1 | 129.63 | 96.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 254 | 235 | 0.26 | 0 | 0.07 | 0.00 | 162.73 | 0.97 | 0.87 |
| Hex | BC | FE | EB | 1A | 0 | 7 | 0 | A3 | 61 | 57 |
| Octal | 274 | 376 | 353 | 32 | 0 | 7 | 0 | 243 | 141 | 127 |
| Binary | 10111100 | 11111110 | 11101011 | 11010 | 0 | 111 | 0 | 10100011 | 1100001 | 1010111 |
Color Harmonies of #BCFEEB
Complementary color
Monochromatic Colors of #BCFEEB
Black with #BCFEEB
Text Example
Text Example
White with #BCFEEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFEEB; }
p { color: rgb(188,254,235); }
H1.HeaderClassName
{
color: #BCFEEB;
}
.AnyTagClassName
{
color: #BCFEEB;
}
</style>
background-color css
<style>
a { background-color: #BCFEEB; }
a { background-color: rgb(188,254,235); }
div.DivClassName
{
background-color: #BCFEEB;
}
.BgClassName
{
background-color: #BCFEEB;
}
</style>
border-color css
<style>
span { border-color: #BCFEEB; }
span { border-color: rgb(188,254,235); }
td.TdClassName
{
border-color: #BCFEEB;
}
.TagClassName
{
border-color: #BCFEEB;
}
</style>