Shades of Water Leaf #BDF0E2
Tints of Water Leaf #BDF0E2
RGB
CMYK
RGB Variations
Color information
#BDF0E2 (or 0xBDF0E2) is known color: Water Leaf. HEX triplet: BD, F0 and E2. RGB value is (189,240,226). Sum of RGB (Red+Green+Blue) = 189+240+226=655 (86% of max value = 765). Red value is 189 (74.22% from 255 or 28.85% from 655); Green value is 240 (94.14% from 255 or 36.64% from 655); Blue value is 226 (88.67% from 255 or 34.50% from 655); Max value from RGB is 240 - color contains mainly: green. Hex color #BDF0E2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF0E2 is #420F1D. Grayscale: #DFDFDF. Windows color (decimal): -4329246 or 14872765. OLE color: 14872765.
HSL color Cylindrical-coordinate representation of color #BDF0E2: hue angle of 163.53º 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 #BDF0E2 is Cyan = 0.21, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 240 | 226 | - |
| CMYK | 0.21 | 0 | 0.06 | 0.06 |
| HSL | 163.53º | 0.63% | 0.84% | - |
| HSV(B) | 163.53º | 0.21% | 0.94% | - |
| XYZ | 65.87 | 78.63 | 83.66 | - |
| YUV | 223.16 | 129.6 | 103.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 240 | 226 | 0.21 | 0 | 0.06 | 0.06 | 163.53 | 0.63 | 0.84 |
| Hex | BD | F0 | E2 | 15 | 0 | 6 | 6 | A4 | 3F | 54 |
| Octal | 275 | 360 | 342 | 25 | 0 | 6 | 6 | 244 | 77 | 124 |
| Binary | 10111101 | 11110000 | 11100010 | 10101 | 0 | 110 | 110 | 10100100 | 111111 | 1010100 |
Color Harmonies of #BDF0E2
Complementary color
Monochromatic Colors of #BDF0E2
Black with #BDF0E2
Text Example
Text Example
White with #BDF0E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF0E2; }
p { color: rgb(189,240,226); }
H1.HeaderClassName
{
color: #BDF0E2;
}
.AnyTagClassName
{
color: #BDF0E2;
}
</style>
background-color css
<style>
a { background-color: #BDF0E2; }
a { background-color: rgb(189,240,226); }
div.DivClassName
{
background-color: #BDF0E2;
}
.BgClassName
{
background-color: #BDF0E2;
}
</style>
border-color css
<style>
span { border-color: #BDF0E2; }
span { border-color: rgb(189,240,226); }
td.TdClassName
{
border-color: #BDF0E2;
}
.TagClassName
{
border-color: #BDF0E2;
}
</style>