Shades of Water Leaf #BDEDE3
Tints of Water Leaf #BDEDE3
RGB
CMYK
RGB Variations
Color information
#BDEDE3 (or 0xBDEDE3) is known color: Water Leaf. HEX triplet: BD, ED and E3. RGB value is (189,237,227). Sum of RGB (Red+Green+Blue) = 189+237+227=653 (86% of max value = 765). Red value is 189 (74.22% from 255 or 28.94% from 653); Green value is 237 (92.97% from 255 or 36.29% from 653); Blue value is 227 (89.06% from 255 or 34.76% from 653); Max value from RGB is 237 - color contains mainly: green. Hex color #BDEDE3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDEDE3 is #42121C. Grayscale: #DDDDDD. Windows color (decimal): -4330013 or 14937533. OLE color: 14937533.
HSL color Cylindrical-coordinate representation of color #BDEDE3: hue angle of 167.5º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BDEDE3 is Cyan = 0.20, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 237 | 227 | - |
| CMYK | 0.20 | 0 | 0.04 | 0.07 |
| HSL | 167.5º | 0.57% | 0.84% | - |
| HSV(B) | 167.5º | 0.2% | 0.93% | - |
| XYZ | 65.14 | 76.93 | 84.09 | - |
| YUV | 221.51 | 131.1 | 104.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 237 | 227 | 0.20 | 0 | 0.04 | 0.07 | 167.5 | 0.57 | 0.84 |
| Hex | BD | ED | E3 | 14 | 0 | 4 | 7 | A8 | 39 | 54 |
| Octal | 275 | 355 | 343 | 24 | 0 | 4 | 7 | 250 | 71 | 124 |
| Binary | 10111101 | 11101101 | 11100011 | 10100 | 0 | 100 | 111 | 10101000 | 111001 | 1010100 |
Color Harmonies of #BDEDE3
Complementary color
Monochromatic Colors of #BDEDE3
Black with #BDEDE3
Text Example
Text Example
White with #BDEDE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDEDE3; }
p { color: rgb(189,237,227); }
H1.HeaderClassName
{
color: #BDEDE3;
}
.AnyTagClassName
{
color: #BDEDE3;
}
</style>
background-color css
<style>
a { background-color: #BDEDE3; }
a { background-color: rgb(189,237,227); }
div.DivClassName
{
background-color: #BDEDE3;
}
.BgClassName
{
background-color: #BDEDE3;
}
</style>
border-color css
<style>
span { border-color: #BDEDE3; }
span { border-color: rgb(189,237,227); }
td.TdClassName
{
border-color: #BDEDE3;
}
.TagClassName
{
border-color: #BDEDE3;
}
</style>