Shades of Edgewater #BFDFC3
Tints of Edgewater #BFDFC3
RGB
CMYK
RGB Variations
Color information
#BFDFC3 (or 0xBFDFC3) is known color: Edgewater. HEX triplet: BF, DF and C3. RGB value is (191,223,195). Sum of RGB (Red+Green+Blue) = 191+223+195=609 (80% of max value = 765). Red value is 191 (75% from 255 or 31.36% from 609); Green value is 223 (87.5% from 255 or 36.62% from 609); Blue value is 195 (76.56% from 255 or 32.02% from 609); Max value from RGB is 223 - color contains mainly: green. Hex color #BFDFC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFDFC3 is #40203C. Grayscale: #D2D2D2. Windows color (decimal): -4202557 or 12836799. OLE color: 12836799.
HSL color Cylindrical-coordinate representation of color #BFDFC3: hue angle of 127.5º degrees, saturation: 0.33, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BFDFC3 is Cyan = 0.14, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 223 | 195 | - |
| CMYK | 0.14 | 0 | 0.13 | 0.13 |
| HSL | 127.5º | 0.33% | 0.81% | - |
| HSV(B) | 127.5º | 0.14% | 0.87% | - |
| XYZ | 57.72 | 67.79 | 61.67 | - |
| YUV | 210.24 | 119.4 | 114.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 223 | 195 | 0.14 | 0 | 0.13 | 0.13 | 127.5 | 0.33 | 0.81 |
| Hex | BF | DF | C3 | E | 0 | D | D | 80 | 21 | 51 |
| Octal | 277 | 337 | 303 | 16 | 0 | 15 | 15 | 200 | 41 | 121 |
| Binary | 10111111 | 11011111 | 11000011 | 1110 | 0 | 1101 | 1101 | 10000000 | 100001 | 1010001 |
Color Harmonies of #BFDFC3
Complementary color
Monochromatic Colors of #BFDFC3
Black with #BFDFC3
Text Example
Text Example
White with #BFDFC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDFC3; }
p { color: rgb(191,223,195); }
H1.HeaderClassName
{
color: #BFDFC3;
}
.AnyTagClassName
{
color: #BFDFC3;
}
</style>
background-color css
<style>
a { background-color: #BFDFC3; }
a { background-color: rgb(191,223,195); }
div.DivClassName
{
background-color: #BFDFC3;
}
.BgClassName
{
background-color: #BFDFC3;
}
</style>
border-color css
<style>
span { border-color: #BFDFC3; }
span { border-color: rgb(191,223,195); }
td.TdClassName
{
border-color: #BFDFC3;
}
.TagClassName
{
border-color: #BFDFC3;
}
</style>