Shades of Edgewater #BFE3C4
Tints of Edgewater #BFE3C4
RGB
CMYK
RGB Variations
Color information
#BFE3C4 (or 0xBFE3C4) is known color: Edgewater. HEX triplet: BF, E3 and C4. RGB value is (191,227,196). Sum of RGB (Red+Green+Blue) = 191+227+196=614 (81% of max value = 765). Red value is 191 (75% from 255 or 31.11% from 614); Green value is 227 (89.06% from 255 or 36.97% from 614); Blue value is 196 (76.95% from 255 or 31.92% from 614); Max value from RGB is 227 - color contains mainly: green. Hex color #BFE3C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFE3C4 is #401C3B. Grayscale: #D4D4D4. Windows color (decimal): -4201532 or 12903359. OLE color: 12903359.
HSL color Cylindrical-coordinate representation of color #BFE3C4: hue angle of 128.33º degrees, saturation: 0.39, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BFE3C4 is Cyan = 0.16, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 191 | 227 | 196 | - |
| CMYK | 0.16 | 0 | 0.14 | 0.11 |
| HSL | 128.33º | 0.39% | 0.82% | - |
| HSV(B) | 128.33º | 0.16% | 0.89% | - |
| XYZ | 58.92 | 70 | 62.63 | - |
| YUV | 212.7 | 118.57 | 112.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 227 | 196 | 0.16 | 0 | 0.14 | 0.11 | 128.33 | 0.39 | 0.82 |
| Hex | BF | E3 | C4 | 10 | 0 | E | B | 80 | 27 | 52 |
| Octal | 277 | 343 | 304 | 20 | 0 | 16 | 13 | 200 | 47 | 122 |
| Binary | 10111111 | 11100011 | 11000100 | 10000 | 0 | 1110 | 1011 | 10000000 | 100111 | 1010010 |
Color Harmonies of #BFE3C4
Complementary color
Monochromatic Colors of #BFE3C4
Black with #BFE3C4
Text Example
Text Example
White with #BFE3C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE3C4; }
p { color: rgb(191,227,196); }
H1.HeaderClassName
{
color: #BFE3C4;
}
.AnyTagClassName
{
color: #BFE3C4;
}
</style>
background-color css
<style>
a { background-color: #BFE3C4; }
a { background-color: rgb(191,227,196); }
div.DivClassName
{
background-color: #BFE3C4;
}
.BgClassName
{
background-color: #BFE3C4;
}
</style>
border-color css
<style>
span { border-color: #BFE3C4; }
span { border-color: rgb(191,227,196); }
td.TdClassName
{
border-color: #BFE3C4;
}
.TagClassName
{
border-color: #BFE3C4;
}
</style>