Shades of Edgewater #BFDCC4
Tints of Edgewater #BFDCC4
RGB
CMYK
RGB Variations
Color information
#BFDCC4 (or 0xBFDCC4) is known color: Edgewater. HEX triplet: BF, DC and C4. RGB value is (191,220,196). Sum of RGB (Red+Green+Blue) = 191+220+196=607 (80% of max value = 765). Red value is 191 (75% from 255 or 31.47% from 607); Green value is 220 (86.33% from 255 or 36.24% from 607); Blue value is 196 (76.95% from 255 or 32.29% from 607); Max value from RGB is 220 - color contains mainly: green. Hex color #BFDCC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFDCC4 is #40233B. Grayscale: #D0D0D0. Windows color (decimal): -4203324 or 12901567. OLE color: 12901567.
HSL color Cylindrical-coordinate representation of color #BFDCC4: hue angle of 130.34º 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 #BFDCC4 is Cyan = 0.13, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 220 | 196 | - |
| CMYK | 0.13 | 0 | 0.11 | 0.14 |
| HSL | 130.34º | 0.29% | 0.81% | - |
| HSV(B) | 130.34º | 0.13% | 0.86% | - |
| XYZ | 57.04 | 66.25 | 62.01 | - |
| YUV | 208.59 | 120.89 | 115.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 220 | 196 | 0.13 | 0 | 0.11 | 0.14 | 130.34 | 0.29 | 0.81 |
| Hex | BF | DC | C4 | D | 0 | B | E | 82 | 1D | 51 |
| Octal | 277 | 334 | 304 | 15 | 0 | 13 | 16 | 202 | 35 | 121 |
| Binary | 10111111 | 11011100 | 11000100 | 1101 | 0 | 1011 | 1110 | 10000010 | 11101 | 1010001 |
Color Harmonies of #BFDCC4
Complementary color
Monochromatic Colors of #BFDCC4
Black with #BFDCC4
Text Example
Text Example
White with #BFDCC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDCC4; }
p { color: rgb(191,220,196); }
H1.HeaderClassName
{
color: #BFDCC4;
}
.AnyTagClassName
{
color: #BFDCC4;
}
</style>
background-color css
<style>
a { background-color: #BFDCC4; }
a { background-color: rgb(191,220,196); }
div.DivClassName
{
background-color: #BFDCC4;
}
.BgClassName
{
background-color: #BFDCC4;
}
</style>
border-color css
<style>
span { border-color: #BFDCC4; }
span { border-color: rgb(191,220,196); }
td.TdClassName
{
border-color: #BFDCC4;
}
.TagClassName
{
border-color: #BFDCC4;
}
</style>