Shades of Edgewater #BFD2C5
Tints of Edgewater #BFD2C5
RGB
CMYK
RGB Variations
Color information
#BFD2C5 (or 0xBFD2C5) is known color: Edgewater. HEX triplet: BF, D2 and C5. RGB value is (191,210,197). Sum of RGB (Red+Green+Blue) = 191+210+197=598 (79% of max value = 765). Red value is 191 (75% from 255 or 31.94% from 598); Green value is 210 (82.42% from 255 or 35.12% from 598); Blue value is 197 (77.34% from 255 or 32.94% from 598); Max value from RGB is 210 - color contains mainly: green. Hex color #BFD2C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFD2C5 is #402D3A. Grayscale: #CACACA. Windows color (decimal): -4205883 or 12964543. OLE color: 12964543.
HSL color Cylindrical-coordinate representation of color #BFD2C5: hue angle of 138.95º degrees, saturation: 0.17, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BFD2C5 is Cyan = 0.09, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 191 | 210 | 197 | - |
| CMYK | 0.09 | 0 | 0.06 | 0.18 |
| HSL | 138.95º | 0.17% | 0.79% | - |
| HSV(B) | 138.95º | 0.09% | 0.82% | - |
| XYZ | 54.61 | 61.2 | 61.76 | - |
| YUV | 202.84 | 124.71 | 119.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 210 | 197 | 0.09 | 0 | 0.06 | 0.18 | 138.95 | 0.17 | 0.79 |
| Hex | BF | D2 | C5 | 9 | 0 | 6 | 12 | 8B | 11 | 4F |
| Octal | 277 | 322 | 305 | 11 | 0 | 6 | 22 | 213 | 21 | 117 |
| Binary | 10111111 | 11010010 | 11000101 | 1001 | 0 | 110 | 10010 | 10001011 | 10001 | 1001111 |
Color Harmonies of #BFD2C5
Complementary color
Monochromatic Colors of #BFD2C5
Black with #BFD2C5
Text Example
Text Example
White with #BFD2C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD2C5; }
p { color: rgb(191,210,197); }
H1.HeaderClassName
{
color: #BFD2C5;
}
.AnyTagClassName
{
color: #BFD2C5;
}
</style>
background-color css
<style>
a { background-color: #BFD2C5; }
a { background-color: rgb(191,210,197); }
div.DivClassName
{
background-color: #BFD2C5;
}
.BgClassName
{
background-color: #BFD2C5;
}
</style>
border-color css
<style>
span { border-color: #BFD2C5; }
span { border-color: rgb(191,210,197); }
td.TdClassName
{
border-color: #BFD2C5;
}
.TagClassName
{
border-color: #BFD2C5;
}
</style>