Shades of Water Leaf #BEE8DC
Tints of Water Leaf #BEE8DC
RGB
CMYK
RGB Variations
Color information
#BEE8DC (or 0xBEE8DC) is known color: Water Leaf. HEX triplet: BE, E8 and DC. RGB value is (190,232,220). Sum of RGB (Red+Green+Blue) = 190+232+220=642 (85% of max value = 765). Red value is 190 (74.61% from 255 or 29.60% from 642); Green value is 232 (91.02% from 255 or 36.14% from 642); Blue value is 220 (86.33% from 255 or 34.27% from 642); Max value from RGB is 232 - color contains mainly: green. Hex color #BEE8DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEE8DC is #411723. Grayscale: #DADADA. Windows color (decimal): -4265764 or 14477502. OLE color: 14477502.
HSL color Cylindrical-coordinate representation of color #BEE8DC: hue angle of 162.86º degrees, saturation: 0.48, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BEE8DC is Cyan = 0.18, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 190 | 232 | 220 | - |
| CMYK | 0.18 | 0 | 0.05 | 0.09 |
| HSL | 162.86º | 0.48% | 0.83% | - |
| HSV(B) | 162.86º | 0.18% | 0.91% | - |
| XYZ | 63.01 | 73.83 | 78.64 | - |
| YUV | 218.07 | 129.09 | 107.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 232 | 220 | 0.18 | 0 | 0.05 | 0.09 | 162.86 | 0.48 | 0.83 |
| Hex | BE | E8 | DC | 12 | 0 | 5 | 9 | A3 | 30 | 53 |
| Octal | 276 | 350 | 334 | 22 | 0 | 5 | 11 | 243 | 60 | 123 |
| Binary | 10111110 | 11101000 | 11011100 | 10010 | 0 | 101 | 1001 | 10100011 | 110000 | 1010011 |
Color Harmonies of #BEE8DC
Complementary color
Monochromatic Colors of #BEE8DC
Black with #BEE8DC
Text Example
Text Example
White with #BEE8DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE8DC; }
p { color: rgb(190,232,220); }
H1.HeaderClassName
{
color: #BEE8DC;
}
.AnyTagClassName
{
color: #BEE8DC;
}
</style>
background-color css
<style>
a { background-color: #BEE8DC; }
a { background-color: rgb(190,232,220); }
div.DivClassName
{
background-color: #BEE8DC;
}
.BgClassName
{
background-color: #BEE8DC;
}
</style>
border-color css
<style>
span { border-color: #BEE8DC; }
span { border-color: rgb(190,232,220); }
td.TdClassName
{
border-color: #BEE8DC;
}
.TagClassName
{
border-color: #BEE8DC;
}
</style>