Shades of Water Leaf #BDEAE1
Tints of Water Leaf #BDEAE1
RGB
CMYK
RGB Variations
Color information
#BDEAE1 (or 0xBDEAE1) is known color: Water Leaf. HEX triplet: BD, EA and E1. RGB value is (189,234,225). Sum of RGB (Red+Green+Blue) = 189+234+225=648 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.17% from 648); Green value is 234 (91.80% from 255 or 36.11% from 648); Blue value is 225 (88.28% from 255 or 34.72% from 648); Max value from RGB is 234 - color contains mainly: green. Hex color #BDEAE1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDEAE1 is #42151E. Grayscale: #DBDBDB. Windows color (decimal): -4330783 or 14805693. OLE color: 14805693.
HSL color Cylindrical-coordinate representation of color #BDEAE1: hue angle of 168º 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 #BDEAE1 is Cyan = 0.19, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 189 | 234 | 225 | - |
| CMYK | 0.19 | 0 | 0.04 | 0.08 |
| HSL | 168º | 0.52% | 0.83% | - |
| HSV(B) | 168º | 0.19% | 0.92% | - |
| XYZ | 64 | 75.1 | 82.36 | - |
| YUV | 219.52 | 131.09 | 106.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 234 | 225 | 0.19 | 0 | 0.04 | 0.08 | 168 | 0.52 | 0.83 |
| Hex | BD | EA | E1 | 13 | 0 | 4 | 8 | A8 | 34 | 53 |
| Octal | 275 | 352 | 341 | 23 | 0 | 4 | 10 | 250 | 64 | 123 |
| Binary | 10111101 | 11101010 | 11100001 | 10011 | 0 | 100 | 1000 | 10101000 | 110100 | 1010011 |
Color Harmonies of #BDEAE1
Complementary color
Monochromatic Colors of #BDEAE1
Black with #BDEAE1
Text Example
Text Example
White with #BDEAE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDEAE1; }
p { color: rgb(189,234,225); }
H1.HeaderClassName
{
color: #BDEAE1;
}
.AnyTagClassName
{
color: #BDEAE1;
}
</style>
background-color css
<style>
a { background-color: #BDEAE1; }
a { background-color: rgb(189,234,225); }
div.DivClassName
{
background-color: #BDEAE1;
}
.BgClassName
{
background-color: #BDEAE1;
}
</style>
border-color css
<style>
span { border-color: #BDEAE1; }
span { border-color: rgb(189,234,225); }
td.TdClassName
{
border-color: #BDEAE1;
}
.TagClassName
{
border-color: #BDEAE1;
}
</style>