Shades of Water Leaf #BCEBDF
Tints of Water Leaf #BCEBDF
RGB
CMYK
RGB Variations
Color information
#BCEBDF (or 0xBCEBDF) is known color: Water Leaf. HEX triplet: BC, EB and DF. RGB value is (188,235,223). Sum of RGB (Red+Green+Blue) = 188+235+223=646 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.10% from 646); Green value is 235 (92.19% from 255 or 36.38% from 646); Blue value is 223 (87.5% from 255 or 34.52% from 646); Max value from RGB is 235 - color contains mainly: green. Hex color #BCEBDF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCEBDF is #431420. Grayscale: #DBDBDB. Windows color (decimal): -4396065 or 14674876. OLE color: 14674876.
HSL color Cylindrical-coordinate representation of color #BCEBDF: hue angle of 164.68º 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 #BCEBDF is Cyan = 0.2, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 188 | 235 | 223 | - |
| CMYK | 0.2 | 0 | 0.05 | 0.08 |
| HSL | 164.68º | 0.54% | 0.83% | - |
| HSV(B) | 164.68º | 0.2% | 0.92% | - |
| XYZ | 63.77 | 75.44 | 81.01 | - |
| YUV | 219.58 | 129.93 | 105.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 235 | 223 | 0.2 | 0 | 0.05 | 0.08 | 164.68 | 0.54 | 0.83 |
| Hex | BC | EB | DF | 14 | 0 | 5 | 8 | A5 | 36 | 53 |
| Octal | 274 | 353 | 337 | 24 | 0 | 5 | 10 | 245 | 66 | 123 |
| Binary | 10111100 | 11101011 | 11011111 | 10100 | 0 | 101 | 1000 | 10100101 | 110110 | 1010011 |
Color Harmonies of #BCEBDF
Complementary color
Monochromatic Colors of #BCEBDF
Black with #BCEBDF
Text Example
Text Example
White with #BCEBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCEBDF; }
p { color: rgb(188,235,223); }
H1.HeaderClassName
{
color: #BCEBDF;
}
.AnyTagClassName
{
color: #BCEBDF;
}
</style>
background-color css
<style>
a { background-color: #BCEBDF; }
a { background-color: rgb(188,235,223); }
div.DivClassName
{
background-color: #BCEBDF;
}
.BgClassName
{
background-color: #BCEBDF;
}
</style>
border-color css
<style>
span { border-color: #BCEBDF; }
span { border-color: rgb(188,235,223); }
td.TdClassName
{
border-color: #BCEBDF;
}
.TagClassName
{
border-color: #BCEBDF;
}
</style>