Shades of Edgewater #BEDFC7
Tints of Edgewater #BEDFC7
RGB
CMYK
RGB Variations
Color information
#BEDFC7 (or 0xBEDFC7) is known color: Edgewater. HEX triplet: BE, DF and C7. RGB value is (190,223,199). Sum of RGB (Red+Green+Blue) = 190+223+199=612 (81% of max value = 765). Red value is 190 (74.61% from 255 or 31.05% from 612); Green value is 223 (87.5% from 255 or 36.44% from 612); Blue value is 199 (78.12% from 255 or 32.52% from 612); Max value from RGB is 223 - color contains mainly: green. Hex color #BEDFC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEDFC7 is #412038. Grayscale: #D2D2D2. Windows color (decimal): -4268089 or 13098942. OLE color: 13098942.
HSL color Cylindrical-coordinate representation of color #BEDFC7: hue angle of 136.36º degrees, saturation: 0.34, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BEDFC7 is Cyan = 0.15, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 223 | 199 | - |
| CMYK | 0.15 | 0 | 0.11 | 0.13 |
| HSL | 136.36º | 0.34% | 0.81% | - |
| HSV(B) | 136.36º | 0.15% | 0.87% | - |
| XYZ | 57.93 | 67.85 | 64.08 | - |
| YUV | 210.4 | 121.57 | 113.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 223 | 199 | 0.15 | 0 | 0.11 | 0.13 | 136.36 | 0.34 | 0.81 |
| Hex | BE | DF | C7 | F | 0 | B | D | 88 | 22 | 51 |
| Octal | 276 | 337 | 307 | 17 | 0 | 13 | 15 | 210 | 42 | 121 |
| Binary | 10111110 | 11011111 | 11000111 | 1111 | 0 | 1011 | 1101 | 10001000 | 100010 | 1010001 |
Color Harmonies of #BEDFC7
Complementary color
Monochromatic Colors of #BEDFC7
Black with #BEDFC7
Text Example
Text Example
White with #BEDFC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEDFC7; }
p { color: rgb(190,223,199); }
H1.HeaderClassName
{
color: #BEDFC7;
}
.AnyTagClassName
{
color: #BEDFC7;
}
</style>
background-color css
<style>
a { background-color: #BEDFC7; }
a { background-color: rgb(190,223,199); }
div.DivClassName
{
background-color: #BEDFC7;
}
.BgClassName
{
background-color: #BEDFC7;
}
</style>
border-color css
<style>
span { border-color: #BEDFC7; }
span { border-color: rgb(190,223,199); }
td.TdClassName
{
border-color: #BEDFC7;
}
.TagClassName
{
border-color: #BEDFC7;
}
</style>