Shades of Edgewater #BFDAC9
Tints of Edgewater #BFDAC9
RGB
CMYK
RGB Variations
Color information
#BFDAC9 (or 0xBFDAC9) is known color: Edgewater. HEX triplet: BF, DA and C9. RGB value is (191,218,201). Sum of RGB (Red+Green+Blue) = 191+218+201=610 (80% of max value = 765). Red value is 191 (75% from 255 or 31.31% from 610); Green value is 218 (85.55% from 255 or 35.74% from 610); Blue value is 201 (78.91% from 255 or 32.95% from 610); Max value from RGB is 218 - color contains mainly: green. Hex color #BFDAC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFDAC9 is #402536. Grayscale: #D0D0D0. Windows color (decimal): -4203831 or 13228735. OLE color: 13228735.
HSL color Cylindrical-coordinate representation of color #BFDAC9: hue angle of 142.22º 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 #BFDAC9 is Cyan = 0.12, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 191 | 218 | 201 | - |
| CMYK | 0.12 | 0 | 0.08 | 0.15 |
| HSL | 142.22º | 0.27% | 0.8% | - |
| HSV(B) | 142.22º | 0.12% | 0.85% | - |
| XYZ | 57.1 | 65.44 | 64.88 | - |
| YUV | 207.99 | 124.05 | 115.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 218 | 201 | 0.12 | 0 | 0.08 | 0.15 | 142.22 | 0.27 | 0.8 |
| Hex | BF | DA | C9 | C | 0 | 8 | F | 8E | 1B | 50 |
| Octal | 277 | 332 | 311 | 14 | 0 | 10 | 17 | 216 | 33 | 120 |
| Binary | 10111111 | 11011010 | 11001001 | 1100 | 0 | 1000 | 1111 | 10001110 | 11011 | 1010000 |
Color Harmonies of #BFDAC9
Complementary color
Monochromatic Colors of #BFDAC9
Black with #BFDAC9
Text Example
Text Example
White with #BFDAC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDAC9; }
p { color: rgb(191,218,201); }
H1.HeaderClassName
{
color: #BFDAC9;
}
.AnyTagClassName
{
color: #BFDAC9;
}
</style>
background-color css
<style>
a { background-color: #BFDAC9; }
a { background-color: rgb(191,218,201); }
div.DivClassName
{
background-color: #BFDAC9;
}
.BgClassName
{
background-color: #BFDAC9;
}
</style>
border-color css
<style>
span { border-color: #BFDAC9; }
span { border-color: rgb(191,218,201); }
td.TdClassName
{
border-color: #BFDAC9;
}
.TagClassName
{
border-color: #BFDAC9;
}
</style>