Shades of Water Leaf #BEE8DF
Tints of Water Leaf #BEE8DF
RGB
CMYK
RGB Variations
Color information
#BEE8DF (or 0xBEE8DF) is known color: Water Leaf. HEX triplet: BE, E8 and DF. RGB value is (190,232,223). Sum of RGB (Red+Green+Blue) = 190+232+223=645 (85% of max value = 765). Red value is 190 (74.61% from 255 or 29.46% from 645); Green value is 232 (91.02% from 255 or 35.97% from 645); Blue value is 223 (87.5% from 255 or 34.57% from 645); Max value from RGB is 232 - color contains mainly: green. Hex color #BEE8DF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEE8DF is #411720. Grayscale: #DADADA. Windows color (decimal): -4265761 or 14674110. OLE color: 14674110.
HSL color Cylindrical-coordinate representation of color #BEE8DF: hue angle of 167.14º 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 #BEE8DF is Cyan = 0.18, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 190 | 232 | 223 | - |
| CMYK | 0.18 | 0 | 0.04 | 0.09 |
| HSL | 167.14º | 0.48% | 0.83% | - |
| HSV(B) | 167.14º | 0.18% | 0.91% | - |
| XYZ | 63.41 | 73.99 | 80.75 | - |
| YUV | 218.42 | 130.59 | 107.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 232 | 223 | 0.18 | 0 | 0.04 | 0.09 | 167.14 | 0.48 | 0.83 |
| Hex | BE | E8 | DF | 12 | 0 | 4 | 9 | A7 | 30 | 53 |
| Octal | 276 | 350 | 337 | 22 | 0 | 4 | 11 | 247 | 60 | 123 |
| Binary | 10111110 | 11101000 | 11011111 | 10010 | 0 | 100 | 1001 | 10100111 | 110000 | 1010011 |
Color Harmonies of #BEE8DF
Complementary color
Monochromatic Colors of #BEE8DF
Black with #BEE8DF
Text Example
Text Example
White with #BEE8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE8DF; }
p { color: rgb(190,232,223); }
H1.HeaderClassName
{
color: #BEE8DF;
}
.AnyTagClassName
{
color: #BEE8DF;
}
</style>
background-color css
<style>
a { background-color: #BEE8DF; }
a { background-color: rgb(190,232,223); }
div.DivClassName
{
background-color: #BEE8DF;
}
.BgClassName
{
background-color: #BEE8DF;
}
</style>
border-color css
<style>
span { border-color: #BEE8DF; }
span { border-color: rgb(190,232,223); }
td.TdClassName
{
border-color: #BEE8DF;
}
.TagClassName
{
border-color: #BEE8DF;
}
</style>