Shades of Water Leaf #BDEFE4
Tints of Water Leaf #BDEFE4
RGB
CMYK
RGB Variations
Color information
#BDEFE4 (or 0xBDEFE4) is known color: Water Leaf. HEX triplet: BD, EF and E4. RGB value is (189,239,228). Sum of RGB (Red+Green+Blue) = 189+239+228=656 (86% of max value = 765). Red value is 189 (74.22% from 255 or 28.81% from 656); Green value is 239 (93.75% from 255 or 36.43% from 656); Blue value is 228 (89.45% from 255 or 34.76% from 656); Max value from RGB is 239 - color contains mainly: green. Hex color #BDEFE4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDEFE4 is #42101B. Grayscale: #DEDEDE. Windows color (decimal): -4329500 or 15003581. OLE color: 15003581.
HSL color Cylindrical-coordinate representation of color #BDEFE4: hue angle of 166.8º 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 #BDEFE4 is Cyan = 0.21, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 239 | 228 | - |
| CMYK | 0.21 | 0 | 0.05 | 0.06 |
| HSL | 166.8º | 0.61% | 0.84% | - |
| HSV(B) | 166.8º | 0.21% | 0.94% | - |
| XYZ | 65.86 | 78.15 | 85.01 | - |
| YUV | 222.8 | 130.94 | 103.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 239 | 228 | 0.21 | 0 | 0.05 | 0.06 | 166.8 | 0.61 | 0.84 |
| Hex | BD | EF | E4 | 15 | 0 | 5 | 6 | A7 | 3D | 54 |
| Octal | 275 | 357 | 344 | 25 | 0 | 5 | 6 | 247 | 75 | 124 |
| Binary | 10111101 | 11101111 | 11100100 | 10101 | 0 | 101 | 110 | 10100111 | 111101 | 1010100 |
Color Harmonies of #BDEFE4
Complementary color
Monochromatic Colors of #BDEFE4
Black with #BDEFE4
Text Example
Text Example
White with #BDEFE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDEFE4; }
p { color: rgb(189,239,228); }
H1.HeaderClassName
{
color: #BDEFE4;
}
.AnyTagClassName
{
color: #BDEFE4;
}
</style>
background-color css
<style>
a { background-color: #BDEFE4; }
a { background-color: rgb(189,239,228); }
div.DivClassName
{
background-color: #BDEFE4;
}
.BgClassName
{
background-color: #BDEFE4;
}
</style>
border-color css
<style>
span { border-color: #BDEFE4; }
span { border-color: rgb(189,239,228); }
td.TdClassName
{
border-color: #BDEFE4;
}
.TagClassName
{
border-color: #BDEFE4;
}
</style>