Shades of Edgewater #BFDFC6
Tints of Edgewater #BFDFC6
RGB
CMYK
RGB Variations
Color information
#BFDFC6 (or 0xBFDFC6) is known color: Edgewater. HEX triplet: BF, DF and C6. RGB value is (191,223,198). Sum of RGB (Red+Green+Blue) = 191+223+198=612 (81% of max value = 765). Red value is 191 (75% from 255 or 31.21% from 612); Green value is 223 (87.5% from 255 or 36.44% from 612); Blue value is 198 (77.73% from 255 or 32.35% from 612); Max value from RGB is 223 - color contains mainly: green. Hex color #BFDFC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFDFC6 is #402039. Grayscale: #D2D2D2. Windows color (decimal): -4202554 or 13033407. OLE color: 13033407.
HSL color Cylindrical-coordinate representation of color #BFDFC6: hue angle of 133.12º degrees, saturation: 0.33, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BFDFC6 is Cyan = 0.14, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 223 | 198 | - |
| CMYK | 0.14 | 0 | 0.11 | 0.13 |
| HSL | 133.13º | 0.33% | 0.81% | - |
| HSV(B) | 133.13º | 0.14% | 0.87% | - |
| XYZ | 58.07 | 67.93 | 63.48 | - |
| YUV | 210.58 | 120.9 | 114.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 223 | 198 | 0.14 | 0 | 0.11 | 0.13 | 133.13 | 0.33 | 0.81 |
| Hex | BF | DF | C6 | E | 0 | B | D | 85 | 21 | 51 |
| Octal | 277 | 337 | 306 | 16 | 0 | 13 | 15 | 205 | 41 | 121 |
| Binary | 10111111 | 11011111 | 11000110 | 1110 | 0 | 1011 | 1101 | 10000101 | 100001 | 1010001 |
Color Harmonies of #BFDFC6
Complementary color
Monochromatic Colors of #BFDFC6
Black with #BFDFC6
Text Example
Text Example
White with #BFDFC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDFC6; }
p { color: rgb(191,223,198); }
H1.HeaderClassName
{
color: #BFDFC6;
}
.AnyTagClassName
{
color: #BFDFC6;
}
</style>
background-color css
<style>
a { background-color: #BFDFC6; }
a { background-color: rgb(191,223,198); }
div.DivClassName
{
background-color: #BFDFC6;
}
.BgClassName
{
background-color: #BFDFC6;
}
</style>
border-color css
<style>
span { border-color: #BFDFC6; }
span { border-color: rgb(191,223,198); }
td.TdClassName
{
border-color: #BFDFC6;
}
.TagClassName
{
border-color: #BFDFC6;
}
</style>