Shades of Water Leaf #BDF8ED
Tints of Water Leaf #BDF8ED
RGB
CMYK
RGB Variations
Color information
#BDF8ED (or 0xBDF8ED) is known color: Water Leaf. HEX triplet: BD, F8 and ED. RGB value is (189,248,237). Sum of RGB (Red+Green+Blue) = 189+248+237=674 (89% of max value = 765). Red value is 189 (74.22% from 255 or 28.04% from 674); Green value is 248 (97.27% from 255 or 36.80% from 674); Blue value is 237 (92.97% from 255 or 35.16% from 674); Max value from RGB is 248 - color contains mainly: green. Hex color #BDF8ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDF8ED is #420712. Grayscale: #E5E5E5. Windows color (decimal): -4327187 or 15595709. OLE color: 15595709.
HSL color Cylindrical-coordinate representation of color #BDF8ED: hue angle of 168.81º degrees, saturation: 0.81, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BDF8ED is Cyan = 0.24, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 189 | 248 | 237 | - |
| CMYK | 0.24 | 0 | 0.04 | 0.03 |
| HSL | 168.81º | 0.81% | 0.86% | - |
| HSV(B) | 168.81º | 0.24% | 0.97% | - |
| XYZ | 69.84 | 84.07 | 92.67 | - |
| YUV | 229.11 | 132.45 | 99.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 248 | 237 | 0.24 | 0 | 0.04 | 0.03 | 168.81 | 0.81 | 0.86 |
| Hex | BD | F8 | ED | 18 | 0 | 4 | 3 | A9 | 51 | 56 |
| Octal | 275 | 370 | 355 | 30 | 0 | 4 | 3 | 251 | 121 | 126 |
| Binary | 10111101 | 11111000 | 11101101 | 11000 | 0 | 100 | 11 | 10101001 | 1010001 | 1010110 |
Color Harmonies of #BDF8ED
Complementary color
Monochromatic Colors of #BDF8ED
Black with #BDF8ED
Text Example
Text Example
White with #BDF8ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF8ED; }
p { color: rgb(189,248,237); }
H1.HeaderClassName
{
color: #BDF8ED;
}
.AnyTagClassName
{
color: #BDF8ED;
}
</style>
background-color css
<style>
a { background-color: #BDF8ED; }
a { background-color: rgb(189,248,237); }
div.DivClassName
{
background-color: #BDF8ED;
}
.BgClassName
{
background-color: #BDF8ED;
}
</style>
border-color css
<style>
span { border-color: #BDF8ED; }
span { border-color: rgb(189,248,237); }
td.TdClassName
{
border-color: #BDF8ED;
}
.TagClassName
{
border-color: #BDF8ED;
}
</style>