Shades of Water Leaf #BCEAE0
Tints of Water Leaf #BCEAE0
RGB
CMYK
RGB Variations
Color information
#BCEAE0 (or 0xBCEAE0) is known color: Water Leaf. HEX triplet: BC, EA and E0. RGB value is (188,234,224). Sum of RGB (Red+Green+Blue) = 188+234+224=646 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.10% from 646); Green value is 234 (91.80% from 255 or 36.22% from 646); Blue value is 224 (87.89% from 255 or 34.67% from 646); Max value from RGB is 234 - color contains mainly: green. Hex color #BCEAE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCEAE0 is #43151F. Grayscale: #DBDBDB. Windows color (decimal): -4396320 or 14740156. OLE color: 14740156.
HSL color Cylindrical-coordinate representation of color #BCEAE0: hue angle of 166.96º 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 #BCEAE0 is Cyan = 0.20, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 188 | 234 | 224 | - |
| CMYK | 0.20 | 0 | 0.04 | 0.08 |
| HSL | 166.96º | 0.52% | 0.83% | - |
| HSV(B) | 166.96º | 0.2% | 0.92% | - |
| XYZ | 63.62 | 74.92 | 81.63 | - |
| YUV | 219.11 | 130.76 | 105.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 234 | 224 | 0.20 | 0 | 0.04 | 0.08 | 166.96 | 0.52 | 0.83 |
| Hex | BC | EA | E0 | 14 | 0 | 4 | 8 | A7 | 34 | 53 |
| Octal | 274 | 352 | 340 | 24 | 0 | 4 | 10 | 247 | 64 | 123 |
| Binary | 10111100 | 11101010 | 11100000 | 10100 | 0 | 100 | 1000 | 10100111 | 110100 | 1010011 |
Color Harmonies of #BCEAE0
Complementary color
Monochromatic Colors of #BCEAE0
Black with #BCEAE0
Text Example
Text Example
White with #BCEAE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCEAE0; }
p { color: rgb(188,234,224); }
H1.HeaderClassName
{
color: #BCEAE0;
}
.AnyTagClassName
{
color: #BCEAE0;
}
</style>
background-color css
<style>
a { background-color: #BCEAE0; }
a { background-color: rgb(188,234,224); }
div.DivClassName
{
background-color: #BCEAE0;
}
.BgClassName
{
background-color: #BCEAE0;
}
</style>
border-color css
<style>
span { border-color: #BCEAE0; }
span { border-color: rgb(188,234,224); }
td.TdClassName
{
border-color: #BCEAE0;
}
.TagClassName
{
border-color: #BCEAE0;
}
</style>