Shades of Water Leaf #BDF6E5
Tints of Water Leaf #BDF6E5
RGB
CMYK
RGB Variations
Color information
#BDF6E5 (or 0xBDF6E5) is known color: Water Leaf. HEX triplet: BD, F6 and E5. RGB value is (189,246,229). Sum of RGB (Red+Green+Blue) = 189+246+229=664 (87% of max value = 765). Red value is 189 (74.22% from 255 or 28.46% from 664); Green value is 246 (96.48% from 255 or 37.05% from 664); Blue value is 229 (89.84% from 255 or 34.49% from 664); Max value from RGB is 246 - color contains mainly: green. Hex color #BDF6E5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF6E5 is #42091A. Grayscale: #E3E3E3. Windows color (decimal): -4327707 or 15070909. OLE color: 15070909.
HSL color Cylindrical-coordinate representation of color #BDF6E5: hue angle of 162.11º degrees, saturation: 0.76, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BDF6E5 is Cyan = 0.23, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 189 | 246 | 229 | - |
| CMYK | 0.23 | 0 | 0.07 | 0.04 |
| HSL | 162.11º | 0.76% | 0.85% | - |
| HSV(B) | 162.11º | 0.23% | 0.96% | - |
| XYZ | 68.08 | 82.39 | 86.44 | - |
| YUV | 227.02 | 129.12 | 100.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 246 | 229 | 0.23 | 0 | 0.07 | 0.04 | 162.11 | 0.76 | 0.85 |
| Hex | BD | F6 | E5 | 17 | 0 | 7 | 4 | A2 | 4C | 55 |
| Octal | 275 | 366 | 345 | 27 | 0 | 7 | 4 | 242 | 114 | 125 |
| Binary | 10111101 | 11110110 | 11100101 | 10111 | 0 | 111 | 100 | 10100010 | 1001100 | 1010101 |
Color Harmonies of #BDF6E5
Complementary color
Monochromatic Colors of #BDF6E5
Black with #BDF6E5
Text Example
Text Example
White with #BDF6E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF6E5; }
p { color: rgb(189,246,229); }
H1.HeaderClassName
{
color: #BDF6E5;
}
.AnyTagClassName
{
color: #BDF6E5;
}
</style>
background-color css
<style>
a { background-color: #BDF6E5; }
a { background-color: rgb(189,246,229); }
div.DivClassName
{
background-color: #BDF6E5;
}
.BgClassName
{
background-color: #BDF6E5;
}
</style>
border-color css
<style>
span { border-color: #BDF6E5; }
span { border-color: rgb(189,246,229); }
td.TdClassName
{
border-color: #BDF6E5;
}
.TagClassName
{
border-color: #BDF6E5;
}
</style>