Shades of Edgewater #BEE1C1
Tints of Edgewater #BEE1C1
RGB
CMYK
RGB Variations
Color information
#BEE1C1 (or 0xBEE1C1) is known color: Edgewater. HEX triplet: BE, E1 and C1. RGB value is (190,225,193). Sum of RGB (Red+Green+Blue) = 190+225+193=608 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.25% from 608); Green value is 225 (88.28% from 255 or 37.01% from 608); Blue value is 193 (75.78% from 255 or 31.74% from 608); Max value from RGB is 225 - color contains mainly: green. Hex color #BEE1C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEE1C1 is #411E3E. Grayscale: #D2D2D2. Windows color (decimal): -4267583 or 12706238. OLE color: 12706238.
HSL color Cylindrical-coordinate representation of color #BEE1C1: hue angle of 125.14º degrees, saturation: 0.37, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BEE1C1 is Cyan = 0.16, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 190 | 225 | 193 | - |
| CMYK | 0.16 | 0 | 0.14 | 0.12 |
| HSL | 125.14º | 0.37% | 0.81% | - |
| HSV(B) | 125.14º | 0.16% | 0.88% | - |
| XYZ | 57.79 | 68.65 | 60.66 | - |
| YUV | 210.89 | 117.9 | 113.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 225 | 193 | 0.16 | 0 | 0.14 | 0.12 | 125.14 | 0.37 | 0.81 |
| Hex | BE | E1 | C1 | 10 | 0 | E | C | 7D | 25 | 51 |
| Octal | 276 | 341 | 301 | 20 | 0 | 16 | 14 | 175 | 45 | 121 |
| Binary | 10111110 | 11100001 | 11000001 | 10000 | 0 | 1110 | 1100 | 1111101 | 100101 | 1010001 |
Color Harmonies of #BEE1C1
Complementary color
Monochromatic Colors of #BEE1C1
Black with #BEE1C1
Text Example
Text Example
White with #BEE1C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE1C1; }
p { color: rgb(190,225,193); }
H1.HeaderClassName
{
color: #BEE1C1;
}
.AnyTagClassName
{
color: #BEE1C1;
}
</style>
background-color css
<style>
a { background-color: #BEE1C1; }
a { background-color: rgb(190,225,193); }
div.DivClassName
{
background-color: #BEE1C1;
}
.BgClassName
{
background-color: #BEE1C1;
}
</style>
border-color css
<style>
span { border-color: #BEE1C1; }
span { border-color: rgb(190,225,193); }
td.TdClassName
{
border-color: #BEE1C1;
}
.TagClassName
{
border-color: #BEE1C1;
}
</style>