Shades of Water Leaf #BDF2E0
Tints of Water Leaf #BDF2E0
RGB
CMYK
RGB Variations
Color information
#BDF2E0 (or 0xBDF2E0) is known color: Water Leaf. HEX triplet: BD, F2 and E0. RGB value is (189,242,224). Sum of RGB (Red+Green+Blue) = 189+242+224=655 (86% of max value = 765). Red value is 189 (74.22% from 255 or 28.85% from 655); Green value is 242 (94.92% from 255 or 36.95% from 655); Blue value is 224 (87.89% from 255 or 34.20% from 655); Max value from RGB is 242 - color contains mainly: green. Hex color #BDF2E0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF2E0 is #420D1F. Grayscale: #E0E0E0. Windows color (decimal): -4328736 or 14742205. OLE color: 14742205.
HSL color Cylindrical-coordinate representation of color #BDF2E0: hue angle of 159.62º degrees, saturation: 0.67, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BDF2E0 is Cyan = 0.22, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 242 | 224 | - |
| CMYK | 0.22 | 0 | 0.07 | 0.05 |
| HSL | 159.62º | 0.67% | 0.85% | - |
| HSV(B) | 159.62º | 0.22% | 0.95% | - |
| XYZ | 66.19 | 79.7 | 82.42 | - |
| YUV | 224.1 | 127.94 | 102.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 242 | 224 | 0.22 | 0 | 0.07 | 0.05 | 159.62 | 0.67 | 0.85 |
| Hex | BD | F2 | E0 | 16 | 0 | 7 | 5 | A0 | 43 | 55 |
| Octal | 275 | 362 | 340 | 26 | 0 | 7 | 5 | 240 | 103 | 125 |
| Binary | 10111101 | 11110010 | 11100000 | 10110 | 0 | 111 | 101 | 10100000 | 1000011 | 1010101 |
Color Harmonies of #BDF2E0
Complementary color
Monochromatic Colors of #BDF2E0
Black with #BDF2E0
Text Example
Text Example
White with #BDF2E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF2E0; }
p { color: rgb(189,242,224); }
H1.HeaderClassName
{
color: #BDF2E0;
}
.AnyTagClassName
{
color: #BDF2E0;
}
</style>
background-color css
<style>
a { background-color: #BDF2E0; }
a { background-color: rgb(189,242,224); }
div.DivClassName
{
background-color: #BDF2E0;
}
.BgClassName
{
background-color: #BDF2E0;
}
</style>
border-color css
<style>
span { border-color: #BDF2E0; }
span { border-color: rgb(189,242,224); }
td.TdClassName
{
border-color: #BDF2E0;
}
.TagClassName
{
border-color: #BDF2E0;
}
</style>