Shades of Edgewater #BFDAC5
Tints of Edgewater #BFDAC5
RGB
CMYK
RGB Variations
Color information
#BFDAC5 (or 0xBFDAC5) is known color: Edgewater. HEX triplet: BF, DA and C5. RGB value is (191,218,197). Sum of RGB (Red+Green+Blue) = 191+218+197=606 (80% of max value = 765). Red value is 191 (75% from 255 or 31.52% from 606); Green value is 218 (85.55% from 255 or 35.97% from 606); Blue value is 197 (77.34% from 255 or 32.51% from 606); Max value from RGB is 218 - color contains mainly: green. Hex color #BFDAC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFDAC5 is #40253A. Grayscale: #CFCFCF. Windows color (decimal): -4203835 or 12966591. OLE color: 12966591.
HSL color Cylindrical-coordinate representation of color #BFDAC5: hue angle of 133.33º 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 #BFDAC5 is Cyan = 0.12, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 191 | 218 | 197 | - |
| CMYK | 0.12 | 0 | 0.10 | 0.15 |
| HSL | 133.33º | 0.27% | 0.8% | - |
| HSV(B) | 133.33º | 0.12% | 0.85% | - |
| XYZ | 56.64 | 65.25 | 62.43 | - |
| YUV | 207.53 | 122.05 | 116.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 218 | 197 | 0.12 | 0 | 0.10 | 0.15 | 133.33 | 0.27 | 0.8 |
| Hex | BF | DA | C5 | C | 0 | A | F | 85 | 1B | 50 |
| Octal | 277 | 332 | 305 | 14 | 0 | 12 | 17 | 205 | 33 | 120 |
| Binary | 10111111 | 11011010 | 11000101 | 1100 | 0 | 1010 | 1111 | 10000101 | 11011 | 1010000 |
Color Harmonies of #BFDAC5
Complementary color
Monochromatic Colors of #BFDAC5
Black with #BFDAC5
Text Example
Text Example
White with #BFDAC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDAC5; }
p { color: rgb(191,218,197); }
H1.HeaderClassName
{
color: #BFDAC5;
}
.AnyTagClassName
{
color: #BFDAC5;
}
</style>
background-color css
<style>
a { background-color: #BFDAC5; }
a { background-color: rgb(191,218,197); }
div.DivClassName
{
background-color: #BFDAC5;
}
.BgClassName
{
background-color: #BFDAC5;
}
</style>
border-color css
<style>
span { border-color: #BFDAC5; }
span { border-color: rgb(191,218,197); }
td.TdClassName
{
border-color: #BFDAC5;
}
.TagClassName
{
border-color: #BFDAC5;
}
</style>