Shades of Water Leaf #BDF9ED
Tints of Water Leaf #BDF9ED
RGB
CMYK
RGB Variations
Color information
#BDF9ED (or 0xBDF9ED) is known color: Water Leaf. HEX triplet: BD, F9 and ED. RGB value is (189,249,237). Sum of RGB (Red+Green+Blue) = 189+249+237=675 (89% of max value = 765). Red value is 189 (74.22% from 255 or 28% from 675); Green value is 249 (97.66% from 255 or 36.89% from 675); Blue value is 237 (92.97% from 255 or 35.11% from 675); Max value from RGB is 249 - color contains mainly: green. Hex color #BDF9ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDF9ED is #420612. Grayscale: #E5E5E5. Windows color (decimal): -4326931 or 15595965. OLE color: 15595965.
HSL color Cylindrical-coordinate representation of color #BDF9ED: hue angle of 168º degrees, saturation: 0.83, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BDF9ED is Cyan = 0.24, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 189 | 249 | 237 | - |
| CMYK | 0.24 | 0 | 0.05 | 0.02 |
| HSL | 168º | 0.83% | 0.86% | - |
| HSV(B) | 168º | 0.24% | 0.98% | - |
| XYZ | 70.15 | 84.68 | 92.77 | - |
| YUV | 229.69 | 132.12 | 98.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 249 | 237 | 0.24 | 0 | 0.05 | 0.02 | 168 | 0.83 | 0.86 |
| Hex | BD | F9 | ED | 18 | 0 | 5 | 2 | A8 | 53 | 56 |
| Octal | 275 | 371 | 355 | 30 | 0 | 5 | 2 | 250 | 123 | 126 |
| Binary | 10111101 | 11111001 | 11101101 | 11000 | 0 | 101 | 10 | 10101000 | 1010011 | 1010110 |
Color Harmonies of #BDF9ED
Complementary color
Monochromatic Colors of #BDF9ED
Black with #BDF9ED
Text Example
Text Example
White with #BDF9ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF9ED; }
p { color: rgb(189,249,237); }
H1.HeaderClassName
{
color: #BDF9ED;
}
.AnyTagClassName
{
color: #BDF9ED;
}
</style>
background-color css
<style>
a { background-color: #BDF9ED; }
a { background-color: rgb(189,249,237); }
div.DivClassName
{
background-color: #BDF9ED;
}
.BgClassName
{
background-color: #BDF9ED;
}
</style>
border-color css
<style>
span { border-color: #BDF9ED; }
span { border-color: rgb(189,249,237); }
td.TdClassName
{
border-color: #BDF9ED;
}
.TagClassName
{
border-color: #BDF9ED;
}
</style>