Shades of Edgewater #BFDCC5
Tints of Edgewater #BFDCC5
RGB
CMYK
RGB Variations
Color information
#BFDCC5 (or 0xBFDCC5) is known color: Edgewater. HEX triplet: BF, DC and C5. RGB value is (191,220,197). Sum of RGB (Red+Green+Blue) = 191+220+197=608 (80% of max value = 765). Red value is 191 (75% from 255 or 31.41% from 608); Green value is 220 (86.33% from 255 or 36.18% from 608); Blue value is 197 (77.34% from 255 or 32.40% from 608); Max value from RGB is 220 - color contains mainly: green. Hex color #BFDCC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFDCC5 is #40233A. Grayscale: #D0D0D0. Windows color (decimal): -4203323 or 12967103. OLE color: 12967103.
HSL color Cylindrical-coordinate representation of color #BFDCC5: hue angle of 132.41º 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 #BFDCC5 is Cyan = 0.13, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 220 | 197 | - |
| CMYK | 0.13 | 0 | 0.10 | 0.14 |
| HSL | 132.41º | 0.29% | 0.81% | - |
| HSV(B) | 132.41º | 0.13% | 0.86% | - |
| XYZ | 57.16 | 66.29 | 62.61 | - |
| YUV | 208.71 | 121.39 | 115.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 220 | 197 | 0.13 | 0 | 0.10 | 0.14 | 132.41 | 0.29 | 0.81 |
| Hex | BF | DC | C5 | D | 0 | A | E | 84 | 1D | 51 |
| Octal | 277 | 334 | 305 | 15 | 0 | 12 | 16 | 204 | 35 | 121 |
| Binary | 10111111 | 11011100 | 11000101 | 1101 | 0 | 1010 | 1110 | 10000100 | 11101 | 1010001 |
Color Harmonies of #BFDCC5
Complementary color
Monochromatic Colors of #BFDCC5
Black with #BFDCC5
Text Example
Text Example
White with #BFDCC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDCC5; }
p { color: rgb(191,220,197); }
H1.HeaderClassName
{
color: #BFDCC5;
}
.AnyTagClassName
{
color: #BFDCC5;
}
</style>
background-color css
<style>
a { background-color: #BFDCC5; }
a { background-color: rgb(191,220,197); }
div.DivClassName
{
background-color: #BFDCC5;
}
.BgClassName
{
background-color: #BFDCC5;
}
</style>
border-color css
<style>
span { border-color: #BFDCC5; }
span { border-color: rgb(191,220,197); }
td.TdClassName
{
border-color: #BFDCC5;
}
.TagClassName
{
border-color: #BFDCC5;
}
</style>