Shades of Edgewater #BFDCC9
Tints of Edgewater #BFDCC9
RGB
CMYK
RGB Variations
Color information
#BFDCC9 (or 0xBFDCC9) is known color: Edgewater. HEX triplet: BF, DC and C9. RGB value is (191,220,201). Sum of RGB (Red+Green+Blue) = 191+220+201=612 (81% of max value = 765). Red value is 191 (75% from 255 or 31.21% from 612); Green value is 220 (86.33% from 255 or 35.95% from 612); Blue value is 201 (78.91% from 255 or 32.84% from 612); Max value from RGB is 220 - color contains mainly: green. Hex color #BFDCC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFDCC9 is #402336. Grayscale: #D1D1D1. Windows color (decimal): -4203319 or 13229247. OLE color: 13229247.
HSL color Cylindrical-coordinate representation of color #BFDCC9: hue angle of 140.69º degrees, saturation: 0.29, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BFDCC9 is Cyan = 0.13, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 220 | 201 | - |
| CMYK | 0.13 | 0 | 0.09 | 0.14 |
| HSL | 140.69º | 0.29% | 0.81% | - |
| HSV(B) | 140.69º | 0.13% | 0.86% | - |
| XYZ | 57.62 | 66.48 | 65.05 | - |
| YUV | 209.16 | 123.39 | 115.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 220 | 201 | 0.13 | 0 | 0.09 | 0.14 | 140.69 | 0.29 | 0.81 |
| Hex | BF | DC | C9 | D | 0 | 9 | E | 8D | 1D | 51 |
| Octal | 277 | 334 | 311 | 15 | 0 | 11 | 16 | 215 | 35 | 121 |
| Binary | 10111111 | 11011100 | 11001001 | 1101 | 0 | 1001 | 1110 | 10001101 | 11101 | 1010001 |
Color Harmonies of #BFDCC9
Complementary color
Monochromatic Colors of #BFDCC9
Black with #BFDCC9
Text Example
Text Example
White with #BFDCC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDCC9; }
p { color: rgb(191,220,201); }
H1.HeaderClassName
{
color: #BFDCC9;
}
.AnyTagClassName
{
color: #BFDCC9;
}
</style>
background-color css
<style>
a { background-color: #BFDCC9; }
a { background-color: rgb(191,220,201); }
div.DivClassName
{
background-color: #BFDCC9;
}
.BgClassName
{
background-color: #BFDCC9;
}
</style>
border-color css
<style>
span { border-color: #BFDCC9; }
span { border-color: rgb(191,220,201); }
td.TdClassName
{
border-color: #BFDCC9;
}
.TagClassName
{
border-color: #BFDCC9;
}
</style>