Shades of Water Leaf #BDF0E5
Tints of Water Leaf #BDF0E5
RGB
CMYK
RGB Variations
Color information
#BDF0E5 (or 0xBDF0E5) is known color: Water Leaf. HEX triplet: BD, F0 and E5. RGB value is (189,240,229). Sum of RGB (Red+Green+Blue) = 189+240+229=658 (87% of max value = 765). Red value is 189 (74.22% from 255 or 28.72% from 658); Green value is 240 (94.14% from 255 or 36.47% from 658); Blue value is 229 (89.84% from 255 or 34.80% from 658); Max value from RGB is 240 - color contains mainly: green. Hex color #BDF0E5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF0E5 is #420F1A. Grayscale: #DFDFDF. Windows color (decimal): -4329243 or 15069373. OLE color: 15069373.
HSL color Cylindrical-coordinate representation of color #BDF0E5: hue angle of 167.06º degrees, saturation: 0.63, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BDF0E5 is Cyan = 0.21, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 240 | 229 | - |
| CMYK | 0.21 | 0 | 0.05 | 0.06 |
| HSL | 167.06º | 0.63% | 0.84% | - |
| HSV(B) | 167.06º | 0.21% | 0.94% | - |
| XYZ | 66.29 | 78.8 | 85.84 | - |
| YUV | 223.5 | 131.1 | 103.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 240 | 229 | 0.21 | 0 | 0.05 | 0.06 | 167.06 | 0.63 | 0.84 |
| Hex | BD | F0 | E5 | 15 | 0 | 5 | 6 | A7 | 3F | 54 |
| Octal | 275 | 360 | 345 | 25 | 0 | 5 | 6 | 247 | 77 | 124 |
| Binary | 10111101 | 11110000 | 11100101 | 10101 | 0 | 101 | 110 | 10100111 | 111111 | 1010100 |
Color Harmonies of #BDF0E5
Complementary color
Monochromatic Colors of #BDF0E5
Black with #BDF0E5
Text Example
Text Example
White with #BDF0E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF0E5; }
p { color: rgb(189,240,229); }
H1.HeaderClassName
{
color: #BDF0E5;
}
.AnyTagClassName
{
color: #BDF0E5;
}
</style>
background-color css
<style>
a { background-color: #BDF0E5; }
a { background-color: rgb(189,240,229); }
div.DivClassName
{
background-color: #BDF0E5;
}
.BgClassName
{
background-color: #BDF0E5;
}
</style>
border-color css
<style>
span { border-color: #BDF0E5; }
span { border-color: rgb(189,240,229); }
td.TdClassName
{
border-color: #BDF0E5;
}
.TagClassName
{
border-color: #BDF0E5;
}
</style>