Shades of Edgewater #BFDDC5
Tints of Edgewater #BFDDC5
RGB
CMYK
RGB Variations
Color information
#BFDDC5 (or 0xBFDDC5) is known color: Edgewater. HEX triplet: BF, DD and C5. RGB value is (191,221,197). Sum of RGB (Red+Green+Blue) = 191+221+197=609 (80% of max value = 765). Red value is 191 (75% from 255 or 31.36% from 609); Green value is 221 (86.72% from 255 or 36.29% from 609); Blue value is 197 (77.34% from 255 or 32.35% from 609); Max value from RGB is 221 - color contains mainly: green. Hex color #BFDDC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFDDC5 is #40223A. Grayscale: #D1D1D1. Windows color (decimal): -4203067 or 12967359. OLE color: 12967359.
HSL color Cylindrical-coordinate representation of color #BFDDC5: hue angle of 132º degrees, saturation: 0.31, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BFDDC5 is Cyan = 0.14, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 221 | 197 | - |
| CMYK | 0.14 | 0 | 0.11 | 0.13 |
| HSL | 132º | 0.31% | 0.81% | - |
| HSV(B) | 132º | 0.14% | 0.87% | - |
| XYZ | 57.42 | 66.82 | 62.69 | - |
| YUV | 209.29 | 121.06 | 114.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 221 | 197 | 0.14 | 0 | 0.11 | 0.13 | 132 | 0.31 | 0.81 |
| Hex | BF | DD | C5 | E | 0 | B | D | 84 | 1F | 51 |
| Octal | 277 | 335 | 305 | 16 | 0 | 13 | 15 | 204 | 37 | 121 |
| Binary | 10111111 | 11011101 | 11000101 | 1110 | 0 | 1011 | 1101 | 10000100 | 11111 | 1010001 |
Color Harmonies of #BFDDC5
Complementary color
Monochromatic Colors of #BFDDC5
Black with #BFDDC5
Text Example
Text Example
White with #BFDDC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDDC5; }
p { color: rgb(191,221,197); }
H1.HeaderClassName
{
color: #BFDDC5;
}
.AnyTagClassName
{
color: #BFDDC5;
}
</style>
background-color css
<style>
a { background-color: #BFDDC5; }
a { background-color: rgb(191,221,197); }
div.DivClassName
{
background-color: #BFDDC5;
}
.BgClassName
{
background-color: #BFDDC5;
}
</style>
border-color css
<style>
span { border-color: #BFDDC5; }
span { border-color: rgb(191,221,197); }
td.TdClassName
{
border-color: #BFDDC5;
}
.TagClassName
{
border-color: #BFDDC5;
}
</style>