Shades of Water Leaf #BAEBDC
Tints of Water Leaf #BAEBDC
RGB
CMYK
RGB Variations
Color information
#BAEBDC (or 0xBAEBDC) is known color: Water Leaf. HEX triplet: BA, EB and DC. RGB value is (186,235,220). Sum of RGB (Red+Green+Blue) = 186+235+220=641 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.02% from 641); Green value is 235 (92.19% from 255 or 36.66% from 641); Blue value is 220 (86.33% from 255 or 34.32% from 641); Max value from RGB is 235 - color contains mainly: green. Hex color #BAEBDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAEBDC is #451423. Grayscale: #DADADA. Windows color (decimal): -4527140 or 14478266. OLE color: 14478266.
HSL color Cylindrical-coordinate representation of color #BAEBDC: hue angle of 161.63º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BAEBDC is Cyan = 0.21, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 186 | 235 | 220 | - |
| CMYK | 0.21 | 0 | 0.06 | 0.08 |
| HSL | 161.63º | 0.55% | 0.83% | - |
| HSV(B) | 161.63º | 0.21% | 0.92% | - |
| XYZ | 62.88 | 75.02 | 78.88 | - |
| YUV | 218.64 | 128.77 | 104.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 235 | 220 | 0.21 | 0 | 0.06 | 0.08 | 161.63 | 0.55 | 0.83 |
| Hex | BA | EB | DC | 15 | 0 | 6 | 8 | A2 | 37 | 53 |
| Octal | 272 | 353 | 334 | 25 | 0 | 6 | 10 | 242 | 67 | 123 |
| Binary | 10111010 | 11101011 | 11011100 | 10101 | 0 | 110 | 1000 | 10100010 | 110111 | 1010011 |
Color Harmonies of #BAEBDC
Complementary color
Monochromatic Colors of #BAEBDC
Black with #BAEBDC
Text Example
Text Example
White with #BAEBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAEBDC; }
p { color: rgb(186,235,220); }
H1.HeaderClassName
{
color: #BAEBDC;
}
.AnyTagClassName
{
color: #BAEBDC;
}
</style>
background-color css
<style>
a { background-color: #BAEBDC; }
a { background-color: rgb(186,235,220); }
div.DivClassName
{
background-color: #BAEBDC;
}
.BgClassName
{
background-color: #BAEBDC;
}
</style>
border-color css
<style>
span { border-color: #BAEBDC; }
span { border-color: rgb(186,235,220); }
td.TdClassName
{
border-color: #BAEBDC;
}
.TagClassName
{
border-color: #BAEBDC;
}
</style>