Shades of Water Leaf #BCEBDE
Tints of Water Leaf #BCEBDE
RGB
CMYK
RGB Variations
Color information
#BCEBDE (or 0xBCEBDE) is known color: Water Leaf. HEX triplet: BC, EB and DE. RGB value is (188,235,222). Sum of RGB (Red+Green+Blue) = 188+235+222=645 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.15% from 645); Green value is 235 (92.19% from 255 or 36.43% from 645); Blue value is 222 (87.11% from 255 or 34.42% from 645); Max value from RGB is 235 - color contains mainly: green. Hex color #BCEBDE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCEBDE is #431421. Grayscale: #DBDBDB. Windows color (decimal): -4396066 or 14609340. OLE color: 14609340.
HSL color Cylindrical-coordinate representation of color #BCEBDE: hue angle of 163.4º degrees, saturation: 0.54, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BCEBDE is Cyan = 0.2, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 188 | 235 | 222 | - |
| CMYK | 0.2 | 0 | 0.06 | 0.08 |
| HSL | 163.4º | 0.54% | 0.83% | - |
| HSV(B) | 163.4º | 0.2% | 0.92% | - |
| XYZ | 63.63 | 75.38 | 80.3 | - |
| YUV | 219.47 | 129.43 | 105.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 235 | 222 | 0.2 | 0 | 0.06 | 0.08 | 163.4 | 0.54 | 0.83 |
| Hex | BC | EB | DE | 14 | 0 | 6 | 8 | A3 | 36 | 53 |
| Octal | 274 | 353 | 336 | 24 | 0 | 6 | 10 | 243 | 66 | 123 |
| Binary | 10111100 | 11101011 | 11011110 | 10100 | 0 | 110 | 1000 | 10100011 | 110110 | 1010011 |
Color Harmonies of #BCEBDE
Complementary color
Monochromatic Colors of #BCEBDE
Black with #BCEBDE
Text Example
Text Example
White with #BCEBDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCEBDE; }
p { color: rgb(188,235,222); }
H1.HeaderClassName
{
color: #BCEBDE;
}
.AnyTagClassName
{
color: #BCEBDE;
}
</style>
background-color css
<style>
a { background-color: #BCEBDE; }
a { background-color: rgb(188,235,222); }
div.DivClassName
{
background-color: #BCEBDE;
}
.BgClassName
{
background-color: #BCEBDE;
}
</style>
border-color css
<style>
span { border-color: #BCEBDE; }
span { border-color: rgb(188,235,222); }
td.TdClassName
{
border-color: #BCEBDE;
}
.TagClassName
{
border-color: #BCEBDE;
}
</style>