Shades of Water Leaf #BCEFDD
Tints of Water Leaf #BCEFDD
RGB
CMYK
RGB Variations
Color information
#BCEFDD (or 0xBCEFDD) is known color: Water Leaf. HEX triplet: BC, EF and DD. RGB value is (188,239,221). Sum of RGB (Red+Green+Blue) = 188+239+221=648 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.01% from 648); Green value is 239 (93.75% from 255 or 36.88% from 648); Blue value is 221 (86.72% from 255 or 34.10% from 648); Max value from RGB is 239 - color contains mainly: green. Hex color #BCEFDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCEFDD is #431022. Grayscale: #DDDDDD. Windows color (decimal): -4395043 or 14544828. OLE color: 14544828.
HSL color Cylindrical-coordinate representation of color #BCEFDD: hue angle of 158.82º 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 #BCEFDD is Cyan = 0.21, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 188 | 239 | 221 | - |
| CMYK | 0.21 | 0 | 0.08 | 0.06 |
| HSL | 158.82º | 0.61% | 0.84% | - |
| HSV(B) | 158.82º | 0.21% | 0.94% | - |
| XYZ | 64.66 | 77.64 | 79.99 | - |
| YUV | 221.7 | 127.6 | 103.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 239 | 221 | 0.21 | 0 | 0.08 | 0.06 | 158.82 | 0.61 | 0.84 |
| Hex | BC | EF | DD | 15 | 0 | 8 | 6 | 9F | 3D | 54 |
| Octal | 274 | 357 | 335 | 25 | 0 | 10 | 6 | 237 | 75 | 124 |
| Binary | 10111100 | 11101111 | 11011101 | 10101 | 0 | 1000 | 110 | 10011111 | 111101 | 1010100 |
Color Harmonies of #BCEFDD
Complementary color
Monochromatic Colors of #BCEFDD
Black with #BCEFDD
Text Example
Text Example
White with #BCEFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCEFDD; }
p { color: rgb(188,239,221); }
H1.HeaderClassName
{
color: #BCEFDD;
}
.AnyTagClassName
{
color: #BCEFDD;
}
</style>
background-color css
<style>
a { background-color: #BCEFDD; }
a { background-color: rgb(188,239,221); }
div.DivClassName
{
background-color: #BCEFDD;
}
.BgClassName
{
background-color: #BCEFDD;
}
</style>
border-color css
<style>
span { border-color: #BCEFDD; }
span { border-color: rgb(188,239,221); }
td.TdClassName
{
border-color: #BCEFDD;
}
.TagClassName
{
border-color: #BCEFDD;
}
</style>