Shades of Water Leaf #BDF6E7
Tints of Water Leaf #BDF6E7
RGB
CMYK
RGB Variations
Color information
#BDF6E7 (or 0xBDF6E7) is known color: Water Leaf. HEX triplet: BD, F6 and E7. RGB value is (189,246,231). Sum of RGB (Red+Green+Blue) = 189+246+231=666 (88% of max value = 765). Red value is 189 (74.22% from 255 or 28.38% from 666); Green value is 246 (96.48% from 255 or 36.94% from 666); Blue value is 231 (90.62% from 255 or 34.68% from 666); Max value from RGB is 246 - color contains mainly: green. Hex color #BDF6E7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDF6E7 is #420918. Grayscale: #E3E3E3. Windows color (decimal): -4327705 or 15201981. OLE color: 15201981.
HSL color Cylindrical-coordinate representation of color #BDF6E7: hue angle of 164.21º 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 #BDF6E7 is Cyan = 0.23, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 189 | 246 | 231 | - |
| CMYK | 0.23 | 0 | 0.06 | 0.04 |
| HSL | 164.21º | 0.76% | 0.85% | - |
| HSV(B) | 164.21º | 0.23% | 0.96% | - |
| XYZ | 68.37 | 82.5 | 87.92 | - |
| YUV | 227.25 | 130.12 | 100.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 246 | 231 | 0.23 | 0 | 0.06 | 0.04 | 164.21 | 0.76 | 0.85 |
| Hex | BD | F6 | E7 | 17 | 0 | 6 | 4 | A4 | 4C | 55 |
| Octal | 275 | 366 | 347 | 27 | 0 | 6 | 4 | 244 | 114 | 125 |
| Binary | 10111101 | 11110110 | 11100111 | 10111 | 0 | 110 | 100 | 10100100 | 1001100 | 1010101 |
Color Harmonies of #BDF6E7
Complementary color
Monochromatic Colors of #BDF6E7
Black with #BDF6E7
Text Example
Text Example
White with #BDF6E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF6E7; }
p { color: rgb(189,246,231); }
H1.HeaderClassName
{
color: #BDF6E7;
}
.AnyTagClassName
{
color: #BDF6E7;
}
</style>
background-color css
<style>
a { background-color: #BDF6E7; }
a { background-color: rgb(189,246,231); }
div.DivClassName
{
background-color: #BDF6E7;
}
.BgClassName
{
background-color: #BDF6E7;
}
</style>
border-color css
<style>
span { border-color: #BDF6E7; }
span { border-color: rgb(189,246,231); }
td.TdClassName
{
border-color: #BDF6E7;
}
.TagClassName
{
border-color: #BDF6E7;
}
</style>