Shades of Edgewater #BFD3C6
Tints of Edgewater #BFD3C6
RGB
CMYK
RGB Variations
Color information
#BFD3C6 (or 0xBFD3C6) is known color: Edgewater. HEX triplet: BF, D3 and C6. RGB value is (191,211,198). Sum of RGB (Red+Green+Blue) = 191+211+198=600 (79% of max value = 765). Red value is 191 (75% from 255 or 31.83% from 600); Green value is 211 (82.81% from 255 or 35.17% from 600); Blue value is 198 (77.73% from 255 or 33% from 600); Max value from RGB is 211 - color contains mainly: green. Hex color #BFD3C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFD3C6 is #402C39. Grayscale: #CBCBCB. Windows color (decimal): -4205626 or 13030335. OLE color: 13030335.
HSL color Cylindrical-coordinate representation of color #BFD3C6: hue angle of 141º degrees, saturation: 0.19, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BFD3C6 is Cyan = 0.09, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 191 | 211 | 198 | - |
| CMYK | 0.09 | 0 | 0.06 | 0.17 |
| HSL | 141º | 0.19% | 0.79% | - |
| HSV(B) | 141º | 0.09% | 0.83% | - |
| XYZ | 54.97 | 61.74 | 62.45 | - |
| YUV | 203.54 | 124.87 | 119.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 211 | 198 | 0.09 | 0 | 0.06 | 0.17 | 141 | 0.19 | 0.79 |
| Hex | BF | D3 | C6 | 9 | 0 | 6 | 11 | 8D | 13 | 4F |
| Octal | 277 | 323 | 306 | 11 | 0 | 6 | 21 | 215 | 23 | 117 |
| Binary | 10111111 | 11010011 | 11000110 | 1001 | 0 | 110 | 10001 | 10001101 | 10011 | 1001111 |
Color Harmonies of #BFD3C6
Complementary color
Monochromatic Colors of #BFD3C6
Black with #BFD3C6
Text Example
Text Example
White with #BFD3C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD3C6; }
p { color: rgb(191,211,198); }
H1.HeaderClassName
{
color: #BFD3C6;
}
.AnyTagClassName
{
color: #BFD3C6;
}
</style>
background-color css
<style>
a { background-color: #BFD3C6; }
a { background-color: rgb(191,211,198); }
div.DivClassName
{
background-color: #BFD3C6;
}
.BgClassName
{
background-color: #BFD3C6;
}
</style>
border-color css
<style>
span { border-color: #BFD3C6; }
span { border-color: rgb(191,211,198); }
td.TdClassName
{
border-color: #BFD3C6;
}
.TagClassName
{
border-color: #BFD3C6;
}
</style>