Shades of Edgewater #BEDFC4
Tints of Edgewater #BEDFC4
RGB
CMYK
RGB Variations
Color information
#BEDFC4 (or 0xBEDFC4) is known color: Edgewater. HEX triplet: BE, DF and C4. RGB value is (190,223,196). Sum of RGB (Red+Green+Blue) = 190+223+196=609 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.20% from 609); Green value is 223 (87.5% from 255 or 36.62% from 609); Blue value is 196 (76.95% from 255 or 32.18% from 609); Max value from RGB is 223 - color contains mainly: green. Hex color #BEDFC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEDFC4 is #41203B. Grayscale: #D2D2D2. Windows color (decimal): -4268092 or 12902334. OLE color: 12902334.
HSL color Cylindrical-coordinate representation of color #BEDFC4: hue angle of 130.91º 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 #BEDFC4 is Cyan = 0.15, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 223 | 196 | - |
| CMYK | 0.15 | 0 | 0.12 | 0.13 |
| HSL | 130.91º | 0.34% | 0.81% | - |
| HSV(B) | 130.91º | 0.15% | 0.87% | - |
| XYZ | 57.59 | 67.71 | 62.26 | - |
| YUV | 210.06 | 120.07 | 113.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 223 | 196 | 0.15 | 0 | 0.12 | 0.13 | 130.91 | 0.34 | 0.81 |
| Hex | BE | DF | C4 | F | 0 | C | D | 83 | 22 | 51 |
| Octal | 276 | 337 | 304 | 17 | 0 | 14 | 15 | 203 | 42 | 121 |
| Binary | 10111110 | 11011111 | 11000100 | 1111 | 0 | 1100 | 1101 | 10000011 | 100010 | 1010001 |
Color Harmonies of #BEDFC4
Complementary color
Monochromatic Colors of #BEDFC4
Black with #BEDFC4
Text Example
Text Example
White with #BEDFC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEDFC4; }
p { color: rgb(190,223,196); }
H1.HeaderClassName
{
color: #BEDFC4;
}
.AnyTagClassName
{
color: #BEDFC4;
}
</style>
background-color css
<style>
a { background-color: #BEDFC4; }
a { background-color: rgb(190,223,196); }
div.DivClassName
{
background-color: #BEDFC4;
}
.BgClassName
{
background-color: #BEDFC4;
}
</style>
border-color css
<style>
span { border-color: #BEDFC4; }
span { border-color: rgb(190,223,196); }
td.TdClassName
{
border-color: #BEDFC4;
}
.TagClassName
{
border-color: #BEDFC4;
}
</style>