Shades of Edgewater #BEE1C3
Tints of Edgewater #BEE1C3
RGB
CMYK
RGB Variations
Color information
#BEE1C3 (or 0xBEE1C3) is known color: Edgewater. HEX triplet: BE, E1 and C3. RGB value is (190,225,195). Sum of RGB (Red+Green+Blue) = 190+225+195=610 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.15% from 610); Green value is 225 (88.28% from 255 or 36.89% from 610); Blue value is 195 (76.56% from 255 or 31.97% from 610); Max value from RGB is 225 - color contains mainly: green. Hex color #BEE1C3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEE1C3 is #411E3C. Grayscale: #D3D3D3. Windows color (decimal): -4267581 or 12837310. OLE color: 12837310.
HSL color Cylindrical-coordinate representation of color #BEE1C3: hue angle of 128.57º 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 #BEE1C3 is Cyan = 0.16, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 190 | 225 | 195 | - |
| CMYK | 0.16 | 0 | 0.13 | 0.12 |
| HSL | 128.57º | 0.37% | 0.81% | - |
| HSV(B) | 128.57º | 0.16% | 0.88% | - |
| XYZ | 58.01 | 68.74 | 61.84 | - |
| YUV | 211.12 | 118.9 | 112.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 225 | 195 | 0.16 | 0 | 0.13 | 0.12 | 128.57 | 0.37 | 0.81 |
| Hex | BE | E1 | C3 | 10 | 0 | D | C | 81 | 25 | 51 |
| Octal | 276 | 341 | 303 | 20 | 0 | 15 | 14 | 201 | 45 | 121 |
| Binary | 10111110 | 11100001 | 11000011 | 10000 | 0 | 1101 | 1100 | 10000001 | 100101 | 1010001 |
Color Harmonies of #BEE1C3
Complementary color
Monochromatic Colors of #BEE1C3
Black with #BEE1C3
Text Example
Text Example
White with #BEE1C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE1C3; }
p { color: rgb(190,225,195); }
H1.HeaderClassName
{
color: #BEE1C3;
}
.AnyTagClassName
{
color: #BEE1C3;
}
</style>
background-color css
<style>
a { background-color: #BEE1C3; }
a { background-color: rgb(190,225,195); }
div.DivClassName
{
background-color: #BEE1C3;
}
.BgClassName
{
background-color: #BEE1C3;
}
</style>
border-color css
<style>
span { border-color: #BEE1C3; }
span { border-color: rgb(190,225,195); }
td.TdClassName
{
border-color: #BEE1C3;
}
.TagClassName
{
border-color: #BEE1C3;
}
</style>