Shades of Edgewater #BFE3C5
Tints of Edgewater #BFE3C5
RGB
CMYK
RGB Variations
Color information
#BFE3C5 (or 0xBFE3C5) is known color: Edgewater. HEX triplet: BF, E3 and C5. RGB value is (191,227,197). Sum of RGB (Red+Green+Blue) = 191+227+197=615 (81% of max value = 765). Red value is 191 (75% from 255 or 31.06% from 615); Green value is 227 (89.06% from 255 or 36.91% from 615); Blue value is 197 (77.34% from 255 or 32.03% from 615); Max value from RGB is 227 - color contains mainly: green. Hex color #BFE3C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFE3C5 is #401C3A. Grayscale: #D4D4D4. Windows color (decimal): -4201531 or 12968895. OLE color: 12968895.
HSL color Cylindrical-coordinate representation of color #BFE3C5: hue angle of 130º 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 #BFE3C5 is Cyan = 0.16, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 191 | 227 | 197 | - |
| CMYK | 0.16 | 0 | 0.13 | 0.11 |
| HSL | 130º | 0.39% | 0.82% | - |
| HSV(B) | 130º | 0.16% | 0.89% | - |
| XYZ | 59.03 | 70.05 | 63.23 | - |
| YUV | 212.82 | 119.07 | 112.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 227 | 197 | 0.16 | 0 | 0.13 | 0.11 | 130 | 0.39 | 0.82 |
| Hex | BF | E3 | C5 | 10 | 0 | D | B | 82 | 27 | 52 |
| Octal | 277 | 343 | 305 | 20 | 0 | 15 | 13 | 202 | 47 | 122 |
| Binary | 10111111 | 11100011 | 11000101 | 10000 | 0 | 1101 | 1011 | 10000010 | 100111 | 1010010 |
Color Harmonies of #BFE3C5
Complementary color
Monochromatic Colors of #BFE3C5
Black with #BFE3C5
Text Example
Text Example
White with #BFE3C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE3C5; }
p { color: rgb(191,227,197); }
H1.HeaderClassName
{
color: #BFE3C5;
}
.AnyTagClassName
{
color: #BFE3C5;
}
</style>
background-color css
<style>
a { background-color: #BFE3C5; }
a { background-color: rgb(191,227,197); }
div.DivClassName
{
background-color: #BFE3C5;
}
.BgClassName
{
background-color: #BFE3C5;
}
</style>
border-color css
<style>
span { border-color: #BFE3C5; }
span { border-color: rgb(191,227,197); }
td.TdClassName
{
border-color: #BFE3C5;
}
.TagClassName
{
border-color: #BFE3C5;
}
</style>