Shades of Water Leaf #BDF7E6
Tints of Water Leaf #BDF7E6
RGB
CMYK
RGB Variations
Color information
#BDF7E6 (or 0xBDF7E6) is known color: Water Leaf. HEX triplet: BD, F7 and E6. RGB value is (189,247,230). Sum of RGB (Red+Green+Blue) = 189+247+230=666 (88% of max value = 765). Red value is 189 (74.22% from 255 or 28.38% from 666); Green value is 247 (96.88% from 255 or 37.09% from 666); Blue value is 230 (90.23% from 255 or 34.53% from 666); Max value from RGB is 247 - color contains mainly: green. Hex color #BDF7E6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDF7E6 is #420819. Grayscale: #E3E3E3. Windows color (decimal): -4327450 or 15136701. OLE color: 15136701.
HSL color Cylindrical-coordinate representation of color #BDF7E6: hue angle of 162.41º degrees, saturation: 0.78, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BDF7E6 is Cyan = 0.23, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 189 | 247 | 230 | - |
| CMYK | 0.23 | 0 | 0.07 | 0.03 |
| HSL | 162.41º | 0.78% | 0.85% | - |
| HSV(B) | 162.41º | 0.23% | 0.97% | - |
| XYZ | 68.53 | 83.05 | 87.28 | - |
| YUV | 227.72 | 129.28 | 100.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 247 | 230 | 0.23 | 0 | 0.07 | 0.03 | 162.41 | 0.78 | 0.85 |
| Hex | BD | F7 | E6 | 17 | 0 | 7 | 3 | A2 | 4E | 55 |
| Octal | 275 | 367 | 346 | 27 | 0 | 7 | 3 | 242 | 116 | 125 |
| Binary | 10111101 | 11110111 | 11100110 | 10111 | 0 | 111 | 11 | 10100010 | 1001110 | 1010101 |
Color Harmonies of #BDF7E6
Complementary color
Monochromatic Colors of #BDF7E6
Black with #BDF7E6
Text Example
Text Example
White with #BDF7E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF7E6; }
p { color: rgb(189,247,230); }
H1.HeaderClassName
{
color: #BDF7E6;
}
.AnyTagClassName
{
color: #BDF7E6;
}
</style>
background-color css
<style>
a { background-color: #BDF7E6; }
a { background-color: rgb(189,247,230); }
div.DivClassName
{
background-color: #BDF7E6;
}
.BgClassName
{
background-color: #BDF7E6;
}
</style>
border-color css
<style>
span { border-color: #BDF7E6; }
span { border-color: rgb(189,247,230); }
td.TdClassName
{
border-color: #BDF7E6;
}
.TagClassName
{
border-color: #BDF7E6;
}
</style>