Shades of Edgewater #BFD7C9
Tints of Edgewater #BFD7C9
RGB
CMYK
RGB Variations
Color information
#BFD7C9 (or 0xBFD7C9) is known color: Edgewater. HEX triplet: BF, D7 and C9. RGB value is (191,215,201). Sum of RGB (Red+Green+Blue) = 191+215+201=607 (80% of max value = 765). Red value is 191 (75% from 255 or 31.47% from 607); Green value is 215 (84.38% from 255 or 35.42% from 607); Blue value is 201 (78.91% from 255 or 33.11% from 607); Max value from RGB is 215 - color contains mainly: green. Hex color #BFD7C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFD7C9 is #402836. Grayscale: #CECECE. Windows color (decimal): -4204599 or 13227967. OLE color: 13227967.
HSL color Cylindrical-coordinate representation of color #BFD7C9: hue angle of 145º 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 #BFD7C9 is Cyan = 0.11, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 191 | 215 | 201 | - |
| CMYK | 0.11 | 0 | 0.07 | 0.16 |
| HSL | 145º | 0.23% | 0.8% | - |
| HSV(B) | 145º | 0.11% | 0.84% | - |
| XYZ | 56.33 | 63.89 | 64.62 | - |
| YUV | 206.23 | 125.05 | 117.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 215 | 201 | 0.11 | 0 | 0.07 | 0.16 | 145 | 0.23 | 0.8 |
| Hex | BF | D7 | C9 | B | 0 | 7 | 10 | 91 | 17 | 50 |
| Octal | 277 | 327 | 311 | 13 | 0 | 7 | 20 | 221 | 27 | 120 |
| Binary | 10111111 | 11010111 | 11001001 | 1011 | 0 | 111 | 10000 | 10010001 | 10111 | 1010000 |
Color Harmonies of #BFD7C9
Complementary color
Monochromatic Colors of #BFD7C9
Black with #BFD7C9
Text Example
Text Example
White with #BFD7C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD7C9; }
p { color: rgb(191,215,201); }
H1.HeaderClassName
{
color: #BFD7C9;
}
.AnyTagClassName
{
color: #BFD7C9;
}
</style>
background-color css
<style>
a { background-color: #BFD7C9; }
a { background-color: rgb(191,215,201); }
div.DivClassName
{
background-color: #BFD7C9;
}
.BgClassName
{
background-color: #BFD7C9;
}
</style>
border-color css
<style>
span { border-color: #BFD7C9; }
span { border-color: rgb(191,215,201); }
td.TdClassName
{
border-color: #BFD7C9;
}
.TagClassName
{
border-color: #BFD7C9;
}
</style>