Shades of Water Leaf #BEE9DF
Tints of Water Leaf #BEE9DF
RGB
CMYK
RGB Variations
Color information
#BEE9DF (or 0xBEE9DF) is known color: Water Leaf. HEX triplet: BE, E9 and DF. RGB value is (190,233,223). Sum of RGB (Red+Green+Blue) = 190+233+223=646 (85% of max value = 765). Red value is 190 (74.61% from 255 or 29.41% from 646); Green value is 233 (91.41% from 255 or 36.07% from 646); Blue value is 223 (87.5% from 255 or 34.52% from 646); Max value from RGB is 233 - color contains mainly: green. Hex color #BEE9DF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEE9DF is #411620. Grayscale: #DBDBDB. Windows color (decimal): -4265505 or 14674366. OLE color: 14674366.
HSL color Cylindrical-coordinate representation of color #BEE9DF: hue angle of 166.05º degrees, saturation: 0.49, 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 #BEE9DF is Cyan = 0.18, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 190 | 233 | 223 | - |
| CMYK | 0.18 | 0 | 0.04 | 0.09 |
| HSL | 166.05º | 0.49% | 0.83% | - |
| HSV(B) | 166.05º | 0.18% | 0.91% | - |
| XYZ | 63.69 | 74.55 | 80.85 | - |
| YUV | 219 | 130.25 | 107.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 233 | 223 | 0.18 | 0 | 0.04 | 0.09 | 166.05 | 0.49 | 0.83 |
| Hex | BE | E9 | DF | 12 | 0 | 4 | 9 | A6 | 31 | 53 |
| Octal | 276 | 351 | 337 | 22 | 0 | 4 | 11 | 246 | 61 | 123 |
| Binary | 10111110 | 11101001 | 11011111 | 10010 | 0 | 100 | 1001 | 10100110 | 110001 | 1010011 |
Color Harmonies of #BEE9DF
Complementary color
Monochromatic Colors of #BEE9DF
Black with #BEE9DF
Text Example
Text Example
White with #BEE9DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE9DF; }
p { color: rgb(190,233,223); }
H1.HeaderClassName
{
color: #BEE9DF;
}
.AnyTagClassName
{
color: #BEE9DF;
}
</style>
background-color css
<style>
a { background-color: #BEE9DF; }
a { background-color: rgb(190,233,223); }
div.DivClassName
{
background-color: #BEE9DF;
}
.BgClassName
{
background-color: #BEE9DF;
}
</style>
border-color css
<style>
span { border-color: #BEE9DF; }
span { border-color: rgb(190,233,223); }
td.TdClassName
{
border-color: #BEE9DF;
}
.TagClassName
{
border-color: #BEE9DF;
}
</style>