Shades of Edgewater #BEDFC1
Tints of Edgewater #BEDFC1
RGB
CMYK
RGB Variations
Color information
#BEDFC1 (or 0xBEDFC1) is known color: Edgewater. HEX triplet: BE, DF and C1. RGB value is (190,223,193). Sum of RGB (Red+Green+Blue) = 190+223+193=606 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.35% from 606); Green value is 223 (87.5% from 255 or 36.80% from 606); Blue value is 193 (75.78% from 255 or 31.85% from 606); Max value from RGB is 223 - color contains mainly: green. Hex color #BEDFC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEDFC1 is #41203E. Grayscale: #D1D1D1. Windows color (decimal): -4268095 or 12705726. OLE color: 12705726.
HSL color Cylindrical-coordinate representation of color #BEDFC1: hue angle of 125.45º 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 #BEDFC1 is Cyan = 0.15, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 223 | 193 | - |
| CMYK | 0.15 | 0 | 0.13 | 0.13 |
| HSL | 125.45º | 0.34% | 0.81% | - |
| HSV(B) | 125.45º | 0.15% | 0.87% | - |
| XYZ | 57.25 | 67.57 | 60.48 | - |
| YUV | 209.71 | 118.57 | 113.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 223 | 193 | 0.15 | 0 | 0.13 | 0.13 | 125.45 | 0.34 | 0.81 |
| Hex | BE | DF | C1 | F | 0 | D | D | 7D | 22 | 51 |
| Octal | 276 | 337 | 301 | 17 | 0 | 15 | 15 | 175 | 42 | 121 |
| Binary | 10111110 | 11011111 | 11000001 | 1111 | 0 | 1101 | 1101 | 1111101 | 100010 | 1010001 |
Color Harmonies of #BEDFC1
Complementary color
Monochromatic Colors of #BEDFC1
Black with #BEDFC1
Text Example
Text Example
White with #BEDFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEDFC1; }
p { color: rgb(190,223,193); }
H1.HeaderClassName
{
color: #BEDFC1;
}
.AnyTagClassName
{
color: #BEDFC1;
}
</style>
background-color css
<style>
a { background-color: #BEDFC1; }
a { background-color: rgb(190,223,193); }
div.DivClassName
{
background-color: #BEDFC1;
}
.BgClassName
{
background-color: #BEDFC1;
}
</style>
border-color css
<style>
span { border-color: #BEDFC1; }
span { border-color: rgb(190,223,193); }
td.TdClassName
{
border-color: #BEDFC1;
}
.TagClassName
{
border-color: #BEDFC1;
}
</style>