Shades of Edgewater #BEE1C2
Tints of Edgewater #BEE1C2
RGB
CMYK
RGB Variations
Color information
#BEE1C2 (or 0xBEE1C2) is known color: Edgewater. HEX triplet: BE, E1 and C2. RGB value is (190,225,194). Sum of RGB (Red+Green+Blue) = 190+225+194=609 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.20% from 609); Green value is 225 (88.28% from 255 or 36.95% from 609); Blue value is 194 (76.17% from 255 or 31.86% from 609); Max value from RGB is 225 - color contains mainly: green. Hex color #BEE1C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEE1C2 is #411E3D. Grayscale: #D3D3D3. Windows color (decimal): -4267582 or 12771774. OLE color: 12771774.
HSL color Cylindrical-coordinate representation of color #BEE1C2: hue angle of 126.86º 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 #BEE1C2 is Cyan = 0.16, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 190 | 225 | 194 | - |
| CMYK | 0.16 | 0 | 0.14 | 0.12 |
| HSL | 126.86º | 0.37% | 0.81% | - |
| HSV(B) | 126.86º | 0.16% | 0.88% | - |
| XYZ | 57.9 | 68.69 | 61.25 | - |
| YUV | 211 | 118.4 | 113.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 225 | 194 | 0.16 | 0 | 0.14 | 0.12 | 126.86 | 0.37 | 0.81 |
| Hex | BE | E1 | C2 | 10 | 0 | E | C | 7F | 25 | 51 |
| Octal | 276 | 341 | 302 | 20 | 0 | 16 | 14 | 177 | 45 | 121 |
| Binary | 10111110 | 11100001 | 11000010 | 10000 | 0 | 1110 | 1100 | 1111111 | 100101 | 1010001 |
Color Harmonies of #BEE1C2
Complementary color
Monochromatic Colors of #BEE1C2
Black with #BEE1C2
Text Example
Text Example
White with #BEE1C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE1C2; }
p { color: rgb(190,225,194); }
H1.HeaderClassName
{
color: #BEE1C2;
}
.AnyTagClassName
{
color: #BEE1C2;
}
</style>
background-color css
<style>
a { background-color: #BEE1C2; }
a { background-color: rgb(190,225,194); }
div.DivClassName
{
background-color: #BEE1C2;
}
.BgClassName
{
background-color: #BEE1C2;
}
</style>
border-color css
<style>
span { border-color: #BEE1C2; }
span { border-color: rgb(190,225,194); }
td.TdClassName
{
border-color: #BEE1C2;
}
.TagClassName
{
border-color: #BEE1C2;
}
</style>