Shades of Edgewater #BFD8C5
Tints of Edgewater #BFD8C5
RGB
CMYK
RGB Variations
Color information
#BFD8C5 (or 0xBFD8C5) is known color: Edgewater. HEX triplet: BF, D8 and C5. RGB value is (191,216,197). Sum of RGB (Red+Green+Blue) = 191+216+197=604 (80% of max value = 765). Red value is 191 (75% from 255 or 31.62% from 604); Green value is 216 (84.77% from 255 or 35.76% from 604); Blue value is 197 (77.34% from 255 or 32.62% from 604); Max value from RGB is 216 - color contains mainly: green. Hex color #BFD8C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFD8C5 is #40273A. Grayscale: #CECECE. Windows color (decimal): -4204347 or 12966079. OLE color: 12966079.
HSL color Cylindrical-coordinate representation of color #BFD8C5: hue angle of 134.4º degrees, saturation: 0.24, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BFD8C5 is Cyan = 0.12, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 191 | 216 | 197 | - |
| CMYK | 0.12 | 0 | 0.09 | 0.15 |
| HSL | 134.4º | 0.24% | 0.8% | - |
| HSV(B) | 134.4º | 0.12% | 0.85% | - |
| XYZ | 56.12 | 64.22 | 62.26 | - |
| YUV | 206.36 | 122.72 | 117.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 216 | 197 | 0.12 | 0 | 0.09 | 0.15 | 134.4 | 0.24 | 0.8 |
| Hex | BF | D8 | C5 | C | 0 | 9 | F | 86 | 18 | 50 |
| Octal | 277 | 330 | 305 | 14 | 0 | 11 | 17 | 206 | 30 | 120 |
| Binary | 10111111 | 11011000 | 11000101 | 1100 | 0 | 1001 | 1111 | 10000110 | 11000 | 1010000 |
Color Harmonies of #BFD8C5
Complementary color
Monochromatic Colors of #BFD8C5
Black with #BFD8C5
Text Example
Text Example
White with #BFD8C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD8C5; }
p { color: rgb(191,216,197); }
H1.HeaderClassName
{
color: #BFD8C5;
}
.AnyTagClassName
{
color: #BFD8C5;
}
</style>
background-color css
<style>
a { background-color: #BFD8C5; }
a { background-color: rgb(191,216,197); }
div.DivClassName
{
background-color: #BFD8C5;
}
.BgClassName
{
background-color: #BFD8C5;
}
</style>
border-color css
<style>
span { border-color: #BFD8C5; }
span { border-color: rgb(191,216,197); }
td.TdClassName
{
border-color: #BFD8C5;
}
.TagClassName
{
border-color: #BFD8C5;
}
</style>