Shades of Water Leaf #BCFCEF
Tints of Water Leaf #BCFCEF
RGB
CMYK
RGB Variations
Color information
#BCFCEF (or 0xBCFCEF) is known color: Water Leaf. HEX triplet: BC, FC and EF. RGB value is (188,252,239). Sum of RGB (Red+Green+Blue) = 188+252+239=679 (89% of max value = 765). Red value is 188 (73.83% from 255 or 27.69% from 679); Green value is 252 (98.83% from 255 or 37.11% from 679); Blue value is 239 (93.75% from 255 or 35.20% from 679); Max value from RGB is 252 - color contains mainly: green. Hex color #BCFCEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCFCEF is #430310. Grayscale: #E7E7E7. Windows color (decimal): -4391697 or 15727804. OLE color: 15727804.
HSL color Cylindrical-coordinate representation of color #BCFCEF: hue angle of 167.81º 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 #BCFCEF is Cyan = 0.25, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 188 | 252 | 239 | - |
| CMYK | 0.25 | 0 | 0.05 | 0.01 |
| HSL | 167.81º | 0.91% | 0.86% | - |
| HSV(B) | 167.81º | 0.25% | 0.99% | - |
| XYZ | 71.13 | 86.54 | 94.62 | - |
| YUV | 231.38 | 132.3 | 97.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 252 | 239 | 0.25 | 0 | 0.05 | 0.01 | 167.81 | 0.91 | 0.86 |
| Hex | BC | FC | EF | 19 | 0 | 5 | 1 | A8 | 5B | 56 |
| Octal | 274 | 374 | 357 | 31 | 0 | 5 | 1 | 250 | 133 | 126 |
| Binary | 10111100 | 11111100 | 11101111 | 11001 | 0 | 101 | 1 | 10101000 | 1011011 | 1010110 |
Color Harmonies of #BCFCEF
Complementary color
Monochromatic Colors of #BCFCEF
Black with #BCFCEF
Text Example
Text Example
White with #BCFCEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFCEF; }
p { color: rgb(188,252,239); }
H1.HeaderClassName
{
color: #BCFCEF;
}
.AnyTagClassName
{
color: #BCFCEF;
}
</style>
background-color css
<style>
a { background-color: #BCFCEF; }
a { background-color: rgb(188,252,239); }
div.DivClassName
{
background-color: #BCFCEF;
}
.BgClassName
{
background-color: #BCFCEF;
}
</style>
border-color css
<style>
span { border-color: #BCFCEF; }
span { border-color: rgb(188,252,239); }
td.TdClassName
{
border-color: #BCFCEF;
}
.TagClassName
{
border-color: #BCFCEF;
}
</style>