Shades of Edgewater #BFDFC2
Tints of Edgewater #BFDFC2
RGB
CMYK
RGB Variations
Color information
#BFDFC2 (or 0xBFDFC2) is known color: Edgewater. HEX triplet: BF, DF and C2. RGB value is (191,223,194). Sum of RGB (Red+Green+Blue) = 191+223+194=608 (80% of max value = 765). Red value is 191 (75% from 255 or 31.41% from 608); Green value is 223 (87.5% from 255 or 36.68% from 608); Blue value is 194 (76.17% from 255 or 31.91% from 608); Max value from RGB is 223 - color contains mainly: green. Hex color #BFDFC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFDFC2 is #40203D. Grayscale: #D2D2D2. Windows color (decimal): -4202558 or 12771263. OLE color: 12771263.
HSL color Cylindrical-coordinate representation of color #BFDFC2: hue angle of 125.62º degrees, saturation: 0.33, 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 #BFDFC2 is Cyan = 0.14, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 223 | 194 | - |
| CMYK | 0.14 | 0 | 0.13 | 0.13 |
| HSL | 125.63º | 0.33% | 0.81% | - |
| HSV(B) | 125.63º | 0.14% | 0.87% | - |
| XYZ | 57.61 | 67.75 | 61.08 | - |
| YUV | 210.13 | 118.9 | 114.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 223 | 194 | 0.14 | 0 | 0.13 | 0.13 | 125.63 | 0.33 | 0.81 |
| Hex | BF | DF | C2 | E | 0 | D | D | 7E | 21 | 51 |
| Octal | 277 | 337 | 302 | 16 | 0 | 15 | 15 | 176 | 41 | 121 |
| Binary | 10111111 | 11011111 | 11000010 | 1110 | 0 | 1101 | 1101 | 1111110 | 100001 | 1010001 |
Color Harmonies of #BFDFC2
Complementary color
Monochromatic Colors of #BFDFC2
Black with #BFDFC2
Text Example
Text Example
White with #BFDFC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDFC2; }
p { color: rgb(191,223,194); }
H1.HeaderClassName
{
color: #BFDFC2;
}
.AnyTagClassName
{
color: #BFDFC2;
}
</style>
background-color css
<style>
a { background-color: #BFDFC2; }
a { background-color: rgb(191,223,194); }
div.DivClassName
{
background-color: #BFDFC2;
}
.BgClassName
{
background-color: #BFDFC2;
}
</style>
border-color css
<style>
span { border-color: #BFDFC2; }
span { border-color: rgb(191,223,194); }
td.TdClassName
{
border-color: #BFDFC2;
}
.TagClassName
{
border-color: #BFDFC2;
}
</style>