Shades of Water Leaf #BCFBEF
Tints of Water Leaf #BCFBEF
RGB
CMYK
RGB Variations
Color information
#BCFBEF (or 0xBCFBEF) is known color: Water Leaf. HEX triplet: BC, FB and EF. RGB value is (188,251,239). Sum of RGB (Red+Green+Blue) = 188+251+239=678 (89% of max value = 765). Red value is 188 (73.83% from 255 or 27.73% from 678); Green value is 251 (98.44% from 255 or 37.02% from 678); Blue value is 239 (93.75% from 255 or 35.25% from 678); Max value from RGB is 251 - color contains mainly: green. Hex color #BCFBEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCFBEF is #430410. Grayscale: #E6E6E6. Windows color (decimal): -4391953 or 15727548. OLE color: 15727548.
HSL color Cylindrical-coordinate representation of color #BCFBEF: hue angle of 168.57º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BCFBEF is Cyan = 0.25, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 188 | 251 | 239 | - |
| CMYK | 0.25 | 0 | 0.05 | 0.02 |
| HSL | 168.57º | 0.89% | 0.86% | - |
| HSV(B) | 168.57º | 0.25% | 0.98% | - |
| XYZ | 70.82 | 85.92 | 94.51 | - |
| YUV | 230.8 | 132.63 | 97.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 251 | 239 | 0.25 | 0 | 0.05 | 0.02 | 168.57 | 0.89 | 0.86 |
| Hex | BC | FB | EF | 19 | 0 | 5 | 2 | A9 | 59 | 56 |
| Octal | 274 | 373 | 357 | 31 | 0 | 5 | 2 | 251 | 131 | 126 |
| Binary | 10111100 | 11111011 | 11101111 | 11001 | 0 | 101 | 10 | 10101001 | 1011001 | 1010110 |
Color Harmonies of #BCFBEF
Complementary color
Monochromatic Colors of #BCFBEF
Black with #BCFBEF
Text Example
Text Example
White with #BCFBEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFBEF; }
p { color: rgb(188,251,239); }
H1.HeaderClassName
{
color: #BCFBEF;
}
.AnyTagClassName
{
color: #BCFBEF;
}
</style>
background-color css
<style>
a { background-color: #BCFBEF; }
a { background-color: rgb(188,251,239); }
div.DivClassName
{
background-color: #BCFBEF;
}
.BgClassName
{
background-color: #BCFBEF;
}
</style>
border-color css
<style>
span { border-color: #BCFBEF; }
span { border-color: rgb(188,251,239); }
td.TdClassName
{
border-color: #BCFBEF;
}
.TagClassName
{
border-color: #BCFBEF;
}
</style>