Shades of Edgewater #BFD6C6
Tints of Edgewater #BFD6C6
RGB
CMYK
RGB Variations
Color information
#BFD6C6 (or 0xBFD6C6) is known color: Edgewater. HEX triplet: BF, D6 and C6. RGB value is (191,214,198). Sum of RGB (Red+Green+Blue) = 191+214+198=603 (79% of max value = 765). Red value is 191 (75% from 255 or 31.67% from 603); Green value is 214 (83.98% from 255 or 35.49% from 603); Blue value is 198 (77.73% from 255 or 32.84% from 603); Max value from RGB is 214 - color contains mainly: green. Hex color #BFD6C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFD6C6 is #402939. Grayscale: #CDCDCD. Windows color (decimal): -4204858 or 13031103. OLE color: 13031103.
HSL color Cylindrical-coordinate representation of color #BFD6C6: hue angle of 138.26º degrees, saturation: 0.22, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BFD6C6 is Cyan = 0.11, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 191 | 214 | 198 | - |
| CMYK | 0.11 | 0 | 0.07 | 0.16 |
| HSL | 138.26º | 0.22% | 0.79% | - |
| HSV(B) | 138.26º | 0.11% | 0.84% | - |
| XYZ | 55.73 | 63.25 | 62.7 | - |
| YUV | 205.3 | 123.88 | 117.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 214 | 198 | 0.11 | 0 | 0.07 | 0.16 | 138.26 | 0.22 | 0.79 |
| Hex | BF | D6 | C6 | B | 0 | 7 | 10 | 8A | 16 | 4F |
| Octal | 277 | 326 | 306 | 13 | 0 | 7 | 20 | 212 | 26 | 117 |
| Binary | 10111111 | 11010110 | 11000110 | 1011 | 0 | 111 | 10000 | 10001010 | 10110 | 1001111 |
Color Harmonies of #BFD6C6
Complementary color
Monochromatic Colors of #BFD6C6
Black with #BFD6C6
Text Example
Text Example
White with #BFD6C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD6C6; }
p { color: rgb(191,214,198); }
H1.HeaderClassName
{
color: #BFD6C6;
}
.AnyTagClassName
{
color: #BFD6C6;
}
</style>
background-color css
<style>
a { background-color: #BFD6C6; }
a { background-color: rgb(191,214,198); }
div.DivClassName
{
background-color: #BFD6C6;
}
.BgClassName
{
background-color: #BFD6C6;
}
</style>
border-color css
<style>
span { border-color: #BFD6C6; }
span { border-color: rgb(191,214,198); }
td.TdClassName
{
border-color: #BFD6C6;
}
.TagClassName
{
border-color: #BFD6C6;
}
</style>