Shades of Water Leaf #BDEFE7
Tints of Water Leaf #BDEFE7
RGB
CMYK
RGB Variations
Color information
#BDEFE7 (or 0xBDEFE7) is known color: Water Leaf. HEX triplet: BD, EF and E7. RGB value is (189,239,231). Sum of RGB (Red+Green+Blue) = 189+239+231=659 (87% of max value = 765). Red value is 189 (74.22% from 255 or 28.68% from 659); Green value is 239 (93.75% from 255 or 36.27% from 659); Blue value is 231 (90.62% from 255 or 35.05% from 659); Max value from RGB is 239 - color contains mainly: green. Hex color #BDEFE7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDEFE7 is #421018. Grayscale: #DFDFDF. Windows color (decimal): -4329497 or 15200189. OLE color: 15200189.
HSL color Cylindrical-coordinate representation of color #BDEFE7: hue angle of 170.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 #BDEFE7 is Cyan = 0.21, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 239 | 231 | - |
| CMYK | 0.21 | 0 | 0.03 | 0.06 |
| HSL | 170.4º | 0.61% | 0.84% | - |
| HSV(B) | 170.4º | 0.21% | 0.94% | - |
| XYZ | 66.28 | 78.32 | 87.23 | - |
| YUV | 223.14 | 132.44 | 103.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 239 | 231 | 0.21 | 0 | 0.03 | 0.06 | 170.4 | 0.61 | 0.84 |
| Hex | BD | EF | E7 | 15 | 0 | 3 | 6 | AA | 3D | 54 |
| Octal | 275 | 357 | 347 | 25 | 0 | 3 | 6 | 252 | 75 | 124 |
| Binary | 10111101 | 11101111 | 11100111 | 10101 | 0 | 11 | 110 | 10101010 | 111101 | 1010100 |
Color Harmonies of #BDEFE7
Complementary color
Monochromatic Colors of #BDEFE7
Black with #BDEFE7
Text Example
Text Example
White with #BDEFE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDEFE7; }
p { color: rgb(189,239,231); }
H1.HeaderClassName
{
color: #BDEFE7;
}
.AnyTagClassName
{
color: #BDEFE7;
}
</style>
background-color css
<style>
a { background-color: #BDEFE7; }
a { background-color: rgb(189,239,231); }
div.DivClassName
{
background-color: #BDEFE7;
}
.BgClassName
{
background-color: #BDEFE7;
}
</style>
border-color css
<style>
span { border-color: #BDEFE7; }
span { border-color: rgb(189,239,231); }
td.TdClassName
{
border-color: #BDEFE7;
}
.TagClassName
{
border-color: #BDEFE7;
}
</style>