Shades of Edgewater #BFD7C7
Tints of Edgewater #BFD7C7
RGB
CMYK
RGB Variations
Color information
#BFD7C7 (or 0xBFD7C7) is known color: Edgewater. HEX triplet: BF, D7 and C7. RGB value is (191,215,199). Sum of RGB (Red+Green+Blue) = 191+215+199=605 (80% of max value = 765). Red value is 191 (75% from 255 or 31.57% from 605); Green value is 215 (84.38% from 255 or 35.54% from 605); Blue value is 199 (78.12% from 255 or 32.89% from 605); Max value from RGB is 215 - color contains mainly: green. Hex color #BFD7C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFD7C7 is #402838. Grayscale: #CECECE. Windows color (decimal): -4204601 or 13096895. OLE color: 13096895.
HSL color Cylindrical-coordinate representation of color #BFD7C7: hue angle of 140º degrees, saturation: 0.23, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BFD7C7 is Cyan = 0.11, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 191 | 215 | 199 | - |
| CMYK | 0.11 | 0 | 0.07 | 0.16 |
| HSL | 140º | 0.23% | 0.8% | - |
| HSV(B) | 140º | 0.11% | 0.84% | - |
| XYZ | 56.1 | 63.8 | 63.39 | - |
| YUV | 206 | 124.05 | 117.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 215 | 199 | 0.11 | 0 | 0.07 | 0.16 | 140 | 0.23 | 0.8 |
| Hex | BF | D7 | C7 | B | 0 | 7 | 10 | 8C | 17 | 50 |
| Octal | 277 | 327 | 307 | 13 | 0 | 7 | 20 | 214 | 27 | 120 |
| Binary | 10111111 | 11010111 | 11000111 | 1011 | 0 | 111 | 10000 | 10001100 | 10111 | 1010000 |
Color Harmonies of #BFD7C7
Complementary color
Monochromatic Colors of #BFD7C7
Black with #BFD7C7
Text Example
Text Example
White with #BFD7C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD7C7; }
p { color: rgb(191,215,199); }
H1.HeaderClassName
{
color: #BFD7C7;
}
.AnyTagClassName
{
color: #BFD7C7;
}
</style>
background-color css
<style>
a { background-color: #BFD7C7; }
a { background-color: rgb(191,215,199); }
div.DivClassName
{
background-color: #BFD7C7;
}
.BgClassName
{
background-color: #BFD7C7;
}
</style>
border-color css
<style>
span { border-color: #BFD7C7; }
span { border-color: rgb(191,215,199); }
td.TdClassName
{
border-color: #BFD7C7;
}
.TagClassName
{
border-color: #BFD7C7;
}
</style>