Shades of Edgewater #BED8C3
Tints of Edgewater #BED8C3
RGB
CMYK
RGB Variations
Color information
#BED8C3 (or 0xBED8C3) is known color: Edgewater. HEX triplet: BE, D8 and C3. RGB value is (190,216,195). Sum of RGB (Red+Green+Blue) = 190+216+195=601 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.61% from 601); Green value is 216 (84.77% from 255 or 35.94% from 601); Blue value is 195 (76.56% from 255 or 32.45% from 601); Max value from RGB is 216 - color contains mainly: green. Hex color #BED8C3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BED8C3 is #41273C. Grayscale: #CDCDCD. Windows color (decimal): -4269885 or 12835006. OLE color: 12835006.
HSL color Cylindrical-coordinate representation of color #BED8C3: hue angle of 131.54º degrees, saturation: 0.25, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BED8C3 is Cyan = 0.12, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 190 | 216 | 195 | - |
| CMYK | 0.12 | 0 | 0.10 | 0.15 |
| HSL | 131.54º | 0.25% | 0.8% | - |
| HSV(B) | 131.54º | 0.12% | 0.85% | - |
| XYZ | 55.64 | 64 | 61.05 | - |
| YUV | 205.83 | 121.89 | 116.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 216 | 195 | 0.12 | 0 | 0.10 | 0.15 | 131.54 | 0.25 | 0.8 |
| Hex | BE | D8 | C3 | C | 0 | A | F | 84 | 19 | 50 |
| Octal | 276 | 330 | 303 | 14 | 0 | 12 | 17 | 204 | 31 | 120 |
| Binary | 10111110 | 11011000 | 11000011 | 1100 | 0 | 1010 | 1111 | 10000100 | 11001 | 1010000 |
Color Harmonies of #BED8C3
Complementary color
Monochromatic Colors of #BED8C3
Black with #BED8C3
Text Example
Text Example
White with #BED8C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED8C3; }
p { color: rgb(190,216,195); }
H1.HeaderClassName
{
color: #BED8C3;
}
.AnyTagClassName
{
color: #BED8C3;
}
</style>
background-color css
<style>
a { background-color: #BED8C3; }
a { background-color: rgb(190,216,195); }
div.DivClassName
{
background-color: #BED8C3;
}
.BgClassName
{
background-color: #BED8C3;
}
</style>
border-color css
<style>
span { border-color: #BED8C3; }
span { border-color: rgb(190,216,195); }
td.TdClassName
{
border-color: #BED8C3;
}
.TagClassName
{
border-color: #BED8C3;
}
</style>