Shades of Water Leaf #BDF9E5
Tints of Water Leaf #BDF9E5
RGB
CMYK
RGB Variations
Color information
#BDF9E5 (or 0xBDF9E5) is known color: Water Leaf. HEX triplet: BD, F9 and E5. RGB value is (189,249,229). Sum of RGB (Red+Green+Blue) = 189+249+229=667 (88% of max value = 765). Red value is 189 (74.22% from 255 or 28.34% from 667); Green value is 249 (97.66% from 255 or 37.33% from 667); Blue value is 229 (89.84% from 255 or 34.33% from 667); Max value from RGB is 249 - color contains mainly: green. Hex color #BDF9E5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF9E5 is #42061A. Grayscale: #E4E4E4. Windows color (decimal): -4326939 or 15071677. OLE color: 15071677.
HSL color Cylindrical-coordinate representation of color #BDF9E5: hue angle of 160º degrees, saturation: 0.83, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BDF9E5 is Cyan = 0.24, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 189 | 249 | 229 | - |
| CMYK | 0.24 | 0 | 0.08 | 0.02 |
| HSL | 160º | 0.83% | 0.86% | - |
| HSV(B) | 160º | 0.24% | 0.98% | - |
| XYZ | 69 | 84.23 | 86.75 | - |
| YUV | 228.78 | 128.12 | 99.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 249 | 229 | 0.24 | 0 | 0.08 | 0.02 | 160 | 0.83 | 0.86 |
| Hex | BD | F9 | E5 | 18 | 0 | 8 | 2 | A0 | 53 | 56 |
| Octal | 275 | 371 | 345 | 30 | 0 | 10 | 2 | 240 | 123 | 126 |
| Binary | 10111101 | 11111001 | 11100101 | 11000 | 0 | 1000 | 10 | 10100000 | 1010011 | 1010110 |
Color Harmonies of #BDF9E5
Complementary color
Monochromatic Colors of #BDF9E5
Black with #BDF9E5
Text Example
Text Example
White with #BDF9E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF9E5; }
p { color: rgb(189,249,229); }
H1.HeaderClassName
{
color: #BDF9E5;
}
.AnyTagClassName
{
color: #BDF9E5;
}
</style>
background-color css
<style>
a { background-color: #BDF9E5; }
a { background-color: rgb(189,249,229); }
div.DivClassName
{
background-color: #BDF9E5;
}
.BgClassName
{
background-color: #BDF9E5;
}
</style>
border-color css
<style>
span { border-color: #BDF9E5; }
span { border-color: rgb(189,249,229); }
td.TdClassName
{
border-color: #BDF9E5;
}
.TagClassName
{
border-color: #BDF9E5;
}
</style>