Shades of Edgewater #BED7C4
Tints of Edgewater #BED7C4
RGB
CMYK
RGB Variations
Color information
#BED7C4 (or 0xBED7C4) is known color: Edgewater. HEX triplet: BE, D7 and C4. RGB value is (190,215,196). Sum of RGB (Red+Green+Blue) = 190+215+196=601 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.61% from 601); Green value is 215 (84.38% from 255 or 35.77% from 601); Blue value is 196 (76.95% from 255 or 32.61% from 601); Max value from RGB is 215 - color contains mainly: green. Hex color #BED7C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BED7C4 is #41283B. Grayscale: #CDCDCD. Windows color (decimal): -4270140 or 12900286. OLE color: 12900286.
HSL color Cylindrical-coordinate representation of color #BED7C4: hue angle of 134.4º 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 #BED7C4 is Cyan = 0.12, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 190 | 215 | 196 | - |
| CMYK | 0.12 | 0 | 0.09 | 0.16 |
| HSL | 134.4º | 0.24% | 0.79% | - |
| HSV(B) | 134.4º | 0.12% | 0.84% | - |
| XYZ | 55.5 | 63.53 | 61.56 | - |
| YUV | 205.36 | 122.72 | 117.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 215 | 196 | 0.12 | 0 | 0.09 | 0.16 | 134.4 | 0.24 | 0.79 |
| Hex | BE | D7 | C4 | C | 0 | 9 | 10 | 86 | 18 | 4F |
| Octal | 276 | 327 | 304 | 14 | 0 | 11 | 20 | 206 | 30 | 117 |
| Binary | 10111110 | 11010111 | 11000100 | 1100 | 0 | 1001 | 10000 | 10000110 | 11000 | 1001111 |
Color Harmonies of #BED7C4
Complementary color
Monochromatic Colors of #BED7C4
Black with #BED7C4
Text Example
Text Example
White with #BED7C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED7C4; }
p { color: rgb(190,215,196); }
H1.HeaderClassName
{
color: #BED7C4;
}
.AnyTagClassName
{
color: #BED7C4;
}
</style>
background-color css
<style>
a { background-color: #BED7C4; }
a { background-color: rgb(190,215,196); }
div.DivClassName
{
background-color: #BED7C4;
}
.BgClassName
{
background-color: #BED7C4;
}
</style>
border-color css
<style>
span { border-color: #BED7C4; }
span { border-color: rgb(190,215,196); }
td.TdClassName
{
border-color: #BED7C4;
}
.TagClassName
{
border-color: #BED7C4;
}
</style>