Shades of Edgewater #BFD4C7
Tints of Edgewater #BFD4C7
RGB
CMYK
RGB Variations
Color information
#BFD4C7 (or 0xBFD4C7) is known color: Edgewater. HEX triplet: BF, D4 and C7. RGB value is (191,212,199). Sum of RGB (Red+Green+Blue) = 191+212+199=602 (79% of max value = 765). Red value is 191 (75% from 255 or 31.73% from 602); Green value is 212 (83.20% from 255 or 35.22% from 602); Blue value is 199 (78.12% from 255 or 33.06% from 602); Max value from RGB is 212 - color contains mainly: green. Hex color #BFD4C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFD4C7 is #402B38. Grayscale: #CCCCCC. Windows color (decimal): -4205369 or 13096127. OLE color: 13096127.
HSL color Cylindrical-coordinate representation of color #BFD4C7: hue angle of 142.86º degrees, saturation: 0.2, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BFD4C7 is Cyan = 0.10, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 191 | 212 | 199 | - |
| CMYK | 0.10 | 0 | 0.06 | 0.17 |
| HSL | 142.86º | 0.2% | 0.79% | - |
| HSV(B) | 142.86º | 0.1% | 0.83% | - |
| XYZ | 55.34 | 62.29 | 63.14 | - |
| YUV | 204.24 | 125.04 | 118.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 212 | 199 | 0.10 | 0 | 0.06 | 0.17 | 142.86 | 0.2 | 0.79 |
| Hex | BF | D4 | C7 | A | 0 | 6 | 11 | 8F | 14 | 4F |
| Octal | 277 | 324 | 307 | 12 | 0 | 6 | 21 | 217 | 24 | 117 |
| Binary | 10111111 | 11010100 | 11000111 | 1010 | 0 | 110 | 10001 | 10001111 | 10100 | 1001111 |
Color Harmonies of #BFD4C7
Complementary color
Monochromatic Colors of #BFD4C7
Black with #BFD4C7
Text Example
Text Example
White with #BFD4C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD4C7; }
p { color: rgb(191,212,199); }
H1.HeaderClassName
{
color: #BFD4C7;
}
.AnyTagClassName
{
color: #BFD4C7;
}
</style>
background-color css
<style>
a { background-color: #BFD4C7; }
a { background-color: rgb(191,212,199); }
div.DivClassName
{
background-color: #BFD4C7;
}
.BgClassName
{
background-color: #BFD4C7;
}
</style>
border-color css
<style>
span { border-color: #BFD4C7; }
span { border-color: rgb(191,212,199); }
td.TdClassName
{
border-color: #BFD4C7;
}
.TagClassName
{
border-color: #BFD4C7;
}
</style>