Shades of Water Leaf #BCEADE
Tints of Water Leaf #BCEADE
RGB
CMYK
RGB Variations
Color information
#BCEADE (or 0xBCEADE) is known color: Water Leaf. HEX triplet: BC, EA and DE. RGB value is (188,234,222). Sum of RGB (Red+Green+Blue) = 188+234+222=644 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.19% from 644); Green value is 234 (91.80% from 255 or 36.34% from 644); Blue value is 222 (87.11% from 255 or 34.47% from 644); Max value from RGB is 234 - color contains mainly: green. Hex color #BCEADE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCEADE is #431521. Grayscale: #DADADA. Windows color (decimal): -4396322 or 14609084. OLE color: 14609084.
HSL color Cylindrical-coordinate representation of color #BCEADE: hue angle of 164.35º degrees, saturation: 0.52, 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 #BCEADE is Cyan = 0.20, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 188 | 234 | 222 | - |
| CMYK | 0.20 | 0 | 0.05 | 0.08 |
| HSL | 164.35º | 0.52% | 0.83% | - |
| HSV(B) | 164.35º | 0.2% | 0.92% | - |
| XYZ | 63.35 | 74.81 | 80.21 | - |
| YUV | 218.88 | 129.76 | 105.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 234 | 222 | 0.20 | 0 | 0.05 | 0.08 | 164.35 | 0.52 | 0.83 |
| Hex | BC | EA | DE | 14 | 0 | 5 | 8 | A4 | 34 | 53 |
| Octal | 274 | 352 | 336 | 24 | 0 | 5 | 10 | 244 | 64 | 123 |
| Binary | 10111100 | 11101010 | 11011110 | 10100 | 0 | 101 | 1000 | 10100100 | 110100 | 1010011 |
Color Harmonies of #BCEADE
Complementary color
Monochromatic Colors of #BCEADE
Black with #BCEADE
Text Example
Text Example
White with #BCEADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCEADE; }
p { color: rgb(188,234,222); }
H1.HeaderClassName
{
color: #BCEADE;
}
.AnyTagClassName
{
color: #BCEADE;
}
</style>
background-color css
<style>
a { background-color: #BCEADE; }
a { background-color: rgb(188,234,222); }
div.DivClassName
{
background-color: #BCEADE;
}
.BgClassName
{
background-color: #BCEADE;
}
</style>
border-color css
<style>
span { border-color: #BCEADE; }
span { border-color: rgb(188,234,222); }
td.TdClassName
{
border-color: #BCEADE;
}
.TagClassName
{
border-color: #BCEADE;
}
</style>