Shades of Water Leaf #BDEDE1
Tints of Water Leaf #BDEDE1
RGB
CMYK
RGB Variations
Color information
#BDEDE1 (or 0xBDEDE1) is known color: Water Leaf. HEX triplet: BD, ED and E1. RGB value is (189,237,225). Sum of RGB (Red+Green+Blue) = 189+237+225=651 (86% of max value = 765). Red value is 189 (74.22% from 255 or 29.03% from 651); Green value is 237 (92.97% from 255 or 36.41% from 651); Blue value is 225 (88.28% from 255 or 34.56% from 651); Max value from RGB is 237 - color contains mainly: green. Hex color #BDEDE1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDEDE1 is #42121E. Grayscale: #DDDDDD. Windows color (decimal): -4330015 or 14806461. OLE color: 14806461.
HSL color Cylindrical-coordinate representation of color #BDEDE1: hue angle of 165º 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 #BDEDE1 is Cyan = 0.20, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 237 | 225 | - |
| CMYK | 0.20 | 0 | 0.05 | 0.07 |
| HSL | 165º | 0.57% | 0.84% | - |
| HSV(B) | 165º | 0.2% | 0.93% | - |
| XYZ | 64.86 | 76.82 | 82.64 | - |
| YUV | 221.28 | 130.1 | 104.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 237 | 225 | 0.20 | 0 | 0.05 | 0.07 | 165 | 0.57 | 0.84 |
| Hex | BD | ED | E1 | 14 | 0 | 5 | 7 | A5 | 39 | 54 |
| Octal | 275 | 355 | 341 | 24 | 0 | 5 | 7 | 245 | 71 | 124 |
| Binary | 10111101 | 11101101 | 11100001 | 10100 | 0 | 101 | 111 | 10100101 | 111001 | 1010100 |
Color Harmonies of #BDEDE1
Complementary color
Monochromatic Colors of #BDEDE1
Black with #BDEDE1
Text Example
Text Example
White with #BDEDE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDEDE1; }
p { color: rgb(189,237,225); }
H1.HeaderClassName
{
color: #BDEDE1;
}
.AnyTagClassName
{
color: #BDEDE1;
}
</style>
background-color css
<style>
a { background-color: #BDEDE1; }
a { background-color: rgb(189,237,225); }
div.DivClassName
{
background-color: #BDEDE1;
}
.BgClassName
{
background-color: #BDEDE1;
}
</style>
border-color css
<style>
span { border-color: #BDEDE1; }
span { border-color: rgb(189,237,225); }
td.TdClassName
{
border-color: #BDEDE1;
}
.TagClassName
{
border-color: #BDEDE1;
}
</style>