Shades of Water Leaf #BCEFE3
Tints of Water Leaf #BCEFE3
RGB
CMYK
RGB Variations
Color information
#BCEFE3 (or 0xBCEFE3) is known color: Water Leaf. HEX triplet: BC, EF and E3. RGB value is (188,239,227). Sum of RGB (Red+Green+Blue) = 188+239+227=654 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.75% from 654); Green value is 239 (93.75% from 255 or 36.54% from 654); Blue value is 227 (89.06% from 255 or 34.71% from 654); Max value from RGB is 239 - color contains mainly: green. Hex color #BCEFE3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCEFE3 is #43101C. Grayscale: #DEDEDE. Windows color (decimal): -4395037 or 14938044. OLE color: 14938044.
HSL color Cylindrical-coordinate representation of color #BCEFE3: hue angle of 165.88º degrees, saturation: 0.61, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BCEFE3 is Cyan = 0.21, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 188 | 239 | 227 | - |
| CMYK | 0.21 | 0 | 0.05 | 0.06 |
| HSL | 165.88º | 0.61% | 0.84% | - |
| HSV(B) | 165.88º | 0.21% | 0.94% | - |
| XYZ | 65.47 | 77.97 | 84.27 | - |
| YUV | 222.38 | 130.6 | 103.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 239 | 227 | 0.21 | 0 | 0.05 | 0.06 | 165.88 | 0.61 | 0.84 |
| Hex | BC | EF | E3 | 15 | 0 | 5 | 6 | A6 | 3D | 54 |
| Octal | 274 | 357 | 343 | 25 | 0 | 5 | 6 | 246 | 75 | 124 |
| Binary | 10111100 | 11101111 | 11100011 | 10101 | 0 | 101 | 110 | 10100110 | 111101 | 1010100 |
Color Harmonies of #BCEFE3
Complementary color
Monochromatic Colors of #BCEFE3
Black with #BCEFE3
Text Example
Text Example
White with #BCEFE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCEFE3; }
p { color: rgb(188,239,227); }
H1.HeaderClassName
{
color: #BCEFE3;
}
.AnyTagClassName
{
color: #BCEFE3;
}
</style>
background-color css
<style>
a { background-color: #BCEFE3; }
a { background-color: rgb(188,239,227); }
div.DivClassName
{
background-color: #BCEFE3;
}
.BgClassName
{
background-color: #BCEFE3;
}
</style>
border-color css
<style>
span { border-color: #BCEFE3; }
span { border-color: rgb(188,239,227); }
td.TdClassName
{
border-color: #BCEFE3;
}
.TagClassName
{
border-color: #BCEFE3;
}
</style>