Shades of Edgewater #BFD9C3
Tints of Edgewater #BFD9C3
RGB
CMYK
RGB Variations
Color information
#BFD9C3 (or 0xBFD9C3) is known color: Edgewater. HEX triplet: BF, D9 and C3. RGB value is (191,217,195). Sum of RGB (Red+Green+Blue) = 191+217+195=603 (79% of max value = 765). Red value is 191 (75% from 255 or 31.67% from 603); Green value is 217 (85.16% from 255 or 35.99% from 603); Blue value is 195 (76.56% from 255 or 32.34% from 603); Max value from RGB is 217 - color contains mainly: green. Hex color #BFD9C3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFD9C3 is #40263C. Grayscale: #CECECE. Windows color (decimal): -4204093 or 12835263. OLE color: 12835263.
HSL color Cylindrical-coordinate representation of color #BFD9C3: hue angle of 129.23º degrees, saturation: 0.25, 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 #BFD9C3 is Cyan = 0.12, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 191 | 217 | 195 | - |
| CMYK | 0.12 | 0 | 0.10 | 0.15 |
| HSL | 129.23º | 0.25% | 0.8% | - |
| HSV(B) | 129.23º | 0.12% | 0.85% | - |
| XYZ | 56.15 | 64.64 | 61.15 | - |
| YUV | 206.72 | 121.39 | 116.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 217 | 195 | 0.12 | 0 | 0.10 | 0.15 | 129.23 | 0.25 | 0.8 |
| Hex | BF | D9 | C3 | C | 0 | A | F | 81 | 19 | 50 |
| Octal | 277 | 331 | 303 | 14 | 0 | 12 | 17 | 201 | 31 | 120 |
| Binary | 10111111 | 11011001 | 11000011 | 1100 | 0 | 1010 | 1111 | 10000001 | 11001 | 1010000 |
Color Harmonies of #BFD9C3
Complementary color
Monochromatic Colors of #BFD9C3
Black with #BFD9C3
Text Example
Text Example
White with #BFD9C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD9C3; }
p { color: rgb(191,217,195); }
H1.HeaderClassName
{
color: #BFD9C3;
}
.AnyTagClassName
{
color: #BFD9C3;
}
</style>
background-color css
<style>
a { background-color: #BFD9C3; }
a { background-color: rgb(191,217,195); }
div.DivClassName
{
background-color: #BFD9C3;
}
.BgClassName
{
background-color: #BFD9C3;
}
</style>
border-color css
<style>
span { border-color: #BFD9C3; }
span { border-color: rgb(191,217,195); }
td.TdClassName
{
border-color: #BFD9C3;
}
.TagClassName
{
border-color: #BFD9C3;
}
</style>