Shades of Water Leaf #BCFCEB
Tints of Water Leaf #BCFCEB
RGB
CMYK
RGB Variations
Color information
#BCFCEB (or 0xBCFCEB) is known color: Water Leaf. HEX triplet: BC, FC and EB. RGB value is (188,252,235). Sum of RGB (Red+Green+Blue) = 188+252+235=675 (89% of max value = 765). Red value is 188 (73.83% from 255 or 27.85% from 675); Green value is 252 (98.83% from 255 or 37.33% from 675); Blue value is 235 (92.19% from 255 or 34.81% from 675); Max value from RGB is 252 - color contains mainly: green. Hex color #BCFCEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCFCEB is #430314. Grayscale: #E6E6E6. Windows color (decimal): -4391701 or 15465660. OLE color: 15465660.
HSL color Cylindrical-coordinate representation of color #BCFCEB: hue angle of 164.06º degrees, saturation: 0.91, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BCFCEB is Cyan = 0.25, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 188 | 252 | 235 | - |
| CMYK | 0.25 | 0 | 0.07 | 0.01 |
| HSL | 164.06º | 0.91% | 0.86% | - |
| HSV(B) | 164.06º | 0.25% | 0.99% | - |
| XYZ | 70.54 | 86.31 | 91.54 | - |
| YUV | 230.93 | 130.3 | 97.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 252 | 235 | 0.25 | 0 | 0.07 | 0.01 | 164.06 | 0.91 | 0.86 |
| Hex | BC | FC | EB | 19 | 0 | 7 | 1 | A4 | 5B | 56 |
| Octal | 274 | 374 | 353 | 31 | 0 | 7 | 1 | 244 | 133 | 126 |
| Binary | 10111100 | 11111100 | 11101011 | 11001 | 0 | 111 | 1 | 10100100 | 1011011 | 1010110 |
Color Harmonies of #BCFCEB
Complementary color
Monochromatic Colors of #BCFCEB
Black with #BCFCEB
Text Example
Text Example
White with #BCFCEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFCEB; }
p { color: rgb(188,252,235); }
H1.HeaderClassName
{
color: #BCFCEB;
}
.AnyTagClassName
{
color: #BCFCEB;
}
</style>
background-color css
<style>
a { background-color: #BCFCEB; }
a { background-color: rgb(188,252,235); }
div.DivClassName
{
background-color: #BCFCEB;
}
.BgClassName
{
background-color: #BCFCEB;
}
</style>
border-color css
<style>
span { border-color: #BCFCEB; }
span { border-color: rgb(188,252,235); }
td.TdClassName
{
border-color: #BCFCEB;
}
.TagClassName
{
border-color: #BCFCEB;
}
</style>