Shades of Water Leaf #BDEAE2
Tints of Water Leaf #BDEAE2
RGB
CMYK
RGB Variations
Color information
#BDEAE2 (or 0xBDEAE2) is known color: Water Leaf. HEX triplet: BD, EA and E2. RGB value is (189,234,226). Sum of RGB (Red+Green+Blue) = 189+234+226=649 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.12% from 649); Green value is 234 (91.80% from 255 or 36.06% from 649); Blue value is 226 (88.67% from 255 or 34.82% from 649); Max value from RGB is 234 - color contains mainly: green. Hex color #BDEAE2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDEAE2 is #42151D. Grayscale: #DBDBDB. Windows color (decimal): -4330782 or 14871229. OLE color: 14871229.
HSL color Cylindrical-coordinate representation of color #BDEAE2: hue angle of 169.33º degrees, saturation: 0.52, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BDEAE2 is Cyan = 0.19, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 189 | 234 | 226 | - |
| CMYK | 0.19 | 0 | 0.03 | 0.08 |
| HSL | 169.33º | 0.52% | 0.83% | - |
| HSV(B) | 169.33º | 0.19% | 0.92% | - |
| XYZ | 64.14 | 75.16 | 83.08 | - |
| YUV | 219.63 | 131.59 | 106.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 234 | 226 | 0.19 | 0 | 0.03 | 0.08 | 169.33 | 0.52 | 0.83 |
| Hex | BD | EA | E2 | 13 | 0 | 3 | 8 | A9 | 34 | 53 |
| Octal | 275 | 352 | 342 | 23 | 0 | 3 | 10 | 251 | 64 | 123 |
| Binary | 10111101 | 11101010 | 11100010 | 10011 | 0 | 11 | 1000 | 10101001 | 110100 | 1010011 |
Color Harmonies of #BDEAE2
Complementary color
Monochromatic Colors of #BDEAE2
Black with #BDEAE2
Text Example
Text Example
White with #BDEAE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDEAE2; }
p { color: rgb(189,234,226); }
H1.HeaderClassName
{
color: #BDEAE2;
}
.AnyTagClassName
{
color: #BDEAE2;
}
</style>
background-color css
<style>
a { background-color: #BDEAE2; }
a { background-color: rgb(189,234,226); }
div.DivClassName
{
background-color: #BDEAE2;
}
.BgClassName
{
background-color: #BDEAE2;
}
</style>
border-color css
<style>
span { border-color: #BDEAE2; }
span { border-color: rgb(189,234,226); }
td.TdClassName
{
border-color: #BDEAE2;
}
.TagClassName
{
border-color: #BDEAE2;
}
</style>