Shades of Water Leaf #BAEDE2
Tints of Water Leaf #BAEDE2
RGB
CMYK
RGB Variations
Color information
#BAEDE2 (or 0xBAEDE2) is known color: Water Leaf. HEX triplet: BA, ED and E2. RGB value is (186,237,226). Sum of RGB (Red+Green+Blue) = 186+237+226=649 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.66% from 649); Green value is 237 (92.97% from 255 or 36.52% from 649); Blue value is 226 (88.67% from 255 or 34.82% from 649); Max value from RGB is 237 - color contains mainly: green. Hex color #BAEDE2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAEDE2 is #45121D. Grayscale: #DCDCDC. Windows color (decimal): -4526622 or 14871994. OLE color: 14871994.
HSL color Cylindrical-coordinate representation of color #BAEDE2: hue angle of 167.06º degrees, saturation: 0.59, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BAEDE2 is Cyan = 0.22, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
RGB | 186 | 237 | 226 | - |
CMYK | 0.22 | 0 | 0.05 | 0.07 |
HSL | 167.06º | 0.59% | 0.83% | - |
HSV(B) | 167.06º | 0.22% | 0.93% | - |
XYZ | 64.26 | 76.5 | 83.33 | - |
YUV | 220.5 | 131.1 | 103.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 186 | 237 | 226 | 0.22 | 0 | 0.05 | 0.07 | 167.06 | 0.59 | 0.83 |
Hex | BA | ED | E2 | 16 | 0 | 5 | 7 | A7 | 3B | 53 |
Octal | 272 | 355 | 342 | 26 | 0 | 5 | 7 | 247 | 73 | 123 |
Binary | 10111010 | 11101101 | 11100010 | 10110 | 0 | 101 | 111 | 10100111 | 111011 | 1010011 |
Color Harmonies of #BAEDE2
Complementary color
Monochromatic Colors of #BAEDE2
Black with #BAEDE2
Text Example
Text Example
White with #BAEDE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAEDE2; }
p { color: rgb(186,237,226); }
H1.HeaderClassName
{
color: #BAEDE2;
}
.AnyTagClassName
{
color: #BAEDE2;
}
</style>
background-color css
<style>
a { background-color: #BAEDE2; }
a { background-color: rgb(186,237,226); }
div.DivClassName
{
background-color: #BAEDE2;
}
.BgClassName
{
background-color: #BAEDE2;
}
</style>
border-color css
<style>
span { border-color: #BAEDE2; }
span { border-color: rgb(186,237,226); }
td.TdClassName
{
border-color: #BAEDE2;
}
.TagClassName
{
border-color: #BAEDE2;
}
</style>