Shades of Edgewater #BED7C5
Tints of Edgewater #BED7C5
RGB
CMYK
RGB Variations
Color information
#BED7C5 (or 0xBED7C5) is known color: Edgewater. HEX triplet: BE, D7 and C5. RGB value is (190,215,197). Sum of RGB (Red+Green+Blue) = 190+215+197=602 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.56% from 602); Green value is 215 (84.38% from 255 or 35.71% from 602); Blue value is 197 (77.34% from 255 or 32.72% from 602); Max value from RGB is 215 - color contains mainly: green. Hex color #BED7C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BED7C5 is #41283A. Grayscale: #CDCDCD. Windows color (decimal): -4270139 or 12965822. OLE color: 12965822.
HSL color Cylindrical-coordinate representation of color #BED7C5: hue angle of 136.8º degrees, saturation: 0.24, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BED7C5 is Cyan = 0.12, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 190 | 215 | 197 | - |
| CMYK | 0.12 | 0 | 0.08 | 0.16 |
| HSL | 136.8º | 0.24% | 0.79% | - |
| HSV(B) | 136.8º | 0.12% | 0.84% | - |
| XYZ | 55.61 | 63.58 | 62.16 | - |
| YUV | 205.47 | 123.22 | 116.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 215 | 197 | 0.12 | 0 | 0.08 | 0.16 | 136.8 | 0.24 | 0.79 |
| Hex | BE | D7 | C5 | C | 0 | 8 | 10 | 89 | 18 | 4F |
| Octal | 276 | 327 | 305 | 14 | 0 | 10 | 20 | 211 | 30 | 117 |
| Binary | 10111110 | 11010111 | 11000101 | 1100 | 0 | 1000 | 10000 | 10001001 | 11000 | 1001111 |
Color Harmonies of #BED7C5
Complementary color
Monochromatic Colors of #BED7C5
Black with #BED7C5
Text Example
Text Example
White with #BED7C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED7C5; }
p { color: rgb(190,215,197); }
H1.HeaderClassName
{
color: #BED7C5;
}
.AnyTagClassName
{
color: #BED7C5;
}
</style>
background-color css
<style>
a { background-color: #BED7C5; }
a { background-color: rgb(190,215,197); }
div.DivClassName
{
background-color: #BED7C5;
}
.BgClassName
{
background-color: #BED7C5;
}
</style>
border-color css
<style>
span { border-color: #BED7C5; }
span { border-color: rgb(190,215,197); }
td.TdClassName
{
border-color: #BED7C5;
}
.TagClassName
{
border-color: #BED7C5;
}
</style>