Shades of Edgewater #BEE0C5
Tints of Edgewater #BEE0C5
RGB
CMYK
RGB Variations
Color information
#BEE0C5 (or 0xBEE0C5) is known color: Edgewater. HEX triplet: BE, E0 and C5. RGB value is (190,224,197). Sum of RGB (Red+Green+Blue) = 190+224+197=611 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.10% from 611); Green value is 224 (87.89% from 255 or 36.66% from 611); Blue value is 197 (77.34% from 255 or 32.24% from 611); Max value from RGB is 224 - color contains mainly: green. Hex color #BEE0C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEE0C5 is #411F3A. Grayscale: #D2D2D2. Windows color (decimal): -4267835 or 12968126. OLE color: 12968126.
HSL color Cylindrical-coordinate representation of color #BEE0C5: hue angle of 132.35º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BEE0C5 is Cyan = 0.15, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 190 | 224 | 197 | - |
| CMYK | 0.15 | 0 | 0.12 | 0.12 |
| HSL | 132.35º | 0.35% | 0.81% | - |
| HSV(B) | 132.35º | 0.15% | 0.88% | - |
| XYZ | 57.97 | 68.29 | 62.95 | - |
| YUV | 210.76 | 120.24 | 113.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 224 | 197 | 0.15 | 0 | 0.12 | 0.12 | 132.35 | 0.35 | 0.81 |
| Hex | BE | E0 | C5 | F | 0 | C | C | 84 | 23 | 51 |
| Octal | 276 | 340 | 305 | 17 | 0 | 14 | 14 | 204 | 43 | 121 |
| Binary | 10111110 | 11100000 | 11000101 | 1111 | 0 | 1100 | 1100 | 10000100 | 100011 | 1010001 |
Color Harmonies of #BEE0C5
Complementary color
Monochromatic Colors of #BEE0C5
Black with #BEE0C5
Text Example
Text Example
White with #BEE0C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE0C5; }
p { color: rgb(190,224,197); }
H1.HeaderClassName
{
color: #BEE0C5;
}
.AnyTagClassName
{
color: #BEE0C5;
}
</style>
background-color css
<style>
a { background-color: #BEE0C5; }
a { background-color: rgb(190,224,197); }
div.DivClassName
{
background-color: #BEE0C5;
}
.BgClassName
{
background-color: #BEE0C5;
}
</style>
border-color css
<style>
span { border-color: #BEE0C5; }
span { border-color: rgb(190,224,197); }
td.TdClassName
{
border-color: #BEE0C5;
}
.TagClassName
{
border-color: #BEE0C5;
}
</style>