Shades of Edgewater #BFE1C2
Tints of Edgewater #BFE1C2
RGB
CMYK
RGB Variations
Color information
#BFE1C2 (or 0xBFE1C2) is known color: Edgewater. HEX triplet: BF, E1 and C2. RGB value is (191,225,194). Sum of RGB (Red+Green+Blue) = 191+225+194=610 (80% of max value = 765). Red value is 191 (75% from 255 or 31.31% from 610); Green value is 225 (88.28% from 255 or 36.89% from 610); Blue value is 194 (76.17% from 255 or 31.80% from 610); Max value from RGB is 225 - color contains mainly: green. Hex color #BFE1C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFE1C2 is #401E3D. Grayscale: #D3D3D3. Windows color (decimal): -4202046 or 12771775. OLE color: 12771775.
HSL color Cylindrical-coordinate representation of color #BFE1C2: hue angle of 125.29º degrees, saturation: 0.36, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BFE1C2 is Cyan = 0.15, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 191 | 225 | 194 | - |
| CMYK | 0.15 | 0 | 0.14 | 0.12 |
| HSL | 125.29º | 0.36% | 0.82% | - |
| HSV(B) | 125.29º | 0.15% | 0.88% | - |
| XYZ | 58.15 | 68.82 | 61.26 | - |
| YUV | 211.3 | 118.24 | 113.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 225 | 194 | 0.15 | 0 | 0.14 | 0.12 | 125.29 | 0.36 | 0.82 |
| Hex | BF | E1 | C2 | F | 0 | E | C | 7D | 24 | 52 |
| Octal | 277 | 341 | 302 | 17 | 0 | 16 | 14 | 175 | 44 | 122 |
| Binary | 10111111 | 11100001 | 11000010 | 1111 | 0 | 1110 | 1100 | 1111101 | 100100 | 1010010 |
Color Harmonies of #BFE1C2
Complementary color
Monochromatic Colors of #BFE1C2
Black with #BFE1C2
Text Example
Text Example
White with #BFE1C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE1C2; }
p { color: rgb(191,225,194); }
H1.HeaderClassName
{
color: #BFE1C2;
}
.AnyTagClassName
{
color: #BFE1C2;
}
</style>
background-color css
<style>
a { background-color: #BFE1C2; }
a { background-color: rgb(191,225,194); }
div.DivClassName
{
background-color: #BFE1C2;
}
.BgClassName
{
background-color: #BFE1C2;
}
</style>
border-color css
<style>
span { border-color: #BFE1C2; }
span { border-color: rgb(191,225,194); }
td.TdClassName
{
border-color: #BFE1C2;
}
.TagClassName
{
border-color: #BFE1C2;
}
</style>