Shades of Edgewater #BED8C7
Tints of Edgewater #BED8C7
RGB
CMYK
RGB Variations
Color information
#BED8C7 (or 0xBED8C7) is known color: Edgewater. HEX triplet: BE, D8 and C7. RGB value is (190,216,199). Sum of RGB (Red+Green+Blue) = 190+216+199=605 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.40% from 605); Green value is 216 (84.77% from 255 or 35.70% from 605); Blue value is 199 (78.12% from 255 or 32.89% from 605); Max value from RGB is 216 - color contains mainly: green. Hex color #BED8C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BED8C7 is #412738. Grayscale: #CECECE. Windows color (decimal): -4269881 or 13097150. OLE color: 13097150.
HSL color Cylindrical-coordinate representation of color #BED8C7: hue angle of 140.77º 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 #BED8C7 is Cyan = 0.12, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.15.
Color convert
RGB | 190 | 216 | 199 | - |
CMYK | 0.12 | 0 | 0.08 | 0.15 |
HSL | 140.77º | 0.25% | 0.8% | - |
HSV(B) | 140.77º | 0.12% | 0.85% | - |
XYZ | 56.1 | 64.18 | 63.46 | - |
YUV | 206.29 | 123.89 | 116.38 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 190 | 216 | 199 | 0.12 | 0 | 0.08 | 0.15 | 140.77 | 0.25 | 0.8 |
Hex | BE | D8 | C7 | C | 0 | 8 | F | 8D | 19 | 50 |
Octal | 276 | 330 | 307 | 14 | 0 | 10 | 17 | 215 | 31 | 120 |
Binary | 10111110 | 11011000 | 11000111 | 1100 | 0 | 1000 | 1111 | 10001101 | 11001 | 1010000 |
Color Harmonies of #BED8C7
Complementary color
Monochromatic Colors of #BED8C7
Black with #BED8C7
Text Example
Text Example
White with #BED8C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED8C7; }
p { color: rgb(190,216,199); }
H1.HeaderClassName
{
color: #BED8C7;
}
.AnyTagClassName
{
color: #BED8C7;
}
</style>
background-color css
<style>
a { background-color: #BED8C7; }
a { background-color: rgb(190,216,199); }
div.DivClassName
{
background-color: #BED8C7;
}
.BgClassName
{
background-color: #BED8C7;
}
</style>
border-color css
<style>
span { border-color: #BED8C7; }
span { border-color: rgb(190,216,199); }
td.TdClassName
{
border-color: #BED8C7;
}
.TagClassName
{
border-color: #BED8C7;
}
</style>