Shades of Edgewater #BFDEC4
Tints of Edgewater #BFDEC4
RGB
CMYK
RGB Variations
Color information
#BFDEC4 (or 0xBFDEC4) is known color: Edgewater. HEX triplet: BF, DE and C4. RGB value is (191,222,196). Sum of RGB (Red+Green+Blue) = 191+222+196=609 (80% of max value = 765). Red value is 191 (75% from 255 or 31.36% from 609); Green value is 222 (87.11% from 255 or 36.45% from 609); Blue value is 196 (76.95% from 255 or 32.18% from 609); Max value from RGB is 222 - color contains mainly: green. Hex color #BFDEC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFDEC4 is #40213B. Grayscale: #D1D1D1. Windows color (decimal): -4202812 or 12902079. OLE color: 12902079.
HSL color Cylindrical-coordinate representation of color #BFDEC4: hue angle of 129.68º degrees, saturation: 0.32, 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 #BFDEC4 is Cyan = 0.14, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 222 | 196 | - |
| CMYK | 0.14 | 0 | 0.12 | 0.13 |
| HSL | 129.68º | 0.32% | 0.81% | - |
| HSV(B) | 129.68º | 0.14% | 0.87% | - |
| XYZ | 57.57 | 67.3 | 62.18 | - |
| YUV | 209.77 | 120.23 | 114.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 222 | 196 | 0.14 | 0 | 0.12 | 0.13 | 129.68 | 0.32 | 0.81 |
| Hex | BF | DE | C4 | E | 0 | C | D | 82 | 20 | 51 |
| Octal | 277 | 336 | 304 | 16 | 0 | 14 | 15 | 202 | 40 | 121 |
| Binary | 10111111 | 11011110 | 11000100 | 1110 | 0 | 1100 | 1101 | 10000010 | 100000 | 1010001 |
Color Harmonies of #BFDEC4
Complementary color
Monochromatic Colors of #BFDEC4
Black with #BFDEC4
Text Example
Text Example
White with #BFDEC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDEC4; }
p { color: rgb(191,222,196); }
H1.HeaderClassName
{
color: #BFDEC4;
}
.AnyTagClassName
{
color: #BFDEC4;
}
</style>
background-color css
<style>
a { background-color: #BFDEC4; }
a { background-color: rgb(191,222,196); }
div.DivClassName
{
background-color: #BFDEC4;
}
.BgClassName
{
background-color: #BFDEC4;
}
</style>
border-color css
<style>
span { border-color: #BFDEC4; }
span { border-color: rgb(191,222,196); }
td.TdClassName
{
border-color: #BFDEC4;
}
.TagClassName
{
border-color: #BFDEC4;
}
</style>