Shades of Edgewater #BFDDC7
Tints of Edgewater #BFDDC7
RGB
CMYK
RGB Variations
Color information
#BFDDC7 (or 0xBFDDC7) is known color: Edgewater. HEX triplet: BF, DD and C7. RGB value is (191,221,199). Sum of RGB (Red+Green+Blue) = 191+221+199=611 (80% of max value = 765). Red value is 191 (75% from 255 or 31.26% from 611); Green value is 221 (86.72% from 255 or 36.17% from 611); Blue value is 199 (78.12% from 255 or 32.57% from 611); Max value from RGB is 221 - color contains mainly: green. Hex color #BFDDC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFDDC7 is #402238. Grayscale: #D1D1D1. Windows color (decimal): -4203065 or 13098431. OLE color: 13098431.
HSL color Cylindrical-coordinate representation of color #BFDDC7: hue angle of 136º 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 #BFDDC7 is Cyan = 0.14, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
RGB | 191 | 221 | 199 | - |
CMYK | 0.14 | 0 | 0.10 | 0.13 |
HSL | 136º | 0.31% | 0.81% | - |
HSV(B) | 136º | 0.14% | 0.87% | - |
XYZ | 57.65 | 66.91 | 63.91 | - |
YUV | 209.52 | 122.06 | 114.79 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 191 | 221 | 199 | 0.14 | 0 | 0.10 | 0.13 | 136 | 0.31 | 0.81 |
Hex | BF | DD | C7 | E | 0 | A | D | 88 | 1F | 51 |
Octal | 277 | 335 | 307 | 16 | 0 | 12 | 15 | 210 | 37 | 121 |
Binary | 10111111 | 11011101 | 11000111 | 1110 | 0 | 1010 | 1101 | 10001000 | 11111 | 1010001 |
Color Harmonies of #BFDDC7
Complementary color
Monochromatic Colors of #BFDDC7
Black with #BFDDC7
Text Example
Text Example
White with #BFDDC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDDC7; }
p { color: rgb(191,221,199); }
H1.HeaderClassName
{
color: #BFDDC7;
}
.AnyTagClassName
{
color: #BFDDC7;
}
</style>
background-color css
<style>
a { background-color: #BFDDC7; }
a { background-color: rgb(191,221,199); }
div.DivClassName
{
background-color: #BFDDC7;
}
.BgClassName
{
background-color: #BFDDC7;
}
</style>
border-color css
<style>
span { border-color: #BFDDC7; }
span { border-color: rgb(191,221,199); }
td.TdClassName
{
border-color: #BFDDC7;
}
.TagClassName
{
border-color: #BFDDC7;
}
</style>