Shades of Water Leaf #BDEFE3
Tints of Water Leaf #BDEFE3
RGB
CMYK
RGB Variations
Color information
#BDEFE3 (or 0xBDEFE3) is known color: Water Leaf. HEX triplet: BD, EF and E3. RGB value is (189,239,227). Sum of RGB (Red+Green+Blue) = 189+239+227=655 (86% of max value = 765). Red value is 189 (74.22% from 255 or 28.85% from 655); Green value is 239 (93.75% from 255 or 36.49% from 655); Blue value is 227 (89.06% from 255 or 34.66% from 655); Max value from RGB is 239 - color contains mainly: green. Hex color #BDEFE3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDEFE3 is #42101C. Grayscale: #DEDEDE. Windows color (decimal): -4329501 or 14938045. OLE color: 14938045.
HSL color Cylindrical-coordinate representation of color #BDEFE3: hue angle of 165.6º 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 #BDEFE3 is Cyan = 0.21, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 239 | 227 | - |
| CMYK | 0.21 | 0 | 0.05 | 0.06 |
| HSL | 165.6º | 0.61% | 0.84% | - |
| HSV(B) | 165.6º | 0.21% | 0.94% | - |
| XYZ | 65.72 | 78.1 | 84.28 | - |
| YUV | 222.68 | 130.44 | 103.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 239 | 227 | 0.21 | 0 | 0.05 | 0.06 | 165.6 | 0.61 | 0.84 |
| Hex | BD | EF | E3 | 15 | 0 | 5 | 6 | A6 | 3D | 54 |
| Octal | 275 | 357 | 343 | 25 | 0 | 5 | 6 | 246 | 75 | 124 |
| Binary | 10111101 | 11101111 | 11100011 | 10101 | 0 | 101 | 110 | 10100110 | 111101 | 1010100 |
Color Harmonies of #BDEFE3
Complementary color
Monochromatic Colors of #BDEFE3
Black with #BDEFE3
Text Example
Text Example
White with #BDEFE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDEFE3; }
p { color: rgb(189,239,227); }
H1.HeaderClassName
{
color: #BDEFE3;
}
.AnyTagClassName
{
color: #BDEFE3;
}
</style>
background-color css
<style>
a { background-color: #BDEFE3; }
a { background-color: rgb(189,239,227); }
div.DivClassName
{
background-color: #BDEFE3;
}
.BgClassName
{
background-color: #BDEFE3;
}
</style>
border-color css
<style>
span { border-color: #BDEFE3; }
span { border-color: rgb(189,239,227); }
td.TdClassName
{
border-color: #BDEFE3;
}
.TagClassName
{
border-color: #BDEFE3;
}
</style>