Shades of Water Leaf #BDF1E5
Tints of Water Leaf #BDF1E5
RGB
CMYK
RGB Variations
Color information
#BDF1E5 (or 0xBDF1E5) is known color: Water Leaf. HEX triplet: BD, F1 and E5. RGB value is (189,241,229). Sum of RGB (Red+Green+Blue) = 189+241+229=659 (87% of max value = 765). Red value is 189 (74.22% from 255 or 28.68% from 659); Green value is 241 (94.53% from 255 or 36.57% from 659); Blue value is 229 (89.84% from 255 or 34.75% from 659); Max value from RGB is 241 - color contains mainly: green. Hex color #BDF1E5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF1E5 is #420E1A. Grayscale: #E0E0E0. Windows color (decimal): -4328987 or 15069629. OLE color: 15069629.
HSL color Cylindrical-coordinate representation of color #BDF1E5: hue angle of 166.15º degrees, saturation: 0.65, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BDF1E5 is Cyan = 0.22, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 241 | 229 | - |
| CMYK | 0.22 | 0 | 0.05 | 0.05 |
| HSL | 166.15º | 0.65% | 0.84% | - |
| HSV(B) | 166.15º | 0.22% | 0.95% | - |
| XYZ | 66.58 | 79.39 | 85.94 | - |
| YUV | 224.08 | 130.77 | 102.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 241 | 229 | 0.22 | 0 | 0.05 | 0.05 | 166.15 | 0.65 | 0.84 |
| Hex | BD | F1 | E5 | 16 | 0 | 5 | 5 | A6 | 41 | 54 |
| Octal | 275 | 361 | 345 | 26 | 0 | 5 | 5 | 246 | 101 | 124 |
| Binary | 10111101 | 11110001 | 11100101 | 10110 | 0 | 101 | 101 | 10100110 | 1000001 | 1010100 |
Color Harmonies of #BDF1E5
Complementary color
Monochromatic Colors of #BDF1E5
Black with #BDF1E5
Text Example
Text Example
White with #BDF1E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF1E5; }
p { color: rgb(189,241,229); }
H1.HeaderClassName
{
color: #BDF1E5;
}
.AnyTagClassName
{
color: #BDF1E5;
}
</style>
background-color css
<style>
a { background-color: #BDF1E5; }
a { background-color: rgb(189,241,229); }
div.DivClassName
{
background-color: #BDF1E5;
}
.BgClassName
{
background-color: #BDF1E5;
}
</style>
border-color css
<style>
span { border-color: #BDF1E5; }
span { border-color: rgb(189,241,229); }
td.TdClassName
{
border-color: #BDF1E5;
}
.TagClassName
{
border-color: #BDF1E5;
}
</style>