Shades of Edgewater #BFDAC6
Tints of Edgewater #BFDAC6
RGB
CMYK
RGB Variations
Color information
#BFDAC6 (or 0xBFDAC6) is known color: Edgewater. HEX triplet: BF, DA and C6. RGB value is (191,218,198). Sum of RGB (Red+Green+Blue) = 191+218+198=607 (80% of max value = 765). Red value is 191 (75% from 255 or 31.47% from 607); Green value is 218 (85.55% from 255 or 35.91% from 607); Blue value is 198 (77.73% from 255 or 32.62% from 607); Max value from RGB is 218 - color contains mainly: green. Hex color #BFDAC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFDAC6 is #402539. Grayscale: #CFCFCF. Windows color (decimal): -4203834 or 13032127. OLE color: 13032127.
HSL color Cylindrical-coordinate representation of color #BFDAC6: hue angle of 135.56º degrees, saturation: 0.27, 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 #BFDAC6 is Cyan = 0.12, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 191 | 218 | 198 | - |
| CMYK | 0.12 | 0 | 0.09 | 0.15 |
| HSL | 135.56º | 0.27% | 0.8% | - |
| HSV(B) | 135.56º | 0.12% | 0.85% | - |
| XYZ | 56.75 | 65.3 | 63.04 | - |
| YUV | 207.65 | 122.55 | 116.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 218 | 198 | 0.12 | 0 | 0.09 | 0.15 | 135.56 | 0.27 | 0.8 |
| Hex | BF | DA | C6 | C | 0 | 9 | F | 88 | 1B | 50 |
| Octal | 277 | 332 | 306 | 14 | 0 | 11 | 17 | 210 | 33 | 120 |
| Binary | 10111111 | 11011010 | 11000110 | 1100 | 0 | 1001 | 1111 | 10001000 | 11011 | 1010000 |
Color Harmonies of #BFDAC6
Complementary color
Monochromatic Colors of #BFDAC6
Black with #BFDAC6
Text Example
Text Example
White with #BFDAC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDAC6; }
p { color: rgb(191,218,198); }
H1.HeaderClassName
{
color: #BFDAC6;
}
.AnyTagClassName
{
color: #BFDAC6;
}
</style>
background-color css
<style>
a { background-color: #BFDAC6; }
a { background-color: rgb(191,218,198); }
div.DivClassName
{
background-color: #BFDAC6;
}
.BgClassName
{
background-color: #BFDAC6;
}
</style>
border-color css
<style>
span { border-color: #BFDAC6; }
span { border-color: rgb(191,218,198); }
td.TdClassName
{
border-color: #BFDAC6;
}
.TagClassName
{
border-color: #BFDAC6;
}
</style>