Shades of Water Leaf #BCE9E3
Tints of Water Leaf #BCE9E3
RGB
CMYK
RGB Variations
Color information
#BCE9E3 (or 0xBCE9E3) is known color: Water Leaf. HEX triplet: BC, E9 and E3. RGB value is (188,233,227). Sum of RGB (Red+Green+Blue) = 188+233+227=648 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.01% from 648); Green value is 233 (91.41% from 255 or 35.96% from 648); Blue value is 227 (89.06% from 255 or 35.03% from 648); Max value from RGB is 233 - color contains mainly: green. Hex color #BCE9E3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCE9E3 is #43161C. Grayscale: #DADADA. Windows color (decimal): -4396573 or 14936508. OLE color: 14936508.
HSL color Cylindrical-coordinate representation of color #BCE9E3: hue angle of 172º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BCE9E3 is Cyan = 0.19, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 188 | 233 | 227 | - |
| CMYK | 0.19 | 0 | 0.03 | 0.09 |
| HSL | 172º | 0.51% | 0.83% | - |
| HSV(B) | 172º | 0.19% | 0.91% | - |
| XYZ | 63.74 | 74.52 | 83.7 | - |
| YUV | 218.86 | 132.59 | 105.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 233 | 227 | 0.19 | 0 | 0.03 | 0.09 | 172 | 0.51 | 0.83 |
| Hex | BC | E9 | E3 | 13 | 0 | 3 | 9 | AC | 33 | 53 |
| Octal | 274 | 351 | 343 | 23 | 0 | 3 | 11 | 254 | 63 | 123 |
| Binary | 10111100 | 11101001 | 11100011 | 10011 | 0 | 11 | 1001 | 10101100 | 110011 | 1010011 |
Color Harmonies of #BCE9E3
Complementary color
Monochromatic Colors of #BCE9E3
Black with #BCE9E3
Text Example
Text Example
White with #BCE9E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE9E3; }
p { color: rgb(188,233,227); }
H1.HeaderClassName
{
color: #BCE9E3;
}
.AnyTagClassName
{
color: #BCE9E3;
}
</style>
background-color css
<style>
a { background-color: #BCE9E3; }
a { background-color: rgb(188,233,227); }
div.DivClassName
{
background-color: #BCE9E3;
}
.BgClassName
{
background-color: #BCE9E3;
}
</style>
border-color css
<style>
span { border-color: #BCE9E3; }
span { border-color: rgb(188,233,227); }
td.TdClassName
{
border-color: #BCE9E3;
}
.TagClassName
{
border-color: #BCE9E3;
}
</style>