Shades of Water Leaf #BDEFE2
Tints of Water Leaf #BDEFE2
RGB
CMYK
RGB Variations
Color information
#BDEFE2 (or 0xBDEFE2) is known color: Water Leaf. HEX triplet: BD, EF and E2. RGB value is (189,239,226). Sum of RGB (Red+Green+Blue) = 189+239+226=654 (86% of max value = 765). Red value is 189 (74.22% from 255 or 28.90% from 654); Green value is 239 (93.75% from 255 or 36.54% from 654); Blue value is 226 (88.67% from 255 or 34.56% from 654); Max value from RGB is 239 - color contains mainly: green. Hex color #BDEFE2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDEFE2 is #42101D. Grayscale: #DEDEDE. Windows color (decimal): -4329502 or 14872509. OLE color: 14872509.
HSL color Cylindrical-coordinate representation of color #BDEFE2: hue angle of 164.4º degrees, saturation: 0.61, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BDEFE2 is Cyan = 0.21, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 239 | 226 | - |
| CMYK | 0.21 | 0 | 0.05 | 0.06 |
| HSL | 164.4º | 0.61% | 0.84% | - |
| HSV(B) | 164.4º | 0.21% | 0.94% | - |
| XYZ | 65.58 | 78.04 | 83.56 | - |
| YUV | 222.57 | 129.94 | 104.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 239 | 226 | 0.21 | 0 | 0.05 | 0.06 | 164.4 | 0.61 | 0.84 |
| Hex | BD | EF | E2 | 15 | 0 | 5 | 6 | A4 | 3D | 54 |
| Octal | 275 | 357 | 342 | 25 | 0 | 5 | 6 | 244 | 75 | 124 |
| Binary | 10111101 | 11101111 | 11100010 | 10101 | 0 | 101 | 110 | 10100100 | 111101 | 1010100 |
Color Harmonies of #BDEFE2
Complementary color
Monochromatic Colors of #BDEFE2
Black with #BDEFE2
Text Example
Text Example
White with #BDEFE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDEFE2; }
p { color: rgb(189,239,226); }
H1.HeaderClassName
{
color: #BDEFE2;
}
.AnyTagClassName
{
color: #BDEFE2;
}
</style>
background-color css
<style>
a { background-color: #BDEFE2; }
a { background-color: rgb(189,239,226); }
div.DivClassName
{
background-color: #BDEFE2;
}
.BgClassName
{
background-color: #BDEFE2;
}
</style>
border-color css
<style>
span { border-color: #BDEFE2; }
span { border-color: rgb(189,239,226); }
td.TdClassName
{
border-color: #BDEFE2;
}
.TagClassName
{
border-color: #BDEFE2;
}
</style>