Shades of Water Leaf #BCEEE3
Tints of Water Leaf #BCEEE3
RGB
CMYK
RGB Variations
Color information
#BCEEE3 (or 0xBCEEE3) is known color: Water Leaf. HEX triplet: BC, EE and E3. RGB value is (188,238,227). Sum of RGB (Red+Green+Blue) = 188+238+227=653 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.79% from 653); Green value is 238 (93.36% from 255 or 36.45% from 653); Blue value is 227 (89.06% from 255 or 34.76% from 653); Max value from RGB is 238 - color contains mainly: green. Hex color #BCEEE3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCEEE3 is #43111C. Grayscale: #DDDDDD. Windows color (decimal): -4395293 or 14937788. OLE color: 14937788.
HSL color Cylindrical-coordinate representation of color #BCEEE3: hue angle of 166.8º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BCEEE3 is Cyan = 0.21, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 238 | 227 | - |
| CMYK | 0.21 | 0 | 0.05 | 0.07 |
| HSL | 166.8º | 0.6% | 0.84% | - |
| HSV(B) | 166.8º | 0.21% | 0.93% | - |
| XYZ | 65.18 | 77.39 | 84.17 | - |
| YUV | 221.8 | 130.94 | 103.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 238 | 227 | 0.21 | 0 | 0.05 | 0.07 | 166.8 | 0.6 | 0.84 |
| Hex | BC | EE | E3 | 15 | 0 | 5 | 7 | A7 | 3C | 54 |
| Octal | 274 | 356 | 343 | 25 | 0 | 5 | 7 | 247 | 74 | 124 |
| Binary | 10111100 | 11101110 | 11100011 | 10101 | 0 | 101 | 111 | 10100111 | 111100 | 1010100 |
Color Harmonies of #BCEEE3
Complementary color
Monochromatic Colors of #BCEEE3
Black with #BCEEE3
Text Example
Text Example
White with #BCEEE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCEEE3; }
p { color: rgb(188,238,227); }
H1.HeaderClassName
{
color: #BCEEE3;
}
.AnyTagClassName
{
color: #BCEEE3;
}
</style>
background-color css
<style>
a { background-color: #BCEEE3; }
a { background-color: rgb(188,238,227); }
div.DivClassName
{
background-color: #BCEEE3;
}
.BgClassName
{
background-color: #BCEEE3;
}
</style>
border-color css
<style>
span { border-color: #BCEEE3; }
span { border-color: rgb(188,238,227); }
td.TdClassName
{
border-color: #BCEEE3;
}
.TagClassName
{
border-color: #BCEEE3;
}
</style>