Shades of Water Leaf #BEEBDE
Tints of Water Leaf #BEEBDE
RGB
CMYK
RGB Variations
Color information
#BEEBDE (or 0xBEEBDE) is known color: Water Leaf. HEX triplet: BE, EB and DE. RGB value is (190,235,222). Sum of RGB (Red+Green+Blue) = 190+235+222=647 (85% of max value = 765). Red value is 190 (74.61% from 255 or 29.37% from 647); Green value is 235 (92.19% from 255 or 36.32% from 647); Blue value is 222 (87.11% from 255 or 34.31% from 647); Max value from RGB is 235 - color contains mainly: green. Hex color #BEEBDE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEEBDE is #411421. Grayscale: #DCDCDC. Windows color (decimal): -4264994 or 14609342. OLE color: 14609342.
HSL color Cylindrical-coordinate representation of color #BEEBDE: hue angle of 162.67º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BEEBDE is Cyan = 0.19, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 190 | 235 | 222 | - |
| CMYK | 0.19 | 0 | 0.06 | 0.08 |
| HSL | 162.67º | 0.53% | 0.83% | - |
| HSV(B) | 162.67º | 0.19% | 0.92% | - |
| XYZ | 64.13 | 75.64 | 80.33 | - |
| YUV | 220.06 | 129.09 | 106.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 235 | 222 | 0.19 | 0 | 0.06 | 0.08 | 162.67 | 0.53 | 0.83 |
| Hex | BE | EB | DE | 13 | 0 | 6 | 8 | A3 | 35 | 53 |
| Octal | 276 | 353 | 336 | 23 | 0 | 6 | 10 | 243 | 65 | 123 |
| Binary | 10111110 | 11101011 | 11011110 | 10011 | 0 | 110 | 1000 | 10100011 | 110101 | 1010011 |
Color Harmonies of #BEEBDE
Complementary color
Monochromatic Colors of #BEEBDE
Black with #BEEBDE
Text Example
Text Example
White with #BEEBDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEEBDE; }
p { color: rgb(190,235,222); }
H1.HeaderClassName
{
color: #BEEBDE;
}
.AnyTagClassName
{
color: #BEEBDE;
}
</style>
background-color css
<style>
a { background-color: #BEEBDE; }
a { background-color: rgb(190,235,222); }
div.DivClassName
{
background-color: #BEEBDE;
}
.BgClassName
{
background-color: #BEEBDE;
}
</style>
border-color css
<style>
span { border-color: #BEEBDE; }
span { border-color: rgb(190,235,222); }
td.TdClassName
{
border-color: #BEEBDE;
}
.TagClassName
{
border-color: #BEEBDE;
}
</style>