Shades of Edgewater #BED7C6
Tints of Edgewater #BED7C6
RGB
CMYK
RGB Variations
Color information
#BED7C6 (or 0xBED7C6) is known color: Edgewater. HEX triplet: BE, D7 and C6. RGB value is (190,215,198). Sum of RGB (Red+Green+Blue) = 190+215+198=603 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.51% from 603); Green value is 215 (84.38% from 255 or 35.66% from 603); Blue value is 198 (77.73% from 255 or 32.84% from 603); Max value from RGB is 215 - color contains mainly: green. Hex color #BED7C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BED7C6 is #412839. Grayscale: #CDCDCD. Windows color (decimal): -4270138 or 13031358. OLE color: 13031358.
HSL color Cylindrical-coordinate representation of color #BED7C6: hue angle of 139.2º 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 #BED7C6 is Cyan = 0.12, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 190 | 215 | 198 | - |
| CMYK | 0.12 | 0 | 0.08 | 0.16 |
| HSL | 139.2º | 0.24% | 0.79% | - |
| HSV(B) | 139.2º | 0.12% | 0.84% | - |
| XYZ | 55.73 | 63.63 | 62.77 | - |
| YUV | 205.59 | 123.72 | 116.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 215 | 198 | 0.12 | 0 | 0.08 | 0.16 | 139.2 | 0.24 | 0.79 |
| Hex | BE | D7 | C6 | C | 0 | 8 | 10 | 8B | 18 | 4F |
| Octal | 276 | 327 | 306 | 14 | 0 | 10 | 20 | 213 | 30 | 117 |
| Binary | 10111110 | 11010111 | 11000110 | 1100 | 0 | 1000 | 10000 | 10001011 | 11000 | 1001111 |
Color Harmonies of #BED7C6
Complementary color
Monochromatic Colors of #BED7C6
Black with #BED7C6
Text Example
Text Example
White with #BED7C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED7C6; }
p { color: rgb(190,215,198); }
H1.HeaderClassName
{
color: #BED7C6;
}
.AnyTagClassName
{
color: #BED7C6;
}
</style>
background-color css
<style>
a { background-color: #BED7C6; }
a { background-color: rgb(190,215,198); }
div.DivClassName
{
background-color: #BED7C6;
}
.BgClassName
{
background-color: #BED7C6;
}
</style>
border-color css
<style>
span { border-color: #BED7C6; }
span { border-color: rgb(190,215,198); }
td.TdClassName
{
border-color: #BED7C6;
}
.TagClassName
{
border-color: #BED7C6;
}
</style>