Shades of Edgewater #BFDEC7
Tints of Edgewater #BFDEC7
RGB
CMYK
RGB Variations
Color information
#BFDEC7 (or 0xBFDEC7) is known color: Edgewater. HEX triplet: BF, DE and C7. RGB value is (191,222,199). Sum of RGB (Red+Green+Blue) = 191+222+199=612 (81% of max value = 765). Red value is 191 (75% from 255 or 31.21% from 612); Green value is 222 (87.11% from 255 or 36.27% from 612); Blue value is 199 (78.12% from 255 or 32.52% from 612); Max value from RGB is 222 - color contains mainly: green. Hex color #BFDEC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFDEC7 is #402138. Grayscale: #D2D2D2. Windows color (decimal): -4202809 or 13098687. OLE color: 13098687.
HSL color Cylindrical-coordinate representation of color #BFDEC7: hue angle of 135.48º 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 #BFDEC7 is Cyan = 0.14, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 222 | 199 | - |
| CMYK | 0.14 | 0 | 0.10 | 0.13 |
| HSL | 135.48º | 0.32% | 0.81% | - |
| HSV(B) | 135.48º | 0.14% | 0.87% | - |
| XYZ | 57.92 | 67.44 | 64 | - |
| YUV | 210.11 | 121.73 | 114.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 222 | 199 | 0.14 | 0 | 0.10 | 0.13 | 135.48 | 0.32 | 0.81 |
| Hex | BF | DE | C7 | E | 0 | A | D | 87 | 20 | 51 |
| Octal | 277 | 336 | 307 | 16 | 0 | 12 | 15 | 207 | 40 | 121 |
| Binary | 10111111 | 11011110 | 11000111 | 1110 | 0 | 1010 | 1101 | 10000111 | 100000 | 1010001 |
Color Harmonies of #BFDEC7
Complementary color
Monochromatic Colors of #BFDEC7
Black with #BFDEC7
Text Example
Text Example
White with #BFDEC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDEC7; }
p { color: rgb(191,222,199); }
H1.HeaderClassName
{
color: #BFDEC7;
}
.AnyTagClassName
{
color: #BFDEC7;
}
</style>
background-color css
<style>
a { background-color: #BFDEC7; }
a { background-color: rgb(191,222,199); }
div.DivClassName
{
background-color: #BFDEC7;
}
.BgClassName
{
background-color: #BFDEC7;
}
</style>
border-color css
<style>
span { border-color: #BFDEC7; }
span { border-color: rgb(191,222,199); }
td.TdClassName
{
border-color: #BFDEC7;
}
.TagClassName
{
border-color: #BFDEC7;
}
</style>