Shades of Edgewater #BFDCC3
Tints of Edgewater #BFDCC3
RGB
CMYK
RGB Variations
Color information
#BFDCC3 (or 0xBFDCC3) is known color: Edgewater. HEX triplet: BF, DC and C3. RGB value is (191,220,195). Sum of RGB (Red+Green+Blue) = 191+220+195=606 (80% of max value = 765). Red value is 191 (75% from 255 or 31.52% from 606); Green value is 220 (86.33% from 255 or 36.30% from 606); Blue value is 195 (76.56% from 255 or 32.18% from 606); Max value from RGB is 220 - color contains mainly: green. Hex color #BFDCC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFDCC3 is #40233C. Grayscale: #D0D0D0. Windows color (decimal): -4203325 or 12836031. OLE color: 12836031.
HSL color Cylindrical-coordinate representation of color #BFDCC3: hue angle of 128.28º 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 #BFDCC3 is Cyan = 0.13, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 220 | 195 | - |
| CMYK | 0.13 | 0 | 0.11 | 0.14 |
| HSL | 128.28º | 0.29% | 0.81% | - |
| HSV(B) | 128.28º | 0.13% | 0.86% | - |
| XYZ | 56.93 | 66.2 | 61.41 | - |
| YUV | 208.48 | 120.39 | 115.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 220 | 195 | 0.13 | 0 | 0.11 | 0.14 | 128.28 | 0.29 | 0.81 |
| Hex | BF | DC | C3 | D | 0 | B | E | 80 | 1D | 51 |
| Octal | 277 | 334 | 303 | 15 | 0 | 13 | 16 | 200 | 35 | 121 |
| Binary | 10111111 | 11011100 | 11000011 | 1101 | 0 | 1011 | 1110 | 10000000 | 11101 | 1010001 |
Color Harmonies of #BFDCC3
Complementary color
Monochromatic Colors of #BFDCC3
Black with #BFDCC3
Text Example
Text Example
White with #BFDCC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDCC3; }
p { color: rgb(191,220,195); }
H1.HeaderClassName
{
color: #BFDCC3;
}
.AnyTagClassName
{
color: #BFDCC3;
}
</style>
background-color css
<style>
a { background-color: #BFDCC3; }
a { background-color: rgb(191,220,195); }
div.DivClassName
{
background-color: #BFDCC3;
}
.BgClassName
{
background-color: #BFDCC3;
}
</style>
border-color css
<style>
span { border-color: #BFDCC3; }
span { border-color: rgb(191,220,195); }
td.TdClassName
{
border-color: #BFDCC3;
}
.TagClassName
{
border-color: #BFDCC3;
}
</style>