Shades of Water Leaf #BEE7DF
Tints of Water Leaf #BEE7DF
RGB
CMYK
RGB Variations
Color information
#BEE7DF (or 0xBEE7DF) is known color: Water Leaf. HEX triplet: BE, E7 and DF. RGB value is (190,231,223). Sum of RGB (Red+Green+Blue) = 190+231+223=644 (85% of max value = 765). Red value is 190 (74.61% from 255 or 29.50% from 644); Green value is 231 (90.62% from 255 or 35.87% from 644); Blue value is 223 (87.5% from 255 or 34.63% from 644); Max value from RGB is 231 - color contains mainly: green. Hex color #BEE7DF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEE7DF is #411820. Grayscale: #D9D9D9. Windows color (decimal): -4266017 or 14673854. OLE color: 14673854.
HSL color Cylindrical-coordinate representation of color #BEE7DF: hue angle of 168.29º degrees, saturation: 0.46, 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 #BEE7DF is Cyan = 0.18, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 190 | 231 | 223 | - |
| CMYK | 0.18 | 0 | 0.03 | 0.09 |
| HSL | 168.29º | 0.46% | 0.83% | - |
| HSV(B) | 168.29º | 0.18% | 0.91% | - |
| XYZ | 63.13 | 73.43 | 80.66 | - |
| YUV | 217.83 | 130.92 | 108.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 231 | 223 | 0.18 | 0 | 0.03 | 0.09 | 168.29 | 0.46 | 0.83 |
| Hex | BE | E7 | DF | 12 | 0 | 3 | 9 | A8 | 2E | 53 |
| Octal | 276 | 347 | 337 | 22 | 0 | 3 | 11 | 250 | 56 | 123 |
| Binary | 10111110 | 11100111 | 11011111 | 10010 | 0 | 11 | 1001 | 10101000 | 101110 | 1010011 |
Color Harmonies of #BEE7DF
Complementary color
Monochromatic Colors of #BEE7DF
Black with #BEE7DF
Text Example
Text Example
White with #BEE7DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE7DF; }
p { color: rgb(190,231,223); }
H1.HeaderClassName
{
color: #BEE7DF;
}
.AnyTagClassName
{
color: #BEE7DF;
}
</style>
background-color css
<style>
a { background-color: #BEE7DF; }
a { background-color: rgb(190,231,223); }
div.DivClassName
{
background-color: #BEE7DF;
}
.BgClassName
{
background-color: #BEE7DF;
}
</style>
border-color css
<style>
span { border-color: #BEE7DF; }
span { border-color: rgb(190,231,223); }
td.TdClassName
{
border-color: #BEE7DF;
}
.TagClassName
{
border-color: #BEE7DF;
}
</style>