Shades of Water Leaf #BCEDE7
Tints of Water Leaf #BCEDE7
RGB
CMYK
RGB Variations
Color information
#BCEDE7 (or 0xBCEDE7) is known color: Water Leaf. HEX triplet: BC, ED and E7. RGB value is (188,237,231). Sum of RGB (Red+Green+Blue) = 188+237+231=656 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.66% from 656); Green value is 237 (92.97% from 255 or 36.13% from 656); Blue value is 231 (90.62% from 255 or 35.21% from 656); Max value from RGB is 237 - color contains mainly: green. Hex color #BCEDE7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCEDE7 is #431218. Grayscale: #DDDDDD. Windows color (decimal): -4395545 or 15199676. OLE color: 15199676.
HSL color Cylindrical-coordinate representation of color #BCEDE7: hue angle of 172.65º degrees, saturation: 0.58, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BCEDE7 is Cyan = 0.21, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 237 | 231 | - |
| CMYK | 0.21 | 0 | 0.03 | 0.07 |
| HSL | 172.65º | 0.58% | 0.83% | - |
| HSV(B) | 172.65º | 0.21% | 0.93% | - |
| XYZ | 65.45 | 77.03 | 87.02 | - |
| YUV | 221.67 | 133.27 | 103.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 237 | 231 | 0.21 | 0 | 0.03 | 0.07 | 172.65 | 0.58 | 0.83 |
| Hex | BC | ED | E7 | 15 | 0 | 3 | 7 | AD | 3A | 53 |
| Octal | 274 | 355 | 347 | 25 | 0 | 3 | 7 | 255 | 72 | 123 |
| Binary | 10111100 | 11101101 | 11100111 | 10101 | 0 | 11 | 111 | 10101101 | 111010 | 1010011 |
Color Harmonies of #BCEDE7
Complementary color
Monochromatic Colors of #BCEDE7
Black with #BCEDE7
Text Example
Text Example
White with #BCEDE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCEDE7; }
p { color: rgb(188,237,231); }
H1.HeaderClassName
{
color: #BCEDE7;
}
.AnyTagClassName
{
color: #BCEDE7;
}
</style>
background-color css
<style>
a { background-color: #BCEDE7; }
a { background-color: rgb(188,237,231); }
div.DivClassName
{
background-color: #BCEDE7;
}
.BgClassName
{
background-color: #BCEDE7;
}
</style>
border-color css
<style>
span { border-color: #BCEDE7; }
span { border-color: rgb(188,237,231); }
td.TdClassName
{
border-color: #BCEDE7;
}
.TagClassName
{
border-color: #BCEDE7;
}
</style>