Shades of Edgewater #BFDCC7
Tints of Edgewater #BFDCC7
RGB
CMYK
RGB Variations
Color information
#BFDCC7 (or 0xBFDCC7) is known color: Edgewater. HEX triplet: BF, DC and C7. RGB value is (191,220,199). Sum of RGB (Red+Green+Blue) = 191+220+199=610 (80% of max value = 765). Red value is 191 (75% from 255 or 31.31% from 610); Green value is 220 (86.33% from 255 or 36.07% from 610); Blue value is 199 (78.12% from 255 or 32.62% from 610); Max value from RGB is 220 - color contains mainly: green. Hex color #BFDCC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFDCC7 is #402338. Grayscale: #D0D0D0. Windows color (decimal): -4203321 or 13098175. OLE color: 13098175.
HSL color Cylindrical-coordinate representation of color #BFDCC7: hue angle of 136.55º degrees, saturation: 0.29, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BFDCC7 is Cyan = 0.13, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 220 | 199 | - |
| CMYK | 0.13 | 0 | 0.10 | 0.14 |
| HSL | 136.55º | 0.29% | 0.81% | - |
| HSV(B) | 136.55º | 0.13% | 0.86% | - |
| XYZ | 57.39 | 66.39 | 63.82 | - |
| YUV | 208.94 | 122.39 | 115.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 220 | 199 | 0.13 | 0 | 0.10 | 0.14 | 136.55 | 0.29 | 0.81 |
| Hex | BF | DC | C7 | D | 0 | A | E | 89 | 1D | 51 |
| Octal | 277 | 334 | 307 | 15 | 0 | 12 | 16 | 211 | 35 | 121 |
| Binary | 10111111 | 11011100 | 11000111 | 1101 | 0 | 1010 | 1110 | 10001001 | 11101 | 1010001 |
Color Harmonies of #BFDCC7
Complementary color
Monochromatic Colors of #BFDCC7
Black with #BFDCC7
Text Example
Text Example
White with #BFDCC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDCC7; }
p { color: rgb(191,220,199); }
H1.HeaderClassName
{
color: #BFDCC7;
}
.AnyTagClassName
{
color: #BFDCC7;
}
</style>
background-color css
<style>
a { background-color: #BFDCC7; }
a { background-color: rgb(191,220,199); }
div.DivClassName
{
background-color: #BFDCC7;
}
.BgClassName
{
background-color: #BFDCC7;
}
</style>
border-color css
<style>
span { border-color: #BFDCC7; }
span { border-color: rgb(191,220,199); }
td.TdClassName
{
border-color: #BFDCC7;
}
.TagClassName
{
border-color: #BFDCC7;
}
</style>