Shades of Water Leaf #BCEFE5
Tints of Water Leaf #BCEFE5
RGB
CMYK
RGB Variations
Color information
#BCEFE5 (or 0xBCEFE5) is known color: Water Leaf. HEX triplet: BC, EF and E5. RGB value is (188,239,229). Sum of RGB (Red+Green+Blue) = 188+239+229=656 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.66% from 656); Green value is 239 (93.75% from 255 or 36.43% from 656); Blue value is 229 (89.84% from 255 or 34.91% from 656); Max value from RGB is 239 - color contains mainly: green. Hex color #BCEFE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCEFE5 is #43101A. Grayscale: #DEDEDE. Windows color (decimal): -4395035 or 15069116. OLE color: 15069116.
HSL color Cylindrical-coordinate representation of color #BCEFE5: hue angle of 168.24º 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 #BCEFE5 is Cyan = 0.21, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 188 | 239 | 229 | - |
| CMYK | 0.21 | 0 | 0.04 | 0.06 |
| HSL | 168.24º | 0.61% | 0.84% | - |
| HSV(B) | 168.24º | 0.21% | 0.94% | - |
| XYZ | 65.75 | 78.08 | 85.73 | - |
| YUV | 222.61 | 131.6 | 103.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 239 | 229 | 0.21 | 0 | 0.04 | 0.06 | 168.24 | 0.61 | 0.84 |
| Hex | BC | EF | E5 | 15 | 0 | 4 | 6 | A8 | 3D | 54 |
| Octal | 274 | 357 | 345 | 25 | 0 | 4 | 6 | 250 | 75 | 124 |
| Binary | 10111100 | 11101111 | 11100101 | 10101 | 0 | 100 | 110 | 10101000 | 111101 | 1010100 |
Color Harmonies of #BCEFE5
Complementary color
Monochromatic Colors of #BCEFE5
Black with #BCEFE5
Text Example
Text Example
White with #BCEFE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCEFE5; }
p { color: rgb(188,239,229); }
H1.HeaderClassName
{
color: #BCEFE5;
}
.AnyTagClassName
{
color: #BCEFE5;
}
</style>
background-color css
<style>
a { background-color: #BCEFE5; }
a { background-color: rgb(188,239,229); }
div.DivClassName
{
background-color: #BCEFE5;
}
.BgClassName
{
background-color: #BCEFE5;
}
</style>
border-color css
<style>
span { border-color: #BCEFE5; }
span { border-color: rgb(188,239,229); }
td.TdClassName
{
border-color: #BCEFE5;
}
.TagClassName
{
border-color: #BCEFE5;
}
</style>